Received: by 2002:a25:1985:0:0:0:0:0 with SMTP id 127csp902153ybz; Wed, 22 Apr 2020 09:57:28 -0700 (PDT) X-Google-Smtp-Source: APiQypLBhSR0AzteP1qX4hY7KYd6VhdnE9IH/9gC0BS2wzzsLL6EukNUF32jBafnG/oDiwyJkCRd X-Received: by 2002:a17:906:6944:: with SMTP id c4mr27076201ejs.96.1587574648241; Wed, 22 Apr 2020 09:57:28 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1587574648; cv=none; d=google.com; s=arc-20160816; b=bYvvQnh0BydHeDdh7T+M6TijvZjfRbBg221qskaPghC8a07+yEFbb651HMwi1elbVv rzcvjW7Yog9bdhn9o6r3qiOd0jWGiXOPKs+LAYzougDo5A2TWEHzTsLAPOVs7OmZefLU Kn2/fM7q0Ts4fl54SYots+Qni4eSRZU13Ts0YKjrt9Y1qN7XAgw6K4GsMrnIYuZ6ZwHX fL1hZoNArte32D53mwHgFk/lrdZqC4J3FYYE5JfTaYjr/ap4cTWNQk8MpIgUUzjudfmP h48NoxgNeCydv0BMuVIAHFq1/m2Mkj09zwA4Clg1Tj/RNcNsDMCxtf9Cf90FFb/qZmJF BVUw== 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=AYRSRi2SGEouCLYYnXv01tM4at2PQ4TqARPPWnVQ2UI=; b=GH6EHdSJA522s5jaZWQ3KK0Pl6lAcuWBpoPyvtIXGTDKe1LPOCwf7HeglhudQ2C5YS KO0Xjt/6JP3Z+i+V/LTNsfXfwB6vGyPPZ/pwoif+ludrHQVq6E9ulIuXukzz3WAhKVPk T3iozbLuamrDn0yaH45H2a5AouUIC2jCQm27d1w4Pjv1nNmMsJEv6FDnegN0mec1jKxe MNpqsLS0oguFyAmFGnxJAMj2KdJsC05DvyI+JztYuBc1+vlGCuL27yL9WLe9RxzCugWi 9n/aYSPYZ+XDvVdbnzREd2uE/li2LlJ40BjcLsiU3C2iQAh2bfGVs4FSWxCWS1gcbyQg uveg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id da15si2753251edb.140.2020.04.22.09.57.05; Wed, 22 Apr 2020 09:57:28 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726855AbgDVQzl (ORCPT + 99 others); Wed, 22 Apr 2020 12:55:41 -0400 Received: from namei.org ([65.99.196.166]:52066 "EHLO namei.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726337AbgDVQzl (ORCPT ); Wed, 22 Apr 2020 12:55:41 -0400 Received: from localhost (localhost [127.0.0.1]) by namei.org (8.14.4/8.14.4) with ESMTP id 03MGtWHf013311; Wed, 22 Apr 2020 16:55:32 GMT Date: Thu, 23 Apr 2020 02:55:32 +1000 (AEST) From: James Morris To: Daniel Colascione cc: Tim Murray , SElinux list , LSM List , Linux FS Devel , linux-kernel , kvm@vger.kernel.org, Al Viro , Paul Moore , Nick Kralevich , Stephen Smalley , Lokesh Gidra , John Johansen , Casey Schaufler Subject: Re: [PATCH v5 0/3] SELinux support for anonymous inodes and UFFD In-Reply-To: Message-ID: References: <20200326200634.222009-1-dancol@google.com> <20200401213903.182112-1-dancol@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 Mon, 13 Apr 2020, Daniel Colascione wrote: > On Wed, Apr 1, 2020 at 2:39 PM Daniel Colascione wrote: > > > > Changes from the fourth version of the patch: > > > Is there anything else that needs to be done before merging this patch series? The vfs changes need review and signoff from the vfs folk, the SELinux changes by either Paul or Stephen, and we also need signoff on the LSM hooks from other major LSM authors (Casey and John, at a minimum). -- James Morris