Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp244382ybl; Mon, 12 Aug 2019 15:32:43 -0700 (PDT) X-Google-Smtp-Source: APXvYqy+8CLSkLHTHi/fIaNdD6yKGFSbYchFVrO2qHE8ovWZy8YVRNM1AKDD2tyfbYnG9lWoHs8t X-Received: by 2002:a17:902:830a:: with SMTP id bd10mr4061822plb.230.1565649163594; Mon, 12 Aug 2019 15:32:43 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1565649163; cv=none; d=google.com; s=arc-20160816; b=pAXsELTIktZE5FNHtDZdcigeGjBk3aeya16HmEF5fB48vsDurXFDbOe2hlvySYzOWu hXkeN3eKL8QmKgd+rLM8NykEUhu1f/PgMveFZ8aUIwtC0M2kQ4v3XCMcsj+Kj46dceQj odTrFX2TDgik72sgBa/JY/3ZH1zUecWfhBltRliVXsH8WyL5mg0o7eMWNYpMA9GyMEPI cOX7jQJzCJgvfWLtQB5GJVNp1TUS+r3zeP8YLyepzsLD6baJ1vI37hcKSnhCbhP65FIM 7tsKTRS4Wf5igZ+3DiDGWXewxDeDYbPH7cR6/TKiTQMfQ84+MHmilox0Mt48YgNT3mEp jxWg== 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; bh=jtM9la5UUNWDOLORwZJoxNp5xo0W07s3p3vbGMLxXik=; b=sGUjAEM02SK8LP+krrwPoUwZgCNi/AzlhEZJn+m5/5NMZbpv0LDY54K+yc7oi9dfWQ uJsgENWI3FEt6GijUgTxfzfduLgauqs0jaiTJ3EDAGddrKdRKXd6YuqQHmzPL3yYQ5ed haC9Td7+vl1jNg0kmY5x5QyI3+MD6H9qWSs8XOb1gS331C85HNnSmaD1rliQgBeUE03I gmtHxZ/ZhREefK4HcA8WU4kN0YBXDWwffiEMPp0zqmAnCaoJSuG0R7kWkHvGwJDPSwQY MSpB8x+EnmME84fggY856AgV0tcU8YV+dKYnpwJv/d5gkAQ0zjwSs8NV4LsD1533CkpX d7ug== 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 i8si62055796pgs.87.2019.08.12.15.32.27; Mon, 12 Aug 2019 15:32:43 -0700 (PDT) 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 S1727117AbfHLW3g (ORCPT + 99 others); Mon, 12 Aug 2019 18:29:36 -0400 Received: from namei.org ([65.99.196.166]:40112 "EHLO namei.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726895AbfHLW3f (ORCPT ); Mon, 12 Aug 2019 18:29:35 -0400 Received: from localhost (localhost [127.0.0.1]) by namei.org (8.14.4/8.14.4) with ESMTP id x7CMTXBN016632; Mon, 12 Aug 2019 22:29:33 GMT Date: Tue, 13 Aug 2019 08:29:33 +1000 (AEST) From: James Morris To: Matthew Garrett cc: LSM List , Linux Kernel Mailing List , Linux API Subject: Re: [PATCH V38 00/29] security: Add support for locking down the kernel In-Reply-To: Message-ID: References: <20190808000721.124691-1-matthewgarrett@google.com> 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 Tue, 13 Aug 2019, James Morris wrote: > On Mon, 12 Aug 2019, Matthew Garrett wrote: > > > On Fri, Aug 9, 2019 at 11:08 PM James Morris wrote: > > > Please verify and test, as I had to make a few minor fixups for my v5.2 > > > base. > > > > Thanks James - there's a few small fixups required, would you like > > those as separate patches or should I just send you a fixed copy of > > the original patchset? > > Given there are a few, an updated copy of the patchset will be best. Actually, that's a lot of patches to resend, just send updates against my next-lockdown branch. -- James Morris