Re: [PATCH 3/3] selftests/seccomp: Check ENOSYS under tracing

2020-07-05 Thread Kees Cook
On Sat, Jul 04, 2020 at 11:12:32PM -0700, Kees Cook wrote: > There should be no difference between -1 and other negative syscalls > while tracing. > > Cc: Andy Lutomirski > Cc: Will Drewry > Cc: Will Deacon > Cc: Keno Fischer > Signed-off-by: Kees Cook > --- > tools/testing/selftests/seccomp

[PATCH 3/3] selftests/seccomp: Check ENOSYS under tracing

2020-07-04 Thread Kees Cook
There should be no difference between -1 and other negative syscalls while tracing. Cc: Andy Lutomirski Cc: Will Drewry Cc: Will Deacon Cc: Keno Fischer Signed-off-by: Kees Cook --- tools/testing/selftests/seccomp/seccomp_bpf.c | 26 +++ 1 file changed, 26 insertions(+) diff