summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/clone3
Commit message (Expand)AuthorAgeFilesLines
* selftests/clone3: Fix build errorXingxing Su2020-12-071-1/+1
* selftests: clone3: use SKIP instead of XFAILTommi Rantala2020-11-051-1/+1
* selftests/clone3: Avoid OS-defined clone_argsKees Cook2020-10-085-41/+38
* Merge tag 'linux-kselftest-5.9-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-08-053-4/+3
|\
| * selftests/clone3: Reorder reporting outputKees Cook2020-07-063-4/+3
* | selftests: add clone3() CAP_CHECKPOINT_RESTORE testAdrian Reber2020-07-203-1/+186
|/
* Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-04-031-0/+1
|\
| * .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-251-0/+1
* | selftests/cgroup: add tests for cloning into cgroupsChristian Brauner2020-02-121-2/+17
|/
* selftests/clone3: skip if clone3() is ENOSYSChristian Brauner2019-11-184-30/+33
* selftests/clone3: check that all pids are released on error pathsAndrei Vagin2019-11-181-2/+14
* selftests/clone3: report a correct number of failsAndrei Vagin2019-11-181-7/+3
* selftests/clone3: flush stdout and stderr before clone3() and _exit()Andrei Vagin2019-11-182-4/+13
* selftests: add tests for clone3() with *set_tidAdrian Reber2019-11-156-26/+421
* selftests: add tests for clone3()Adrian Reber2019-11-123-2/+208
* tests: test CLONE_CLEAR_SIGHANDChristian Brauner2019-10-213-0/+179