From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.9 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2EDA2C5CFFE for ; Tue, 11 Dec 2018 18:57:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E6D272084E for ; Tue, 11 Dec 2018 18:57:48 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E6D272084E Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=namei.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-security-module-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726452AbeLKS5s (ORCPT ); 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: owner-linux-security-module@vger.kernel.org Precedence: bulk List-ID: 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