summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/clone3
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-021-0/+13
|\
| * selftests/clone3: Fix broken test under !CONFIG_TIME_NSTiezhu Yang2023-10-181-1/+6
* | selftests/clone3: Report descriptive test namesMark Brown2023-10-181-73/+192
* | selftests: clone3: remove duplicate definesMuhammad Usama Anjum2023-10-064-21/+0
|/
* selftests/clone3: test clone3 with exit signal in flagsTobias Klauser2023-06-121-1/+4
* selftests/clone3: fix number of tests in ksft_set_planTobias Klauser2023-04-061-2/+2
* selftests/clone3: test clone3 with CLONE_NEWTIMETobias Klauser2023-03-081-0/+3
* selftests: clone3: Fix incorrect kernel headers search pathMathieu Desnoyers2023-01-301-1/+1
* selftests: fixup build warnings in pidfd / clone3 testsAxel Rasmussen2022-02-041-2/+0
* selftests: clone3: clone3: add case CLONE3_ARGS_NO_TESTAnders Roxell2021-12-101-0/+6
* 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