From: Gao Xiang <xiang@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-erofs@lists.ozlabs.org, LKML <linux-kernel@vger.kernel.org>,
Chao Yu <chao@kernel.org>, Zhan Xusheng <zhanxusheng@xiaomi.com>,
Jianan Huang <jnhuang95@gmail.com>
Subject: [GIT PULL] erofs fixes for 7.1-rc7
Date: Fri, 5 Jun 2026 08:47:01 +0800 [thread overview]
Message-ID: <aiIchc5EH5GPU-UW@debian> (raw)
Hi Linus,
Could you consider these two small fixes for 7.1-rc7?
One fixes a regression introduced in this development
cycle that affects multiple-algorithm filesystems.
The other fixes a narrow race (but found by syzbot
these days) between compressed I/O completion and
unmount.
Thanks,
Gao Xiang
The following changes since commit e7ae89a0c97ce2b68b0983cd01eda67cf373517d:
Linux 7.1-rc5 (2026-05-24 13:48:06 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git tags/erofs-for-7.1-rc7-fixes
for you to fetch changes up to 27f2d085bd72abe4235689d34d8654cfc876d568:
erofs: fix EFSCORRUPTED on multi-algorithm images in z_erofs_map_sanity_check() (2026-06-02 01:52:58 +0800)
----------------------------------------------------------------
Changes since last update:
- Fix a UAF of sbi->sync_decompress when compressed I/Os
race with unmount
- Fix a regression introduced this development cycle that
incorrectly rejects multiple-algorithm images
----------------------------------------------------------------
Gao Xiang (1):
erofs: fix use-after-free on sbi->sync_decompress
Zhan Xusheng (1):
erofs: fix EFSCORRUPTED on multi-algorithm images in z_erofs_map_sanity_check()
fs/erofs/zdata.c | 6 +++---
fs/erofs/zmap.c | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
next reply other threads:[~2026-06-05 0:47 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-05 0:47 Gao Xiang [this message]
2026-06-05 17:32 ` [GIT PULL] erofs fixes for 7.1-rc7 pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=aiIchc5EH5GPU-UW@debian \
--to=xiang@kernel.org \
--cc=chao@kernel.org \
--cc=jnhuang95@gmail.com \
--cc=linux-erofs@lists.ozlabs.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
--cc=zhanxusheng@xiaomi.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.