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(-)
