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