public inbox for linux-ext4@vger.kernel.org
 help / color / mirror / Atom feed
From: Eric Biggers <ebiggers@kernel.org>
To: linux-fscrypt@vger.kernel.org
Cc: linux-ext4@vger.kernel.org,
	linux-f2fs-devel@lists.sourceforge.net,
	Victor Hsieh <victorhsieh@google.com>,
	Jes Sorensen <Jes.Sorensen@gmail.com>,
	Luca Boccassi <luca.boccassi@gmail.com>,
	Martijn Coenen <maco@android.com>,
	Paul Lawrence <paullawrence@google.com>
Subject: Re: [PATCH 0/4] fs-verity cleanups
Date: Mon, 16 Nov 2020 11:57:28 -0800	[thread overview]
Message-ID: <X7LZqLKKwtse2tWy@sol.localdomain> (raw)
In-Reply-To: <20201113211918.71883-1-ebiggers@kernel.org>

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

      parent reply	other threads:[~2020-11-16 19:57 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-13 21:19 [PATCH 0/4] fs-verity cleanups Eric Biggers
2020-11-13 21:19 ` [PATCH 1/4] fs-verity: remove filenames from file comments Eric Biggers
2020-11-16 11:21   ` Luca Boccassi
2020-11-13 21:19 ` [PATCH 2/4] fs-verity: rename fsverity_signed_digest to fsverity_formatted_digest Eric Biggers
2020-11-13 21:19 ` [PATCH 3/4] fs-verity: rename "file measurement" to "file digest" Eric Biggers
2020-11-16 11:21   ` Luca Boccassi
2020-11-13 21:19 ` [PATCH 4/4] fs-verity: move structs needed for file signing to UAPI header Eric Biggers
2020-11-16 11:25   ` Luca Boccassi
2020-11-16 19:57 ` Eric Biggers [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=X7LZqLKKwtse2tWy@sol.localdomain \
    --to=ebiggers@kernel.org \
    --cc=Jes.Sorensen@gmail.com \
    --cc=linux-ext4@vger.kernel.org \
    --cc=linux-f2fs-devel@lists.sourceforge.net \
    --cc=linux-fscrypt@vger.kernel.org \
    --cc=luca.boccassi@gmail.com \
    --cc=maco@android.com \
    --cc=paullawrence@google.com \
    --cc=victorhsieh@google.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox