projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5ec9fe
)
selftests: pidfd: add CONFIG_CHECKPOINT_RESTORE=y to config
author
Tommi Rantala
<tommi.t.rantala@nokia.com>
Thu, 8 Oct 2020 12:26:27 +0000
(15:26 +0300)
committer
Shuah Khan
<skhan@linuxfoundation.org>
Tue, 27 Oct 2020 23:02:03 +0000
(17:02 -0600)
kcmp syscall is used in pidfd_getfd_test.c, so add
CONFIG_CHECKPOINT_RESTORE=y to config to ensure kcmp is available.
Signed-off-by: Tommi Rantala <tommi.t.rantala@nokia.com>
Acked-by: Christian Brauner <christian.brauner@ubuntu.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/testing/selftests/pidfd/config
patch
|
blob
|
history
diff --git
a/tools/testing/selftests/pidfd/config
b/tools/testing/selftests/pidfd/config
index
bb11de9
..
f6f2965
100644
(file)
--- 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