Commit 6fdca3c5ab55 for kernel
commit 6fdca3c5ab55d6a74277efcae2db9828f567a06a
Merge: 4ee64205ffaa 2d8c7edcb661
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date: Tue Apr 21 11:16:04 2026 -0700
Merge tag 'erofs-for-7.1-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs
Pull erofs fixes from Gao Xiang:
- Fix dirent nameoff handling to avoid out-of-bound reads
out of crafted images
- Fix two type truncation issues on 32-bit platforms
* tag 'erofs-for-7.1-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs:
erofs: unify lcn as u64 for 32-bit platforms
erofs: fix offset truncation when shifting pgoff on 32-bit platforms
erofs: fix the out-of-bounds nameoff handling for trailing dirents