summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/exec/execveat.c
Commit message (Expand)AuthorAgeFilesLines
* selftests/exec: Convert execveat test to generate KTAP outputMark Brown2023-10-051-35/+52
* selftests/exec: Verify execve of non-regular files failKees Cook2020-05-221-0/+8
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 166Thomas Gleixner2019-05-301-2/+1
* 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
* 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-131-0/+397