[PATCH v9 11/13] powerpc: select HAVE_SECCOMP_FILTER and provide seccomp_execve

2011-06-23 Thread Will Drewry
Facilitate the use of CONFIG_SECCOMP_FILTER by wrapping compatibility system call numbering for execve and selecting HAVE_SECCOMP_FILTER. v9: rebase on to bccaeafd7c117acee36e90d37c7e05c19be9e7bf Signed-off-by: Will Drewry --- arch/powerpc/Kconfig |1 + arch/powerpc/include/as

Re: [PATCH v9 11/13] powerpc: select HAVE_SECCOMP_FILTER and provide seccomp_execve

2011-08-29 Thread Benjamin Herrenschmidt
On Thu, 2011-06-23 at 19:36 -0500, Will Drewry wrote: > Facilitate the use of CONFIG_SECCOMP_FILTER by wrapping compatibility > system call numbering for execve and selecting HAVE_SECCOMP_FILTER. > > v9: rebase on to bccaeafd7c117acee36e90d37c7e05c19be9e7bf > > Signed-off-by: Will Drewry Seen t

Re: [PATCH v9 11/13] powerpc: select HAVE_SECCOMP_FILTER and provide seccomp_execve

2011-11-27 Thread Benjamin Herrenschmidt
On Tue, 2011-08-30 at 15:28 +1000, Benjamin Herrenschmidt wrote: > On Thu, 2011-06-23 at 19:36 -0500, Will Drewry wrote: > > Facilitate the use of CONFIG_SECCOMP_FILTER by wrapping compatibility > > system call numbering for execve and selecting HAVE_SECCOMP_FILTER. > > > > v9: rebase on to bccaea

Re: [PATCH v9 11/13] powerpc: select HAVE_SECCOMP_FILTER and provide seccomp_execve

2011-11-27 Thread Will Drewry
On Sun, Nov 27, 2011 at 6:14 PM, Benjamin Herrenschmidt wrote: > On Tue, 2011-08-30 at 15:28 +1000, Benjamin Herrenschmidt wrote: >> On Thu, 2011-06-23 at 19:36 -0500, Will Drewry wrote: >> > Facilitate the use of CONFIG_SECCOMP_FILTER by wrapping compatibility >> > system call numbering for execv