aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/clone3 (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-07selftests/clone3: Fix build errorXingxing Su1-1/+1
2020-11-05selftests: clone3: use SKIP instead of XFAILTommi Rantala1-1/+1
2020-10-08selftests/clone3: Avoid OS-defined clone_argsKees Cook5-41/+38
2020-08-05Merge tag 'linux-kselftest-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds3-4/+3
2020-07-20selftests: add clone3() CAP_CHECKPOINT_RESTORE testAdrian Reber3-1/+186
2020-07-06selftests/clone3: Reorder reporting outputKees Cook3-4/+3
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds1-0/+1
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada1-0/+1
2020-02-12selftests/cgroup: add tests for cloning into cgroupsChristian Brauner1-2/+17
2019-11-18selftests/clone3: skip if clone3() is ENOSYSChristian Brauner4-30/+33
2019-11-18selftests/clone3: check that all pids are released on error pathsAndrei Vagin1-2/+14
2019-11-18selftests/clone3: report a correct number of failsAndrei Vagin1-7/+3
2019-11-18selftests/clone3: flush stdout and stderr before clone3() and _exit()Andrei Vagin2-4/+13
2019-11-15selftests: add tests for clone3() with *set_tidAdrian Reber6-26/+421
2019-11-12selftests: add tests for clone3()Adrian Reber3-2/+208
2019-10-21tests: test CLONE_CLEAR_SIGHANDChristian Brauner3-0/+179