From: Eric Biggers <ebiggers@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-fscrypt@vger.kernel.org, linux-fsdevel@vger.kernel.org,
linux-kernel@vger.kernel.org, Theodore Ts'o <tytso@mit.edu>
Subject: [GIT PULL] fsverity updates for 6.1
Date: Sun, 2 Oct 2022 20:02:38 -0700 [thread overview]
Message-ID: <YzpQziDjTaZADriK@quark> (raw)
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(-)
next reply other threads:[~2022-10-03 3:02 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-03 3:02 Eric Biggers [this message]
2022-10-04 3:45 ` [GIT PULL] fsverity updates for 6.1 pr-tracker-bot
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=YzpQziDjTaZADriK@quark \
--to=ebiggers@kernel.org \
--cc=linux-fscrypt@vger.kernel.org \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
--cc=tytso@mit.edu \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.