From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:52576 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751611AbdHPRoE (ORCPT ); Wed, 16 Aug 2017 13:44:04 -0400 Received: from pps.filterd (m0098410.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.21/8.16.0.21) with SMTP id v7GHdbaV097329 for ; Wed, 16 Aug 2017 13:44:03 -0400 Received: from e23smtp07.au.ibm.com (e23smtp07.au.ibm.com [202.81.31.140]) by mx0a-001b2d01.pphosted.com with ESMTP id 2ccrrt6eqv-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Wed, 16 Aug 2017 13:44:03 -0400 Received: from localhost by e23smtp07.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 17 Aug 2017 03:44:01 +1000 Subject: Re: [PATCH v6 4/6] ima: use fs method to read integrity data From: Mimi Zohar To: Jan Kara Cc: Christoph Hellwig , Al Viro , Matthew Garrett , James Morris , linux-fsdevel@vger.kernel.org, linux-ima-devel@lists.sourceforge.net, linux-security-module@vger.kernel.org, Matthew Garrett , Jan Kara , "Theodore Ts'o" , Andreas Dilger , Jaegeuk Kim , Chao Yu , Steven Whitehouse , Bob Peterson , David Woodhouse , Dave Kleikamp , Ryusuke Konishi , Mark Fasheh , Joel Becker , Richard Weinberger , "Darrick J. Wong" , Hugh Dickins , Chris Mason Date: Wed, 16 Aug 2017 13:43:45 -0400 In-Reply-To: <20170816131748.GB4898@quack2.suse.cz> References: <1502808237-2035-1-git-send-email-zohar@linux.vnet.ibm.com> <1502808237-2035-5-git-send-email-zohar@linux.vnet.ibm.com> <20170816131748.GB4898@quack2.suse.cz> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Message-Id: <1502905425.21278.3.camel@linux.vnet.ibm.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Wed, 2017-08-16 at 15:17 +0200, Jan Kara wrote: > On Tue 15-08-17 10:43:55, Mimi Zohar wrote: > > From: Christoph Hellwig > > > > Add a new ->integrity_read file operation to read data for integrity > > hash collection. This is defined to be equivalent to ->read_iter, > > except that it will be called with the i_rwsem held exclusively. > > > > (Based on Christoph's original patch.) > > > > Signed-off-by: Christoph Hellwig > > Cc: Matthew Garrett > > Cc: Jan Kara > > Cc: "Theodore Ts'o" > > Cc: Andreas Dilger > > Cc: Jaegeuk Kim > > Cc: Chao Yu > > Cc: Steven Whitehouse > > Cc: Bob Peterson > > Cc: David Woodhouse > > Cc: Dave Kleikamp > > Cc: Ryusuke Konishi > > Cc: Mark Fasheh > > Cc: Joel Becker > > Cc: Richard Weinberger > > Cc: "Darrick J. Wong" > > Cc: Hugh Dickins > > Cc: Chris Mason > > Signed-off-by: Mimi Zohar > > Looks good to me. You can add: > > Reviewed-by: Jan Kara Thanks!