linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] fsverity updates for 5.11
@ 2020-12-14  5:53 Eric Biggers
  2020-12-14 20:56 ` [f2fs-dev] " pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Biggers @ 2020-12-14  5:53 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-fscrypt, linux-ext4, linux-f2fs-devel, linux-fsdevel,
	linux-kernel, Theodore Ts'o, Jaegeuk Kim

The following changes since commit 09162bc32c880a791c6c0668ce0745cf7958f576:

  Linux 5.10-rc4 (2020-11-15 16:44:31 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/fs/fscrypt/fscrypt.git tags/fsverity-for-linus

for you to fetch changes up to bde493349025ca0559e2fff88592935af3b8df19:

  fs-verity: move structs needed for file signing to UAPI header (2020-11-23 19:30:14 -0800)

----------------------------------------------------------------

Some cleanups for fs-verity:

- Rename some names that have been causing confusion.

- Move structs needed for file signing to the UAPI header.

----------------------------------------------------------------
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(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-12-14 20:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-14  5:53 [GIT PULL] fsverity updates for 5.11 Eric Biggers
2020-12-14 20:56 ` [f2fs-dev] " pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).