From mboxrd@z Thu Jan 1 00:00:00 1970 From: zohar@linux.vnet.ibm.com (Mimi Zohar) Date: Wed, 16 Aug 2017 13:43:45 -0400 Subject: [PATCH v6 4/6] ima: use fs method to read integrity data 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> Message-ID: <1502905425.21278.3.camel@linux.vnet.ibm.com> To: linux-security-module@vger.kernel.org List-Id: linux-security-module.vger.kernel.org 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! -- To unsubscribe from this list: send the line "unsubscribe linux-security-module" in the body of a message to majordomo at vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html