[CRIU] [PATCH 1/2] don't assume the kernel has CONFIG_SECCOMP

Tycho Andersen tycho.andersen at canonical.com
Wed Jul 15 06:44:06 PDT 2015


On Tue, Jul 14, 2015 at 02:13:09PM +0300, Pavel Emelyanov wrote:
> 
> > diff --git a/scripts/feature-tests.mak b/scripts/feature-tests.mak
> > index ec7972a..519eb52 100644
> > --- a/scripts/feature-tests.mak
> > +++ b/scripts/feature-tests.mak
> > @@ -92,14 +92,3 @@ int main(int argc, char *argv[], char *envp[])
> >  }
> >  
> >  endef
> > -
> > -define PTRACE_SUSPEND_SECCOMP_TEST
> 
> Shouldn't the respective line also be removed from Makefile.config?

Yes, although I think you applied the newer version of this patchset.
I'll send a new patch to get rid of the bits in Makefile.config.

Tycho

> > -
> > -#include <linux/ptrace.h>
> > -
> > -int main(void)
> > -{
> > -	return PTRACE_O_SUSPEND_SECCOMP;
> > -}
> > -
> > -endef
> 


More information about the CRIU mailing list