[GIT PULL] fsverity fixes for v7.0-rc1
From: Eric Biggers
Date: Sun Feb 22 2026 - 15:38:57 EST
The following changes since commit 64275e9fda3702bfb5ab3b95f7c2b9b414667164:
Merge tag 'loongarch-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson (2026-02-14 12:47:15 -0800)
are available in the Git repository at:
https://git.kernel.org/pub/scm/fs/fsverity/linux.git tags/fsverity-for-linus
for you to fetch changes up to 693680b9add63dbebb2505a553ff52f8c706c8c0:
fsverity: fix build error by adding fsverity_readahead() stub (2026-02-17 23:11:40 -0800)
----------------------------------------------------------------
- Fix a build error on parisc
- Remove the non-large-folio-aware function fsverity_verify_page()
----------------------------------------------------------------
Eric Biggers (4):
f2fs: remove unnecessary ClearPageUptodate in f2fs_verify_cluster()
f2fs: make f2fs_verify_cluster() partially large-folio-aware
fsverity: remove fsverity_verify_page()
fsverity: fix build error by adding fsverity_readahead() stub
fs/f2fs/compress.c | 11 +++++------
fs/verity/verify.c | 4 ++--
include/linux/fsverity.h | 15 +++++++--------
3 files changed, 14 insertions(+), 16 deletions(-)