summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/pidfd
Commit message (Expand)AuthorAgeFilesLines
* selftests/pidfd_test: Remove the erroneous ','Zhao Gongyi2022-11-021-1/+1
* selftests: pidfd: Fix compling warningsLi Zhijian2022-10-303-2/+4
* ksefltests: pidfd: Fix wait_states: Test terminated by timeoutLi Zhijian2022-10-301-0/+10
* selftests: fix an unused variable warning in pidfd selftestAxel Rasmussen2022-04-041-1/+0
* selftests: fixup build warnings in pidfd / clone3 testsAxel Rasmussen2022-02-042-6/+5
* pidfd: fix test failure due to stack overflow on some archesAxel Rasmussen2022-02-042-7/+28
* selftests: pidfd: drop needless linux/kcmp.h inclusion in pidfd_setns_test.cTommi Rantala2020-10-271-1/+0
* selftests: pidfd: add CONFIG_CHECKPOINT_RESTORE=y to configTommi Rantala2020-10-271-0/+1
* selftests: pidfd: skip test on kcmp() ENOSYSTommi Rantala2020-10-271-1/+4
* selftests: pidfd: use ksft_test_result_skip() when skipping testTommi Rantala2020-10-271-1/+1
* selftests: pidfd: fix compilation errors due to wait.hTommi Rantala2020-10-272-2/+0
* Merge tag 'threads-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Linus Torvalds2020-10-142-175/+133
|\
| * tests: remove O_NONBLOCK before waiting for WSTOPPEDChristian Brauner2020-10-091-2/+2
| * tests: add waitid() tests for non-blocking pidfdsChristian Brauner2020-09-042-1/+94
| * tests: port pidfd_wait to kselftest harnessChristian Brauner2020-09-041-174/+39
* | selftests/clone3: Avoid OS-defined clone_argsKees Cook2020-10-081-1/+1
|/
* Merge tag 'linux-kselftest-5.9-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-08-053-11/+46
|\
| * selftests: pidfd: skip test if unshare fails with EPERMPaolo Bonzini2020-07-071-5/+16
| * selftests: pidfd: do not use ksft_exit_skip after ksft_set_planPaolo Bonzini2020-07-071-4/+30
| * selftests: Remove unneeded selftest API headersKees Cook2020-07-062-2/+0
* | tests: add CLONE_NEWTIME setns testsChristian Brauner2020-07-082-0/+80
|/
* tests: test for setns() EINVAL regressionChristian Brauner2020-06-173-5/+17
* selftests/pidfd: add pidfd setns testsChristian Brauner2020-05-134-1/+482
* Merge tag 'threads-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds2020-04-041-0/+2
|\
| * selftests: add pid namespace ENOMEM regression testChristian Brauner2020-03-251-0/+2
* | .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-251-0/+1
|/
* selftests: pidfd: Add pidfd_fdinfo_test in .gitignoreChristophe Leroy2020-02-281-0/+1
* test: Add test for pidfd getfdSargun Dhillon2020-01-134-1/+260
* test: verify fdinfo for pidfd of reaped processChristian Brauner2019-10-171-14/+45
* pidfd: add tests for NSpid info in fdinfoChristian Kellner2019-10-152-1/+266
* selftests: pidfd: Fix undefined reference to pthread_create()Shuah Khan2019-09-301-1/+1
* Merge tag 'core-process-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-09-167-20/+421
|\
| * tests: add pidfd poll testsSuren Baghdasaryan2019-08-063-1/+119
| * tests: move common definitions and functions into pidfd.hSuren Baghdasaryan2019-08-062-5/+5
| * pidfd: add pidfd_wait testsChristian Brauner2019-08-065-15/+298
* | pidfd: remove obsolete comments from testChristian Brauner2019-07-291-5/+1
|/
* tests: add pidfd_open() testsChristian Brauner2019-06-285-44/+234
* pidfd: add polling selftestsJoel Fernandes (Google)2019-06-282-1/+211
* selftests: pidfd: Create .gitignore to include pidfd_testKelsey Skunberg2019-05-141-0/+1
* selftests: Add test plan API to kselftest.h and adjust callersKees Cook2019-04-251-0/+1
* selftests: add tests for pidfd_send_signal()Christian Brauner2019-03-052-0/+387