aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/exec/Makefile (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-23Merge tag 'linux-kselftest-next-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds1-1/+1
2022-03-21Merge tag 'execve-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-0/+1
2022-03-01selftests/exec: Test for empty string on NULL argvKees Cook1-0/+1
2022-02-23selftests/exec: Rename file binfmt_script to binfmt_script.pyMuhammad Usama Anjum1-1/+1
2022-02-11selftests/exec: Add non-regular to TEST_GEN_PROGSMuhammad Usama Anjum1-2/+2
2022-01-27selftests/exec: Remove pipe from TEST_GEN_FILESMuhammad Usama Anjum1-1/+1
2021-05-22tools/testing/selftests/exec: fix link errorYang Yingliang1-3/+3
2020-10-16tools/testing/selftests: add self-test for verifying load alignmentChris Kennelly1-2/+7
2020-08-14selftests/exec: add file type errno testsKees Cook1-2/+3
2020-06-09Merge tag 'linux-kselftest-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds1-1/+1
2020-05-22selftests/exec: Verify execve of non-regular files failKees Cook1-1/+1
2020-05-21selftests/exec: Add binfmt_script regression testKees Cook1-0/+1
2019-05-14exec selftests: test ->recursion_depthAlexey Dobriyan1-0/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-01-05selftests: enable O and KBUILD_OUTPUTbamvor.zhangjian@huawei.com1-6/+7
2017-01-05selftests: add EXTRA_CLEAN for clean targetbamvor.zhangjian@huawei.com1-10/+9
2017-01-05selftests: add default rules for c source filebamvor.zhangjian@huawei.com1-2/+0
2017-01-05selftests: remove duplicated all and clean targetbamvor.zhangjian@huawei.com1-6/+4
2016-06-15selftests/exec: Makefile is a run-time dependency, add it to the install listYannick Brosseau1-1/+2
2015-09-14selftests: exec: revert to default emit ruleBamvor Jian Zhang1-3/+1
2015-05-26selftests/exec: do not install subdir as it is already createdTyler Baker1-1/+1
2015-03-19selftests: Set CC using CROSS_COMPILE once in lib.mkMichael Ellerman1-1/+0
2015-03-13selftests: Add install targetMichael Ellerman1-0/+3
2015-03-13selftests: Introduce minimal shared logic for running testsMichael Ellerman1-2/+3
2014-12-13syscalls: add selftest for execveat(2)David Drysdale1-0/+25