]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 22 Feb 2026 21:12:04 +0000 (13:12 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 22 Feb 2026 21:12:04 +0000 (13:12 -0800)
commitfbf33803618ad4f531f78fe15cf328fe6c7f9978
tree321a5d344815c73a2471590e09e198e501fe499e
parent75e1f66a9ed09f29c6883ea379c174e8cf31f7cc
parent693680b9add63dbebb2505a553ff52f8c706c8c0
Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linux

Pull fsverity fixes from Eric Biggers:

 - Fix a build error on parisc

 - Remove the non-large-folio-aware function fsverity_verify_page()

* tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linux:
  fsverity: fix build error by adding fsverity_readahead() stub
  fsverity: remove fsverity_verify_page()
  f2fs: make f2fs_verify_cluster() partially large-folio-aware
  f2fs: remove unnecessary ClearPageUptodate in f2fs_verify_cluster()
fs/verity/verify.c