Age | Commit message (Expand) | Author |
2022-03-23 | Merge tag 'linux-kselftest-next-5.18-rc1' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds |
2022-03-21 | Merge tag 'execve-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2022-03-03 | selftests/exec: add generated files to .gitignore | Muhammad Usama Anjum |
2022-03-01 | selftests/exec: Test for empty string on NULL argv | Kees Cook |
2022-02-23 | selftests/exec: Rename file binfmt_script to binfmt_script.py | Muhammad Usama Anjum |
2022-02-11 | selftests/exec: Add non-regular to TEST_GEN_PROGS | Muhammad Usama Anjum |
2022-01-27 | selftests/exec: Remove pipe from TEST_GEN_FILES | Muhammad Usama Anjum |
2021-05-22 | tools/testing/selftests/exec: fix link error | Yang Yingliang |
2020-10-16 | tools/testing/selftests: add self-test for verifying load alignment | Chris Kennelly |
2020-08-14 | selftests/exec: add file type errno tests | Kees Cook |
2020-06-09 | Merge tag 'linux-kselftest-5.8-rc1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2020-05-22 | selftests/exec: Verify execve of non-regular files fail | Kees Cook |
2020-05-21 | selftests/exec: Add binfmt_script regression test | Kees Cook |
2020-03-25 | .gitignore: add SPDX License Identifier | Masahiro Yamada |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 166 | Thomas Gleixner |
2019-05-14 | exec selftests: test ->recursion_depth | Alexey Dobriyan |
2018-05-30 | selftests: exec: return Kselftest Skip code for skipped tests | Shuah Khan (Samsung OSG) |
2017-11-15 | selftests/exec: include cwd in long path calculation | Steve Muckle |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-01-05 | selftests: enable O and KBUILD_OUTPUT | bamvor.zhangjian@huawei.com |
2017-01-05 | selftests: add EXTRA_CLEAN for clean target | bamvor.zhangjian@huawei.com |
2017-01-05 | selftests: add default rules for c source file | bamvor.zhangjian@huawei.com |
2017-01-05 | selftests: remove duplicated all and clean target | bamvor.zhangjian@huawei.com |
2016-06-15 | selftests/exec: Makefile is a run-time dependency, add it to the install list | Yannick Brosseau |
2015-09-14 | selftests: exec: revert to default emit rule | Bamvor Jian Zhang |
2015-05-26 | selftests/exec: do not install subdir as it is already created | Tyler Baker |
2015-04-13 | Merge tag 'linux-kselftest-4.1-rc1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2015-03-19 | selftests: Set CC using CROSS_COMPILE once in lib.mk | Michael Ellerman |
2015-03-13 | selftests: Add install target | Michael Ellerman |
2015-03-13 | selftests: Introduce minimal shared logic for running tests | Michael Ellerman |
2015-03-11 | selftests/exec: Check if the syscall exists and bail if not | Michael Ellerman |
2015-01-06 | selftests/exec: allow shell return code of 126 | David Drysdale |
2014-12-22 | selftests/exec: Use %zu to format size_t | Geert Uytterhoeven |
2014-12-13 | syscalls: add selftest for execveat(2) | David Drysdale |