Received: by 10.223.176.5 with SMTP id f5csp549392wra; Fri, 2 Feb 2018 02:10:03 -0800 (PST) X-Google-Smtp-Source: AH8x225kopk6YiRI9ySVxABhogkMbqwEcNHFE7R1lY88cWCFAbKU1Afv2+HYHIA/Xfz/CC6bf4UK X-Received: by 2002:a17:902:6b89:: with SMTP id p9-v6mr34959698plk.377.1517566202961; Fri, 02 Feb 2018 02:10:02 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1517566202; cv=none; d=google.com; s=arc-20160816; b=VpPf3YZKiYGCX4dDP1t4Vl+yXnoa5DlFK6rjhdV/WkHAYB/GOECMVjRzxxXOje2Z+K WHhP5qf2dRZG7Eg54BmngPKnnwHzl8gBoi4pYuZ7aZrEwAo2cB83VBrulwEA1ZCC5XQI YJ16qS90OR0sFHa+pbpKuJ7IG7w+oKZPbmVcaEBHHIjH62DLFGn3drxY3hE7tZejB6sA yLqTqI4/G78Y8q4AoSLpvU7XXILAPj0yQ+EZC6j/0gegoPXLo3/0mKAPVfBtIEtkEW7O PJ0gSZ0LyO3wLlLWuxOTX+330D/Hddem8XVMaeG6CMHFjV1lmDYfT0FwraPnd4ODKtTD DE2Q== 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 :arc-authentication-results; bh=DpzLkLJzXFFsk0XX4HkyySIdYEzlWyrScDNQxtI2qAo=; b=zPWRNUvgc530S8TXcaGFcUyGCcidZbE0Tj7iBPnvWHBA3qSS9TDqX7b2sx3ThYCsVO NB0F5mKS3B1dvacnk3mwwAEWp8eW8V+h6oI59Rn+OPJ83JfSusuE3nqamturPsI2l7m0 QQwaXT4//F6nihiA2DmZ6GY1irQowxQSHeyBPIM9i70g9i213tI5cumtsY1MR0JReetA Xqz6drogt1P6CzkshPqQSDnOXypYnW4NLLrjZ0+sFruKFoo1bwO1qoygZUGJyPt+olDp YzwEiXUeXcEFipp2EhRZSLSGqd+xbOf761eEh/v1+IQGitN2hNoqSxYL3luzdlXzXyEr AVAA== 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 o6-v6si1424674pls.35.2018.02.02.02.09.47; Fri, 02 Feb 2018 02:10:02 -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 S1751611AbeBBKHu (ORCPT + 99 others); Fri, 2 Feb 2018 05:07:50 -0500 Received: from namei.org ([65.99.196.166]:47250 "EHLO namei.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750799AbeBBKHq (ORCPT ); Fri, 2 Feb 2018 05:07:46 -0500 Received: from localhost (localhost [127.0.0.1]) by namei.org (8.14.4/8.14.4) with ESMTP id w12A7b60003479; Fri, 2 Feb 2018 10:07:37 GMT Date: Fri, 2 Feb 2018 21:07:37 +1100 (AEDT) From: James Morris To: Mimi Zohar cc: linux-security-module , linux-integrity , linux-kernel , Miklos Szeredi Subject: Re: [GIT PULL] IMA bug fixes for 4.16 In-Reply-To: <1517510282.6675.13.camel@linux.vnet.ibm.com> Message-ID: References: <1517510282.6675.13.camel@linux.vnet.ibm.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 Thu, 1 Feb 2018, Mimi Zohar wrote: > Hi James, > > Included in this pull request are three bug fixes, assuming the 2 FUSE > patches are considered bugs and not new features, and a maintainer update. > I'd appreciate your sending them to Linus for 4.16. I'd like to see an acked-by or reviewed-by from the FUSE maintainer (cc'd), on the FUSE patches. > > Mimi > > The following changes since commit 36447456e1cca853188505f2a964dbbeacfc7a7a: > > ima/policy: fix parsing of fsuuid (2018-01-18 16:52:49 -0500) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git next-integrity > > for you to fetch changes up to d56f30ac85c067d0d3a6c4f293f655dc298cb5ce: > > ima: force re-appraisal on filesystems with FS_IMA_NO_CACHE (2018-02-01 12:38:31 -0500) > > ---------------------------------------------------------------- > Alban Crequy (2): > fuse: introduce new fs_type flag FS_IMA_NO_CACHE > ima: force re-appraisal on filesystems with FS_IMA_NO_CACHE > > Mimi Zohar (2): > ima: re-initialize iint->atomic_flags > maintainers: update trusted keys > > MAINTAINERS | 1 + > fs/fuse/inode.c | 2 +- > include/linux/fs.h | 1 + > security/integrity/iint.c | 1 + > security/integrity/ima/ima_main.c | 15 +++++++++++++-- > 5 files changed, 17 insertions(+), 3 deletions(-) > -- James Morris