summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/exec
Commit message (Expand)AuthorAgeFilesLines
* selftests/exec: Convert execveat test to generate KTAP outputMark Brown2023-10-051-35/+52
* Merge tag 'linux-kselftest-next-5.18-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-03-233-1/+3
|\
| * selftests/exec: add generated files to .gitignoreMuhammad Usama Anjum2022-03-031-0/+2
| * selftests/exec: Rename file binfmt_script to binfmt_script.pyMuhammad Usama Anjum2022-02-232-1/+1
* | Merge tag 'execve-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-212-0/+79
|\ \ | |/ |/|
| * selftests/exec: Test for empty string on NULL argvKees Cook2022-03-012-0/+79
* | selftests/exec: Add non-regular to TEST_GEN_PROGSMuhammad Usama Anjum2022-02-111-2/+2
|/
* selftests/exec: Remove pipe from TEST_GEN_FILESMuhammad Usama Anjum2022-01-271-1/+1
* tools/testing/selftests/exec: fix link errorYang Yingliang2021-05-221-3/+3
* tools/testing/selftests: add self-test for verifying load alignmentChris Kennelly2020-10-163-2/+76
* selftests/exec: add file type errno testsKees Cook2020-08-143-2/+200
* Merge tag 'linux-kselftest-5.8-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-06-093-1/+10
|\
| * selftests/exec: Verify execve of non-regular files failKees Cook2020-05-223-1/+10
* | selftests/exec: Add binfmt_script regression testKees Cook2020-05-212-0/+172
|/
* .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-251-0/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 166Thomas Gleixner2019-05-301-2/+1
* exec selftests: test ->recursion_depthAlexey Dobriyan2019-05-143-1/+73
* selftests: exec: return Kselftest Skip code for skipped testsShuah Khan (Samsung OSG)2018-05-301-2/+4
* selftests/exec: include cwd in long path calculationSteve Muckle2017-11-151-8/+19
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* selftests: enable O and KBUILD_OUTPUTbamvor.zhangjian@huawei.com2017-01-051-6/+7
* selftests: add EXTRA_CLEAN for clean targetbamvor.zhangjian@huawei.com2017-01-051-10/+9
* selftests: add default rules for c source filebamvor.zhangjian@huawei.com2017-01-051-2/+0
* selftests: remove duplicated all and clean targetbamvor.zhangjian@huawei.com2017-01-051-6/+4
* selftests/exec: Makefile is a run-time dependency, add it to the install listYannick Brosseau2016-06-151-1/+2
* selftests: exec: revert to default emit ruleBamvor Jian Zhang2015-09-141-3/+1
* selftests/exec: do not install subdir as it is already createdTyler Baker2015-05-261-1/+1
* Merge tag 'linux-kselftest-4.1-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-04-131-3/+6
|\
| * selftests: Set CC using CROSS_COMPILE once in lib.mkMichael Ellerman2015-03-191-1/+0
| * selftests: Add install targetMichael Ellerman2015-03-131-0/+3
| * selftests: Introduce minimal shared logic for running testsMichael Ellerman2015-03-131-2/+3
* | selftests/exec: Check if the syscall exists and bail if notMichael Ellerman2015-03-111-1/+9
|/
* selftests/exec: allow shell return code of 126David Drysdale2015-01-061-6/+13
* selftests/exec: Use %zu to format size_tGeert Uytterhoeven2014-12-221-2/+2
* syscalls: add selftest for execveat(2)David Drysdale2014-12-133-0/+431