mbox series

[GIT,PULL] fsverity updates for 5.19

Message ID YoszVvtG55xJnUJ6@sol.localdomain (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] fsverity updates for 5.19 | expand

Pull-request

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

Message

Eric Biggers May 23, 2022, 7:10 a.m. UTC
The following changes since commit 42226c989789d8da4af1de0c31070c96726d990c:

  Linux 5.18-rc7 (2022-05-15 18:08:58 -0700)

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 e6af1bb07704b53bad7771db1b05ee17abad11cb:

  fs-verity: Use struct_size() helper in enable_verity() (2022-05-19 09:53:33 -0700)

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

A couple small cleanups for fs/verity/.

----------------------------------------------------------------
Zhang Jianhua (2):
      fs-verity: remove unused parameter desc_size in fsverity_create_info()
      fs-verity: Use struct_size() helper in enable_verity()

 fs/verity/enable.c           |  4 ++--
 fs/verity/fsverity_private.h |  6 ++----
 fs/verity/open.c             | 12 ++++--------
 fs/verity/read_metadata.c    |  5 ++---
 4 files changed, 10 insertions(+), 17 deletions(-)

Comments

pr-tracker-bot@kernel.org May 24, 2022, 7:53 p.m. UTC | #1
The pull request you sent on Mon, 23 May 2022 00:10:14 -0700:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/51518aa68c1ffb54f2fdfed5324af30325529b32

Thank you!