Re: [PATCH v3 0/8] switch to using asm-generic for seccomp.h

2015-03-11 Thread Kees Cook
On Wed, Mar 4, 2015 at 5:27 PM, Kees Cook wrote: > Most architectures don't need to do much special for the strict-mode > seccomp syscall entries. Remove the redundant headers and reduce the > others. > > Signed-off-by: Kees Cook Hi Andrew, Just a quick ping: are you able to pick up this series

[PATCH v3 0/8] switch to using asm-generic for seccomp.h

2015-03-04 Thread Kees Cook
Most architectures don't need to do much special for the strict-mode seccomp syscall entries. Remove the redundant headers and reduce the others. Signed-off-by: Kees Cook --- v3: - split patch series by architecture - fix up architectures that need sigreturn overrides (ingo) v2: - use Kbuild "gen