[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <alpine.LRH.2.21.1802010836080.13723@namei.org>
Date: Thu, 1 Feb 2018 08:37:37 +1100 (AEDT)
From: James Morris <jmorris@...ei.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
cc: Kees Cook <keescook@...omium.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
LSM List <linux-security-module@...r.kernel.org>
Subject: Re: [GIT PULL] Security subsystem updates for v4.16
On Wed, 31 Jan 2018, Linus Torvalds wrote:
> On Sun, Jan 28, 2018 at 3:41 PM, James Morris <jmorris@...ei.org> 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(-)
Powered by blists - more mailing lists