[GIT PULL] fsverity fix for v7.0-rc3

From: Eric Biggers

Date: Thu Mar 05 2026 - 13:46:12 EST


The following changes since commit 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f:

Linux 7.0-rc1 (2026-02-22 13:18:59 -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 a300000233a9ff842e2fb450fb9a79f7827a586d:

fsverity: add dependency on 64K or smaller pages (2026-03-02 21:05:34 -0800)

----------------------------------------------------------------

Prevent CONFIG_FS_VERITY from being enabled when the page size is 256K,
since it doesn't work in that case.

----------------------------------------------------------------
Eric Biggers (1):
fsverity: add dependency on 64K or smaller pages

fs/verity/Kconfig | 3 +++
1 file changed, 3 insertions(+)