* [GIT PULL] erofs fixes for 7.1-rc7
@ 2026-06-05 0:47 Gao Xiang
2026-06-05 17:32 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Gao Xiang @ 2026-06-05 0:47 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-erofs, LKML, Chao Yu, Zhan Xusheng, Jianan Huang
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(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] erofs fixes for 7.1-rc7
2026-06-05 0:47 [GIT PULL] erofs fixes for 7.1-rc7 Gao Xiang
@ 2026-06-05 17:32 ` pr-tracker-bot
0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2026-06-05 17:32 UTC (permalink / raw)
To: Gao Xiang
Cc: Linus Torvalds, linux-erofs, LKML, Chao Yu, Zhan Xusheng,
Jianan Huang
The pull request you sent on Fri, 5 Jun 2026 08:47:01 +0800:
> git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git tags/erofs-for-7.1-rc7-fixes
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/2b389a573b76f4e3e1e17654eeaced3eb48c2972
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-06-05 17:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-05 0:47 [GIT PULL] erofs fixes for 7.1-rc7 Gao Xiang
2026-06-05 17:32 ` pr-tracker-bot
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.