summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/exec
AgeCommit message (Expand)AuthorFilesLines
2024-05-06selftests: exec: Use new ksft_exit_fail_perror() helperMuhammad Usama Anjum1-5/+5
2024-03-18selftests/exec: Convert remaining /bin/sh to /bin/bashKees Cook1-2/+2
2024-03-18selftests/exec: execveat: Improve debug reportingKees Cook1-5/+7
2024-03-13selftests/exec: recursion-depth: conform test to TAP format outputMuhammad Usama Anjum1-27/+26
2024-03-13selftests/exec: load_address: conform test to TAP format outputMuhammad Usama Anjum1-19/+15
2024-03-13selftests/exec: binfmt_script: Add the overall result line according to TAPMuhammad Usama Anjum1-1/+9
2024-03-06selftests/exec: Perform script checks with /bin/bashKees Cook1-1/+1
2023-10-05selftests/exec: Convert execveat test to generate KTAP outputMark Brown1-35/+52
2022-03-23Merge tag 'linux-kselftest-next-5.18-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds3-1/+3
2022-03-22Merge tag 'execve-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-0/+79
2022-03-04selftests/exec: add generated files to .gitignoreMuhammad Usama Anjum1-0/+2
2022-03-02selftests/exec: Test for empty string on NULL argvKees Cook2-0/+79
2022-02-24selftests/exec: Rename file binfmt_script to binfmt_script.pyMuhammad Usama Anjum2-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-23tools/testing/selftests/exec: fix link errorYang Yingliang1-3/+3
2020-10-16tools/testing/selftests: add self-test for verifying load alignmentChris Kennelly3-2/+76
2020-08-15selftests/exec: add file type errno testsKees Cook3-2/+200
2020-06-09Merge tag 'linux-kselftest-5.8-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-1/+10
2020-05-22selftests/exec: Verify execve of non-regular files failKees Cook3-1/+10
2020-05-21selftests/exec: Add binfmt_script regression testKees Cook2-0/+172
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada1-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 166Thomas Gleixner1-2/+1
2019-05-15exec selftests: test ->recursion_depthAlexey Dobriyan3-1/+73
2018-05-31selftests: exec: return Kselftest Skip code for skipped testsShuah Khan (Samsung OSG)1-2/+4
2017-11-15selftests/exec: include cwd in long path calculationSteve Muckle1-8/+19
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-15selftests: exec: revert to default emit ruleBamvor Jian Zhang1-3/+1
2015-05-27selftests/exec: do not install subdir as it is already createdTyler Baker1-1/+1
2015-04-13Merge tag 'linux-kselftest-4.1-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+6
2015-03-20selftests: Set CC using CROSS_COMPILE once in lib.mkMichael Ellerman1-1/+0
2015-03-14selftests: Add install targetMichael Ellerman1-0/+3
2015-03-14selftests: Introduce minimal shared logic for running testsMichael Ellerman1-2/+3
2015-03-11selftests/exec: Check if the syscall exists and bail if notMichael Ellerman1-1/+9
2015-01-06selftests/exec: allow shell return code of 126David Drysdale1-6/+13
2014-12-22selftests/exec: Use %zu to format size_tGeert Uytterhoeven1-2/+2
2014-12-13syscalls: add selftest for execveat(2)David Drysdale3-0/+431