Re: [PATCH 11/11] selftests/seccomp: Add powerpc support

2015-07-28 Thread Michael Ellerman
On Mon, 2015-07-27 at 11:59 -0700, Kees Cook wrote: > On Thu, Jul 23, 2015 at 3:21 AM, Michael Ellerman wrote: > > Wire up the syscall number and regs so the tests work on powerpc. > > This patch begs the question: this passes everything? Doh, yes that would have been worth mentioning! :) I'll

Re: [PATCH 11/11] selftests/seccomp: Add powerpc support

2015-07-27 Thread Kees Cook
On Thu, Jul 23, 2015 at 3:21 AM, Michael Ellerman wrote: > Wire up the syscall number and regs so the tests work on powerpc. This patch begs the question: this passes everything? (I was reminded about syscall_restart while reading the patches. If everything passes, it looks like powerpc exposes s

[PATCH 11/11] selftests/seccomp: Add powerpc support

2015-07-23 Thread Michael Ellerman
Wire up the syscall number and regs so the tests work on powerpc. Acked-by: Kees Cook Signed-off-by: Michael Ellerman --- tools/testing/selftests/seccomp/seccomp_bpf.c | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/tools/testing/selftests/seccomp/seccomp_bpf.c b/to