Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp5187357imu; Tue, 8 Jan 2019 13:07:57 -0800 (PST) X-Google-Smtp-Source: ALg8bN5uha8RRxEwrDzcFSAgwhaTd42FIN+luBVSz9snS3JGd5eOV+jRDlbng8GtNJoLln68x0JK X-Received: by 2002:a17:902:5a0b:: with SMTP id q11mr3378476pli.186.1546981677883; Tue, 08 Jan 2019 13:07:57 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1546981677; cv=none; d=google.com; s=arc-20160816; b=BY+gG07P4Ze7rhW1LauvndgoldlLH6f9h/WaoxVi7MIUNGMRssfZHLnS4fj4ru0y8A s6guZzeiPR6i19b9mv+A0iiMeFgoPm7j8U9KkDOye5M98HHcW9ck0+hcfAu2ABtaz9so SztvAFIguk1plg2lRdXwfGrI9nUzk+txXz0l9jr+nhzMB3YgIdruMyRmYPNIz6BbKVhL 87tfAyPi8Cph85zOFKusPkZAbuhlkC5tjIEcwdLuQAMc+mf/Nhi0FHR61wfxFVXQiFPZ CXqE1BjqfsQaWDMyUZj+I+iQo4Fm2d4sUGfZFHjolqBJDoDaaKz+VYroQMZ3cOnS6Jaw n9mQ== 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=UjKtCIh3DrY+tLf8eWDl4NoJ1d+p9aT+Xxulk5XExF0=; b=0zb7ABSQw34AP7CbH6/roREpJkgHN53vvfgYhg7MuknbIaUXZ6IWahbgrW+Ar2SikF qBF7f+g+nCMHyLw2pEEmzrzzXTJpzZMV01/fcqpw+LHEDe+Vr+zzh+Q9wrdwi2ShAa/d VojEMVvaaNGsw8Pj0FIAei8b9RtG/+P3If7moY8G8Q+yi40xpxxQvU3qXrVSiZMs8eiR Zn+JubthMYJfDNtp0Vet7nSa9ZL9NKNbqDJuRLZkmg+cBFsRTAvsTYV1BX8nki+COQe8 cWyZthiQn8r7BJZeZpdTjGiHFnHKVwVstKOBL7bSksg/IOqw7E57JUgXCzXZEGcmv2hP S1lQ== 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 u9si65739305pge.48.2019.01.08.13.07.40; Tue, 08 Jan 2019 13:07:57 -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 S1729605AbfAHVGV (ORCPT + 99 others); Tue, 8 Jan 2019 16:06:21 -0500 Received: from namei.org ([65.99.196.166]:55088 "EHLO namei.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728794AbfAHVGV (ORCPT ); Tue, 8 Jan 2019 16:06:21 -0500 Received: from localhost (localhost [127.0.0.1]) by namei.org (8.14.4/8.14.4) with ESMTP id x08L5jjV025472; Tue, 8 Jan 2019 21:05:45 GMT Date: Wed, 9 Jan 2019 08:05:45 +1100 (AEDT) From: James Morris To: Kees Cook cc: Casey Schaufler , linux-security-module , LKML , SE Linux , John Johansen , Tetsuo Handa , Paul Moore , "linux-fsdevel@vger.kernel.org" , Stephen Smalley , Alexey Dobriyan , =?ISO-8859-15?Q?Micka=EBl_Sala=FCn?= , Salvatore Mesoraca Subject: Re: [PATCH v5 00/38] LSM: Module stacking for SARA and Landlock In-Reply-To: Message-ID: References: <50db058a-7dde-441b-a7f9-f6837fe8b69f@schaufler-ca.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 Mon, 7 Jan 2019, Kees Cook wrote: > On Tue, Dec 11, 2018 at 1:19 PM Kees Cook wrote: > > > > On Tue, Dec 11, 2018 at 10:57 AM James Morris wrote: > > > > > > On Tue, 4 Dec 2018, Kees Cook wrote: > > > > > > > On Mon, Nov 26, 2018 at 3:22 PM Casey Schaufler wrote: > > > > > v5: Include Kees Cook's rework of the lsm command > > > > > line interface. Stacking is not conditional. > > > > > > > > Can you resend this series with corrected "From:" lines in the body, etc? > > > > > > > > Beyond that, I obviously like it. James, what's needed for this to move forward? > > > > > > If there are no outstanding issues, I plan to merge this for 4.21. > > > > Yeah, it looks good to me. (Excepting getting the authorship sorted.) > > I didn't see this actually get merged? Was there something that needed > fixing? Should I send you a direct pull request for v5.1? Yep, please send a new pull request. -- James Morris