mbox series

[0/2] seccomp: Make NEW_LISTENER and TSYNC flags exclusive

Message ID 20190424163756.40001-1-keescook@chromium.org (mailing list archive)
Headers show
Series seccomp: Make NEW_LISTENER and TSYNC flags exclusive | expand

Message

Kees Cook April 24, 2019, 4:37 p.m. UTC
This is just sending out the tweaked fix from Tycho and the selftest
changes needed to support it. I intend to send this to Linus directly
after it's been in -next for a few days for v5.1 fixes.

Thanks!

-Kees

Kees Cook (1):
  selftests/seccomp: Prepare for exclusive seccomp flags

Tycho Andersen (1):
  seccomp: Make NEW_LISTENER and TSYNC flags exclusive

 kernel/seccomp.c                              | 17 ++++++++--
 tools/testing/selftests/seccomp/seccomp_bpf.c | 34 ++++++++++++++-----
 2 files changed, 40 insertions(+), 11 deletions(-)