From: Tommi Rantala Date: Thu, 8 Oct 2020 12:26:27 +0000 (+0300) Subject: selftests: pidfd: add CONFIG_CHECKPOINT_RESTORE=y to config X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=90da74af349e8a476e1d357da735b8f35b56d4e6;p=linux.git 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 Acked-by: Christian Brauner Signed-off-by: Shuah Khan --- diff --git a/tools/testing/selftests/pidfd/config b/tools/testing/selftests/pidfd/config index bb11de90c0c9e..f6f2965e17af1 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