[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <YVK0jzJ/lt97xowQ@sol.localdomain>
Date: Mon, 27 Sep 2021 23:22:07 -0700
From: Eric Biggers <ebiggers@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-fscrypt@...r.kernel.org, linux-btrfs@...r.kernel.org,
linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org,
Boris Burkov <boris@....io>
Subject: [GIT PULL] fsverity fix for 5.15-rc4
The following changes since commit e4e737bb5c170df6135a127739a9e6148ee3da82:
Linux 5.15-rc2 (2021-09-19 17:28:22 -0700)
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 80f6e3080bfcf865062a926817b3ca6c4a137a57:
fs-verity: fix signed integer overflow with i_size near S64_MAX (2021-09-22 10:56:34 -0700)
----------------------------------------------------------------
Fix an integer overflow when computing the Merkle tree layout of
extremely large files, exposed by btrfs adding support for fs-verity.
----------------------------------------------------------------
Eric Biggers (1):
fs-verity: fix signed integer overflow with i_size near S64_MAX
fs/verity/enable.c | 2 +-
fs/verity/open.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Powered by blists - more mailing lists