[GIT PULL] seccomp updates for v5.7-rc1
From: Kees Cook
Date: Mon Mar 30 2020 - 00:16:16 EST
Hi Linus,
Please pull these couple of seccomp updates for v5.7-rc1. They're both
mostly bug fixes that I wanted to have sit in linux-next for a while.
That's done now, so here they are for v5.7.
Thanks!
-Kees
The following changes since commit 11a48a5a18c63fd7621bb050228cebf13566e4d8:
Linux 5.6-rc2 (2020-02-16 13:16:59 -0800)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/seccomp-v5.7-rc1
for you to fetch changes up to 3db81afd99494a33f1c3839103f0429c8f30cb9d:
seccomp: Add missing compat_ioctl for notify (2020-03-29 21:10:51 -0700)
----------------------------------------------------------------
updates for seccomp
- allow TSYNC and USER_NOTIF together (Tycho Andersen)
- Add missing compat_ioctl for notify (Sven Schnelle)
----------------------------------------------------------------
Sven Schnelle (1):
seccomp: Add missing compat_ioctl for notify
Tycho Andersen (1):
seccomp: allow TSYNC and USER_NOTIF together
include/linux/seccomp.h | 3 +-
include/uapi/linux/seccomp.h | 1 +
kernel/seccomp.c | 15 ++++--
tools/testing/selftests/seccomp/seccomp_bpf.c | 74 ++++++++++++++++++++++++++-
4 files changed, 87 insertions(+), 6 deletions(-)
--
Kees Cook