aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/pidfd
AgeCommit message (Expand)AuthorFilesLines
2023-10-13selftests/pidfd: Fix ksft print formatsGravatar Maciej Wieczor-Retman 2-7/+7
2023-06-12selftest: pidfd: Omit long and repeating outputsGravatar Ziqi Zhao 3-2/+3
2023-02-13selftests: pidfd: Fix incorrect kernel headers search pathGravatar Mathieu Desnoyers 1-1/+1
2022-11-02selftests/pidfd_test: Remove the erroneous ','Gravatar Zhao Gongyi 1-1/+1
2022-10-30selftests: pidfd: Fix compling warningsGravatar Li Zhijian 3-2/+4
2022-10-30ksefltests: pidfd: Fix wait_states: Test terminated by timeoutGravatar Li Zhijian 1-0/+10
2022-04-04selftests: fix an unused variable warning in pidfd selftestGravatar Axel Rasmussen 1-1/+0
2022-02-04selftests: fixup build warnings in pidfd / clone3 testsGravatar Axel Rasmussen 2-6/+5
2022-02-04pidfd: fix test failure due to stack overflow on some archesGravatar Axel Rasmussen 2-7/+28
2020-10-27selftests: pidfd: drop needless linux/kcmp.h inclusion in pidfd_setns_test.cGravatar Tommi Rantala 1-1/+0
2020-10-27selftests: pidfd: add CONFIG_CHECKPOINT_RESTORE=y to configGravatar Tommi Rantala 1-0/+1
2020-10-27selftests: pidfd: skip test on kcmp() ENOSYSGravatar Tommi Rantala 1-1/+4
2020-10-27selftests: pidfd: use ksft_test_result_skip() when skipping testGravatar Tommi Rantala 1-1/+1
2020-10-27selftests: pidfd: fix compilation errors due to wait.hGravatar Tommi Rantala 2-2/+0
2020-10-14Merge tag 'threads-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Gravatar Linus Torvalds 2-175/+133
2020-10-09tests: remove O_NONBLOCK before waiting for WSTOPPEDGravatar Christian Brauner 1-2/+2
2020-10-08selftests/clone3: Avoid OS-defined clone_argsGravatar Kees Cook 1-1/+1
2020-09-04tests: add waitid() tests for non-blocking pidfdsGravatar Christian Brauner 2-1/+94
2020-09-04tests: port pidfd_wait to kselftest harnessGravatar Christian Brauner 1-174/+39
2020-08-05Merge tag 'linux-kselftest-5.9-rc1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 3-11/+46
2020-07-08tests: add CLONE_NEWTIME setns testsGravatar Christian Brauner 2-0/+80
2020-07-07selftests: pidfd: skip test if unshare fails with EPERMGravatar Paolo Bonzini 1-5/+16
2020-07-07selftests: pidfd: do not use ksft_exit_skip after ksft_set_planGravatar Paolo Bonzini 1-4/+30
2020-07-06selftests: Remove unneeded selftest API headersGravatar Kees Cook 2-2/+0
2020-06-17tests: test for setns() EINVAL regressionGravatar Christian Brauner 3-5/+17
2020-05-13selftests/pidfd: add pidfd setns testsGravatar Christian Brauner 4-1/+482
2020-04-04Merge tag 'threads-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Gravatar Linus Torvalds 1-0/+2
2020-03-25selftests: add pid namespace ENOMEM regression testGravatar Christian Brauner 1-0/+2
2020-03-25.gitignore: add SPDX License IdentifierGravatar Masahiro Yamada 1-0/+1
2020-02-28selftests: pidfd: Add pidfd_fdinfo_test in .gitignoreGravatar Christophe Leroy 1-0/+1
2020-01-13test: Add test for pidfd getfdGravatar Sargun Dhillon 4-1/+260
2019-10-17test: verify fdinfo for pidfd of reaped processGravatar Christian Brauner 1-14/+45
2019-10-15pidfd: add tests for NSpid info in fdinfoGravatar Christian Kellner 2-1/+266
2019-09-30selftests: pidfd: Fix undefined reference to pthread_create()Gravatar Shuah Khan 1-1/+1
2019-09-16Merge tag 'core-process-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 7-20/+421
2019-08-06tests: add pidfd poll testsGravatar Suren Baghdasaryan 3-1/+119
2019-08-06tests: move common definitions and functions into pidfd.hGravatar Suren Baghdasaryan 2-5/+5
2019-08-06pidfd: add pidfd_wait testsGravatar Christian Brauner 5-15/+298
2019-07-29pidfd: remove obsolete comments from testGravatar Christian Brauner 1-5/+1
2019-06-28tests: add pidfd_open() testsGravatar Christian Brauner 5-44/+234
2019-06-28pidfd: add polling selftestsGravatar Joel Fernandes (Google) 2-1/+211
2019-05-14selftests: pidfd: Create .gitignore to include pidfd_testGravatar Kelsey Skunberg 1-0/+1
2019-04-25selftests: Add test plan API to kselftest.h and adjust callersGravatar Kees Cook 1-0/+1
2019-03-05selftests: add tests for pidfd_send_signal()Gravatar Christian Brauner 2-0/+387