summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/pidfd/config
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2020-11-06 15:42:42 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2020-11-06 15:42:42 -0800
commit03f0f5ad58479ba1374f10680fc836aa21abe8f9 (patch)
tree2cd6681f53dea1a21e949157d9eeeb45d8ec5b17 /tools/testing/selftests/pidfd/config
parentd4fc96832f0131c8f2fb067fb01c3007df6d4c9f (diff)
parent7d764b685ee1bc73a9fa2b6cb4d42fa72b943145 (diff)
downloadlinux-03f0f5ad58479ba1374f10680fc836aa21abe8f9.tar.bz2
Merge tag 'linux-kselftest-fixes-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
Pull Kselftest fixes from Shuah Khan: "Fixes to the ftrace test and several fixes from Tommi Rantala for various other tests" * tag 'linux-kselftest-fixes-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest: selftests: binderfs: use SKIP instead of XFAIL selftests: clone3: use SKIP instead of XFAIL selftests: core: use SKIP instead of XFAIL in close_range_test.c selftests: proc: fix warning: _GNU_SOURCE redefined selftests: pidfd: drop needless linux/kcmp.h inclusion in pidfd_setns_test.c selftests: pidfd: add CONFIG_CHECKPOINT_RESTORE=y to config selftests: pidfd: skip test on kcmp() ENOSYS selftests: pidfd: use ksft_test_result_skip() when skipping test selftests/harness: prettify SKIP message whitespace again selftests: pidfd: fix compilation errors due to wait.h selftests: filter kselftest headers from command in lib.mk selftests/ftrace: check for do_sys_openat2 in user-memory test selftests/ftrace: Use $FUNCTION_FORK to reference kernel fork function
Diffstat (limited to 'tools/testing/selftests/pidfd/config')
-rw-r--r--tools/testing/selftests/pidfd/config1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/pidfd/config b/tools/testing/selftests/pidfd/config
index bb11de90c0c9..f6f2965e17af 100644
--- a/tools/testing/selftests/pidfd/config
+++ b/tools/testing/selftests/pidfd/config
@@ -4,3 +4,4 @@ CONFIG_USER_NS=y
CONFIG_PID_NS=y
CONFIG_NET_NS=y
CONFIG_CGROUPS=y
+CONFIG_CHECKPOINT_RESTORE=y