Skip to content

Commit 90da74a

Browse files
rantalashuahkh
authored andcommitted
selftests: pidfd: add CONFIG_CHECKPOINT_RESTORE=y to config
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>
1 parent b5ec9fe commit 90da74a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • tools/testing/selftests/pidfd

tools/testing/selftests/pidfd/config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ CONFIG_USER_NS=y
44
CONFIG_PID_NS=y
55
CONFIG_NET_NS=y
66
CONFIG_CGROUPS=y
7+
CONFIG_CHECKPOINT_RESTORE=y

0 commit comments

Comments
 (0)