Received: by 10.223.176.5 with SMTP id f5csp1917696wra; Wed, 31 Jan 2018 13:39:19 -0800 (PST) X-Google-Smtp-Source: AH8x226GyvzKOQ7EmxPTv27N1SsCWnOxlF1ma6bGu5U07A1xCpPCl/ogzMRBKBDZPa7rC+PLjhvc X-Received: by 10.101.76.199 with SMTP id n7mr27163352pgt.388.1517434759793; Wed, 31 Jan 2018 13:39:19 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1517434759; cv=none; d=google.com; s=arc-20160816; b=nk39oxUK0MsoDxobQAgzB1vm85YVlQyAxlKBaVl5FWEuCwaxNZ5yF0AEZUTsyIlbYd T1iuWIUhm7hv1bG6p8hAKIAtdhX0l/CdxMlDnxWg83UU64WjJeP0D+CIqbkQKgRgDQJi kdWffefEdFFB3UiNV9gVIDIF3QTflEzk8G59LMYNv41ILuZD8gTu4zqNyWxSDvrTilCW HkDDrpMBsOk8Np2gKbjVdTcxBnVi/wjd6R+qP9hsrWi5uVochi36c9uBx2uZ+C5FZ+s1 QCkMpJmZTVlSU74TGok2kKOpHKzRBEGXytunH/1K9DVmcAc9vY4K77XQ6KnD+8TvuwGi 1duw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :message-id:in-reply-to:subject:cc:to:from:date :arc-authentication-results; bh=DADR2Sy264+Go1bg5PdnvYc4IDMKyxyT2O+b3RcWilk=; b=LWyqIyH7ZFMxDRG5RMqpKVW4sZ1r62/NFi9OHZan8lhCT3jbNmq8WvfJVxpS1ctr81 f5P00s4+pydyW911M+H2puPjM87i3K9/U7rYQf6cwDsI5bl9jCt6wlUlA8FrGmUDCAh+ L2mHx1m31zTL6qejIxs3AhCWULJCEStmoS2/sySGzhQhSIhlqgBG8kKOJXZMbXmGb2iB 3iFMGXYEu1AyogNnnjNYFgTZAyT3gx0Em7q2M4OPWjFJroqlq7BmH5R+h+qNQ1YIhRk0 kDpV46O2nGHdBcdf9bzxqrJEGzEt19cab+J1OYSw1HzlFlvXyD+tMfYybRn+MTLD8Tjy tXpg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id w13si2147673pgt.716.2018.01.31.13.39.04; Wed, 31 Jan 2018 13:39:19 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753315AbeAaVhp (ORCPT + 99 others); Wed, 31 Jan 2018 16:37:45 -0500 Received: from namei.org ([65.99.196.166]:39886 "EHLO namei.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753245AbeAaVho (ORCPT ); Wed, 31 Jan 2018 16:37:44 -0500 Received: from localhost (localhost [127.0.0.1]) by namei.org (8.14.4/8.14.4) with ESMTP id w0VLbbIt013986; Wed, 31 Jan 2018 21:37:37 GMT Date: Thu, 1 Feb 2018 08:37:37 +1100 (AEDT) From: James Morris To: Linus Torvalds cc: Kees Cook , Linux Kernel Mailing List , LSM List Subject: Re: [GIT PULL] Security subsystem updates for v4.16 In-Reply-To: Message-ID: References: User-Agent: Alpine 2.21 (LRH 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 31 Jan 2018, Linus Torvalds wrote: > On Sun, Jan 28, 2018 at 3:41 PM, James Morris 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(-)