[GIT PULL] fsverity fix for v7.2-rc7

Eric Biggers <[email protected]> Mon, 3 Aug 2026 11:33:04 -0700
Newsgroups org.kernel.vger.linux-fsdevel,dev.linux.lists.fsverity,org.kernel.vger.linux-kernel
Message-ID <20260803183304.GB2062@quark>
The following changes since commit f5098b6bae761e346ebcd9da7f95622c04733cff:

  Linux 7.2-rc5 (2026-07-26 14:45:48 -0700)

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 d2f96bcb89d36d488a10e3bcf819b98536968286:

  fs,fsverity: remove check for fsverity being enabled in setattr_prepare() (2026-07-28 21:25:03 -0700)

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

Fix a regression where truncating a file with fsverity enabled started
being allowed on kernels without fsverity support.

----------------------------------------------------------------
Andrey Albershteyn (1):
      fs,fsverity: remove check for fsverity being enabled in setattr_prepare()

 fs/attr.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)