[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <ZensqX1/c0L/hZJf@debian>
Date: Fri, 8 Mar 2024 00:34:49 +0800
From: Gao Xiang <xiang@...nel.org>
To: Linus Torvalds <torvalds@...uxfoundation.org>
Cc: linux-erofs@...ts.ozlabs.org, LKML <linux-kernel@...r.kernel.org>,
Sandeep Dhavale <dhavale@...gle.com>, Chao Yu <chao@...nel.org>,
Jingbo Xu <jefflexu@...ux.alibaba.com>, Yue Hu <huyue2@...lpad.com>
Subject: [GIT PULL] erofs fixes for 6.8-final
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(-)
Powered by blists - more mailing lists