summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/pidfd
AgeCommit message (Expand)Author
2025-01-26Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-01-20Merge tag 'vfs-6.14-rc1.mount.v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-01-12kernel-wide: add explicity||explicitly to spelling.txtShivam Chaudhary
2025-01-09selftests: remove unneeded includeChristian Brauner
2024-12-22selftests: add pidfd bind-mount testsChristian Brauner
2024-12-17selftests/pidfd: add pidfs file handle selftestsChristian Brauner
2024-10-24pidfd: add ioctl to retrieve pid infoLuca Boccassi
2024-07-24pidfs: add selftests for new namespace ioctlsChristian Brauner
2024-05-14Merge tag 'linux_kselftest-next-6.10-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2024-05-11selftests/pidfd: Fix wrong expectationMickaël Salaün
2024-05-11selftests/pidfd: Fix config for pidfd_setns_testMickaël Salaün
2024-05-06selftests: pidfd: ksft_exit functions do not returnNathan Chancellor
2024-02-07selftests: add ESRCH tests for pidfd_getfd()Tycho Andersen
2023-10-13selftests/pidfd: Fix ksft print formatsMaciej Wieczor-Retman
2023-06-12selftest: pidfd: Omit long and repeating outputsZiqi Zhao
2023-02-13selftests: pidfd: Fix incorrect kernel headers search pathMathieu Desnoyers
2022-11-02selftests/pidfd_test: Remove the erroneous ','Zhao Gongyi
2022-10-30selftests: pidfd: Fix compling warningsLi Zhijian
2022-10-30ksefltests: pidfd: Fix wait_states: Test terminated by timeoutLi Zhijian
2022-04-04selftests: fix an unused variable warning in pidfd selftestAxel Rasmussen
2022-02-04selftests: fixup build warnings in pidfd / clone3 testsAxel Rasmussen
2022-02-04pidfd: fix test failure due to stack overflow on some archesAxel Rasmussen
2020-10-27selftests: pidfd: drop needless linux/kcmp.h inclusion in pidfd_setns_test.cTommi Rantala
2020-10-27selftests: pidfd: add CONFIG_CHECKPOINT_RESTORE=y to configTommi Rantala
2020-10-27selftests: pidfd: skip test on kcmp() ENOSYSTommi Rantala
2020-10-27selftests: pidfd: use ksft_test_result_skip() when skipping testTommi Rantala
2020-10-27selftests: pidfd: fix compilation errors due to wait.hTommi Rantala
2020-10-14Merge tag 'threads-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Linus Torvalds
2020-10-09tests: remove O_NONBLOCK before waiting for WSTOPPEDChristian Brauner
2020-10-08selftests/clone3: Avoid OS-defined clone_argsKees Cook
2020-09-04tests: add waitid() tests for non-blocking pidfdsChristian Brauner
2020-09-04tests: port pidfd_wait to kselftest harnessChristian Brauner
2020-08-05Merge tag 'linux-kselftest-5.9-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-07-08tests: add CLONE_NEWTIME setns testsChristian Brauner
2020-07-07selftests: pidfd: skip test if unshare fails with EPERMPaolo Bonzini
2020-07-07selftests: pidfd: do not use ksft_exit_skip after ksft_set_planPaolo Bonzini
2020-07-06selftests: Remove unneeded selftest API headersKees Cook
2020-06-17tests: test for setns() EINVAL regressionChristian Brauner
2020-05-13selftests/pidfd: add pidfd setns testsChristian Brauner
2020-04-04Merge tag 'threads-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds
2020-03-25selftests: add pid namespace ENOMEM regression testChristian Brauner
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada
2020-02-28selftests: pidfd: Add pidfd_fdinfo_test in .gitignoreChristophe Leroy
2020-01-13test: Add test for pidfd getfdSargun Dhillon
2019-10-17test: verify fdinfo for pidfd of reaped processChristian Brauner
2019-10-15pidfd: add tests for NSpid info in fdinfoChristian Kellner
2019-09-30selftests: pidfd: Fix undefined reference to pthread_create()Shuah Khan
2019-09-16Merge tag 'core-process-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-08-06tests: add pidfd poll testsSuren Baghdasaryan
2019-08-06tests: move common definitions and functions into pidfd.hSuren Baghdasaryan