[GIT PULL] erofs fixes for 6.8-final

From: Gao Xiang
Date: Thu Mar 07 2024 - 11:35:09 EST


Hi Linus,

Could you consider this last-minute pull request for 6.8?

The main one is a KMSAN fix which addresses an issue introduced
in this cycle so it'd be much better to fix before releasing, and
the remaining one fixes VMA alignment for THP.

All commits have been in -next (with rvb tags added today) and
no potential merge conflict is observed.

Thanks,
Gao Xiang

The following changes since commit 90d35da658da8cff0d4ecbb5113f5fac9d00eb72:

Linux 6.8-rc7 (2024-03-03 13:02:52 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git tags/erofs-for-6.8-fixes

for you to fetch changes up to 4127caee89612a84adedd78c9453089138cd5afe:

erofs: apply proper VMA alignment for memory mapped files on THP (2024-03-07 10:21:10 +0800)

----------------------------------------------------------------
Changes since last update:

- Fix a KMSAN uninit-value issue triggered by a crafted image;

- Fix VMA alignment for memory mapped files on THP.

----------------------------------------------------------------
Gao Xiang (2):
erofs: fix uninitialized page cache reported by KMSAN
erofs: apply proper VMA alignment for memory mapped files on THP

fs/erofs/data.c | 1 +
fs/erofs/decompressor.c | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)