[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251106202637.GA7015@quark>
Date: Thu, 6 Nov 2025 12:26:37 -0800
From: Eric Biggers <ebiggers@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-fscrypt@...r.kernel.org, linux-fsdevel@...r.kernel.org,
linux-block@...r.kernel.org, linux-kernel@...r.kernel.org,
Theodore Ts'o <tytso@....edu>, Jaegeuk Kim <jaegeuk@...nel.org>,
Yongpeng Yang <yangyongpeng@...omi.com>,
Luis Chamberlain <mcgrof@...nel.org>
Subject: [GIT PULL] fscrypt fix for v6.18-rc5
The following changes since commit 6146a0f1dfae5d37442a9ddcba012add260bceb0:
Linux 6.18-rc4 (2025-11-02 11:28:02 -0800)
are available in the Git repository at:
https://git.kernel.org/pub/scm/fs/fscrypt/linux.git tags/fscrypt-for-linus
for you to fetch changes up to 1e39da974ce621ed874c6d3aaf65ad14848c9f0d:
fscrypt: fix left shift underflow when inode->i_blkbits > PAGE_SHIFT (2025-11-04 16:37:38 -0800)
----------------------------------------------------------------
Fix an UBSAN warning that started occurring when the block layer started
supporting logical_block_size > PAGE_SIZE.
----------------------------------------------------------------
Yongpeng Yang (1):
fscrypt: fix left shift underflow when inode->i_blkbits > PAGE_SHIFT
fs/crypto/inline_crypt.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
Powered by blists - more mailing lists