[GIT PULL] fsverity updates for 6.1

From: Eric Biggers
Date: Sun Oct 02 2022 - 23:02:47 EST


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