Re: [GIT PULL] Security subsystem updates for v4.16
From: James Morris
Date: Wed Jan 31 2018 - 16:37:52 EST
On Wed, 31 Jan 2018, Linus Torvalds wrote:
> On Sun, Jan 28, 2018 at 3:41 PM, James Morris <jmorris@xxxxxxxxx> wrote:
> >
> > Note that individual trees may also be pulled via:
> >
> > git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
> > next-integrity
> > next-smack
> > next-tpm
>
> So I did that, because it makes it easier and more controlled for me.
> But then when double-checking that the end result is identical to your
> full pull request, I end up missing the seccomp tree.
Ok, I'll send you separate pull requests for each branch from now on.
>
> I can pull that separately too, but it was missing explanations and a
> real pull request, so I left it alone.
>
Please pull:
The following changes since commit 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323:
Linux 4.15-rc1 (2017-11-26 16:01:47 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git next-seccomp
for you to fetch changes up to 26025bf58b9fe3806ce4f92600e96a2c214c0d9c:
Merge tag 'seccomp-next' of https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux into next-seccomp (2017-11-29 12:48:48 +1100)
----------------------------------------------------------------
James Morris (2):
Merge tag 'v4.15-rc1' into next-seccomp
Merge tag 'seccomp-next' of https://git.kernel.org/.../kees/linux into next-seccomp
Tycho Andersen (2):
seccomp: hoist out filter resolving logic
ptrace, seccomp: add support for retrieving seccomp metadata
include/linux/seccomp.h | 8 ++++
include/uapi/linux/ptrace.h | 6 +++
kernel/ptrace.c | 4 ++
kernel/seccomp.c | 106 +++++++++++++++++++++++++++++++-------------
4 files changed, 94 insertions(+), 30 deletions(-)