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
| ||
|
Message-ID: <Y5ayo48TtNrPgU9D@sol.localdomain> Date: Sun, 11 Dec 2022 20:48:35 -0800 From: Eric Biggers <ebiggers@...nel.org> To: Linus Torvalds <torvalds@...ux-foundation.org> Cc: linux-fscrypt@...r.kernel.org, linux-ext4@...r.kernel.org, linux-f2fs-devel@...ts.sourceforge.net, linux-btrfs@...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.2 The following changes since commit f0c4d9fc9cc9462659728d168387191387e903cc: Linux 6.1-rc4 (2022-11-06 15:07:11 -0800) 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 a4bbf53d88c728da9ff6c316b1e4ded63a8f3940: fsverity: simplify fsverity_get_digest() (2022-11-29 21:07:41 -0800) ---------------------------------------------------------------- The main change this cycle is to stop using the PG_error flag to track verity failures, and instead just track failures at the bio level. This follows a similar fscrypt change that went into 6.1, and it is a step towards freeing up PG_error for other uses. There's also one other small cleanup. ---------------------------------------------------------------- Eric Biggers (2): fsverity: stop using PG_error to track error status fsverity: simplify fsverity_get_digest() fs/ext4/readpage.c | 8 ++---- fs/f2fs/compress.c | 64 +++++++++++++++++++++----------------------- fs/f2fs/data.c | 53 ++++++++++++++++++++++-------------- fs/verity/fsverity_private.h | 5 ++++ fs/verity/hash_algs.c | 6 +++++ fs/verity/measure.c | 19 ++----------- fs/verity/verify.c | 12 ++++----- 7 files changed, 85 insertions(+), 82 deletions(-)
Powered by blists - more mailing lists