lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Sun, 2 Oct 2022 20:02:38 -0700
From:   Eric Biggers <ebiggers@...nel.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     linux-fscrypt@...r.kernel.org, linux-fsdevel@...r.kernel.org,
        linux-kernel@...r.kernel.org, Theodore Ts'o <tytso@....edu>
Subject: [GIT PULL] fsverity updates for 6.1

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ