aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/clone3
AgeCommit message (Expand)AuthorFilesLines
2023-04-06selftests/clone3: fix number of tests in ksft_set_planGravatar Tobias Klauser 1-2/+2
2023-03-08selftests/clone3: test clone3 with CLONE_NEWTIMEGravatar Tobias Klauser 1-0/+3
2023-01-30selftests: clone3: Fix incorrect kernel headers search pathGravatar Mathieu Desnoyers 1-1/+1
2022-02-04selftests: fixup build warnings in pidfd / clone3 testsGravatar Axel Rasmussen 1-2/+0
2021-12-10selftests: clone3: clone3: add case CLONE3_ARGS_NO_TESTGravatar Anders Roxell 1-0/+6
2020-12-07selftests/clone3: Fix build errorGravatar Xingxing Su 1-1/+1
2020-11-05selftests: clone3: use SKIP instead of XFAILGravatar Tommi Rantala 1-1/+1
2020-10-08selftests/clone3: Avoid OS-defined clone_argsGravatar Kees Cook 5-41/+38
2020-08-05Merge tag 'linux-kselftest-5.9-rc1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 3-4/+3
2020-07-20selftests: add clone3() CAP_CHECKPOINT_RESTORE testGravatar Adrian Reber 3-1/+186
2020-07-06selftests/clone3: Reorder reporting outputGravatar Kees Cook 3-4/+3
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-0/+1
2020-03-25.gitignore: add SPDX License IdentifierGravatar Masahiro Yamada 1-0/+1
2020-02-12selftests/cgroup: add tests for cloning into cgroupsGravatar Christian Brauner 1-2/+17
2019-11-18selftests/clone3: skip if clone3() is ENOSYSGravatar Christian Brauner 4-30/+33
2019-11-18selftests/clone3: check that all pids are released on error pathsGravatar Andrei Vagin 1-2/+14
2019-11-18selftests/clone3: report a correct number of failsGravatar Andrei Vagin 1-7/+3
2019-11-18selftests/clone3: flush stdout and stderr before clone3() and _exit()Gravatar Andrei Vagin 2-4/+13
2019-11-15selftests: add tests for clone3() with *set_tidGravatar Adrian Reber 6-26/+421
2019-11-12selftests: add tests for clone3()Gravatar Adrian Reber 3-2/+208
2019-10-21tests: test CLONE_CLEAR_SIGHANDGravatar Christian Brauner 3-0/+179