Re: [PATCH 07/13] selftests: pidfd: add CONFIG_CHECKPOINT_RESTORE=y to config

2020-10-09 Thread Christian Brauner
On Thu, Oct 08, 2020 at 03:26:27PM +0300, Tommi Rantala wrote: > 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 > --- Good catch, thanks! Acked-by: Christian Brauner

[PATCH 07/13] selftests: pidfd: add CONFIG_CHECKPOINT_RESTORE=y to config

2020-10-08 Thread Tommi Rantala
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 --- tools/testing/selftests/pidfd/config | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/testing/selftests/pidfd/config