summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/exec
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 166Thomas Gleixner2019-05-301-2/+1Star
* exec selftests: test ->recursion_depthAlexey Dobriyan2019-05-153-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/+9Star
* selftests: add default rules for c source filebamvor.zhangjian@huawei.com2017-01-051-2/+0Star
* selftests: remove duplicated all and clean targetbamvor.zhangjian@huawei.com2017-01-051-6/+4Star
* 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-151-3/+1Star
* 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/+0Star
| * 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