[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <X7LZqLKKwtse2tWy@sol.localdomain>
Date: Mon, 16 Nov 2020 11:57:28 -0800
From: Eric Biggers <ebiggers@...nel.org>
To: linux-fscrypt@...r.kernel.org
Cc: linux-ext4@...r.kernel.org, linux-f2fs-devel@...ts.sourceforge.net,
Victor Hsieh <victorhsieh@...gle.com>,
Jes Sorensen <Jes.Sorensen@...il.com>,
Luca Boccassi <luca.boccassi@...il.com>,
Martijn Coenen <maco@...roid.com>,
Paul Lawrence <paullawrence@...gle.com>
Subject: Re: [PATCH 0/4] fs-verity cleanups
On Fri, Nov 13, 2020 at 01:19:14PM -0800, Eric Biggers wrote:
> This patchset renames some names that have been causing confusion:
>
> - fsverity_signed_digest is renamed to fsverity_formatted_digest
>
> - "fs-verity file measurement" is renamed to "fs-verity file digest"
>
> In addition, this patchset moves fsverity_descriptor and
> fsverity_formatted_digest to the UAPI header because userspace programs
> may need them in order to sign files.
>
> Eric Biggers (4):
> fs-verity: remove filenames from file comments
> fs-verity: rename fsverity_signed_digest to fsverity_formatted_digest
> fs-verity: rename "file measurement" to "file digest"
> fs-verity: move structs needed for file signing to UAPI header
>
> Documentation/filesystems/fsverity.rst | 68 ++++++++++++--------------
> fs/verity/enable.c | 8 +--
> fs/verity/fsverity_private.h | 36 ++------------
> fs/verity/hash_algs.c | 2 +-
> fs/verity/init.c | 2 +-
> fs/verity/measure.c | 12 ++---
> fs/verity/open.c | 24 ++++-----
> fs/verity/signature.c | 14 +++---
> fs/verity/verify.c | 2 +-
> include/uapi/linux/fsverity.h | 49 +++++++++++++++++++
> 10 files changed, 116 insertions(+), 101 deletions(-)
All applied to fscrypt.git#fsverity for 5.11. But as always, more reviews are
always appreciated.
- Eric
Powered by blists - more mailing lists