mbox series

[GIT,PULL] fsverity updates for 6.1

Message ID YzpQziDjTaZADriK@quark (mailing list archive)
State Accepted
Headers show
Series [GIT,PULL] fsverity updates for 6.1 | expand

Pull-request

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

Message

Eric Biggers Oct. 3, 2022, 3:02 a.m. UTC
The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:

  Linux 6.0-rc1 (2022-08-14 15:50:18 -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 8377e8a24bba1ae73b3869bc71ee9df16b6bef61:

  fs-verity: use kmap_local_page() instead of kmap() (2022-08-19 15:19:55 -0700)

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

Minor changes to convert uses of kmap() to kmap_local_page().

----------------------------------------------------------------
Eric Biggers (2):
      fs-verity: use memcpy_from_page()
      fs-verity: use kmap_local_page() instead of kmap()

 fs/verity/read_metadata.c |  6 +++---
 fs/verity/verify.c        | 14 ++------------
 2 files changed, 5 insertions(+), 15 deletions(-)

Comments

pr-tracker-bot@kernel.org Oct. 4, 2022, 3:45 a.m. UTC | #1
The pull request you sent on Sun, 2 Oct 2022 20:02:38 -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/5779aa2dac9a8dcad89b3774ee354de8b453ab21

Thank you!