From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Biggers Subject: Re: [PATCH v3 00/15] fs-verity: read-only file-based authenticity protection Date: Thu, 30 May 2019 11:54:15 -0700 Message-ID: <20190530185414.GD70051@gmail.com> References: <20190523161811.6259-1-ebiggers@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from [172.30.20.202] (helo=mx.sourceforge.net) by sfs-ml-2.v29.lw.sourceforge.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.90_1) (envelope-from ) id 1hWQC4-0008IS-L3 for linux-f2fs-devel@lists.sourceforge.net; Thu, 30 May 2019 18:54:28 +0000 Received: from mail.kernel.org ([198.145.29.99]) by sfi-mx-3.v28.lw.sourceforge.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.90_1) id 1hWQC0-007VbV-In for linux-f2fs-devel@lists.sourceforge.net; Thu, 30 May 2019 18:54:28 +0000 Content-Disposition: inline In-Reply-To: <20190523161811.6259-1-ebiggers@kernel.org> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: linux-f2fs-devel-bounces@lists.sourceforge.net To: linux-fscrypt@vger.kernel.org Cc: "Theodore Y . Ts'o" , linux-api@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net, linux-fsdevel@vger.kernel.org, Jaegeuk Kim , linux-integrity@vger.kernel.org, linux-ext4@vger.kernel.org, Victor Hsieh On Thu, May 23, 2019 at 09:17:56AM -0700, Eric Biggers wrote: > Hello, > > This is a redesigned version of the fs-verity patchset, implementing > Ted's suggestion to build the Merkle tree in the kernel > (https://lore.kernel.org/linux-fsdevel/20190207031101.GA7387@mit.edu/). Does anyone have any comments on this patchset? - Eric