Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp1001979imu; Tue, 11 Dec 2018 10:59:13 -0800 (PST) X-Google-Smtp-Source: AFSGD/WWD27BGg6qG152yqksnfNo+2R8y9SNhGjhbD5mTPLgUhiGeg6J4yHYJAtF5RI/S1Q1fero X-Received: by 2002:a63:4246:: with SMTP id p67mr15405807pga.335.1544554753627; Tue, 11 Dec 2018 10:59:13 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1544554753; cv=none; d=google.com; s=arc-20160816; b=z1dK5hCw7uAXm1941eCflrxuwvuJ7uBQHbUylT1ox/8fnT6q97YFWr3+2AlANjsMeP vSIK62uWzBSweF8iKmiAyWBO7SvWg8BXvfZGdMohWC54n2+gsM89KhSnOYGKis1eepva frKiRTK0ks3TPG49mmYv8AiTOuelK/v9rGPrvZNa0dzAg1V6+X13KvMrzacedzOppo/z BvOoXWj/HwvYaSfRx8Nz4dSDbL8WhYXaNHnOuigGKBmPrm9oZlttRMAXK/qSzWdF62UC PEhy7dCfXuOwGUdT/SC3ZmVtQMvR90Lo3oDPd6M/zLab5aiJirsd/DK1LPZigRnHIea6 ODig== 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=uHEFFwExLkisKeQu6W0x6CrWOY0zJF7yiRDMvvC21bs=; b=j/cgGD/pzUxfSBefdKzreJVJD99EQK2qUS0d7YMMKndg+L9u2guVc1Ku2yMdYKBL2x oWA2J0/4AZbKObBFzF/OnTAxxgQCLKaGkDM4HwgRitJW0XDSv6Th8uiJa6JRLNC28/WF rC024H0+ytCzx9iuMIqhcOA2B0vL282k5iXlMNErdkeZPlmpgQncUUo57qUJ23/bVC0j ANx6IvHf8sJskRM3OcLtGhEuYfzEmgHn0W8n0ltCFx0RIgt3C02OikSDWCeCNi53R3Ec 4yIrTGoCvumIW+jtIeeuY1uyPtUek2htki1PJFyeSmt5H5h1XlT5Tn5SYFeOkJaw/0Qk Vfcw== 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 p11si12871084plk.191.2018.12.11.10.58.36; Tue, 11 Dec 2018 10:59:13 -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 S1726764AbeLKS5s (ORCPT + 99 others); Tue, 11 Dec 2018 13:57:48 -0500 Received: from namei.org ([65.99.196.166]:59046 "EHLO namei.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726340AbeLKS5s (ORCPT ); Tue, 11 Dec 2018 13:57:48 -0500 Received: from localhost (localhost [127.0.0.1]) by namei.org (8.14.4/8.14.4) with ESMTP id wBBIvSPJ013151; Tue, 11 Dec 2018 18:57:28 GMT Date: Wed, 12 Dec 2018 05:57:28 +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 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. -- James Morris