[GIT PULL] erofs fixes for 7.1-rc5
From: Gao Xiang
Date: Wed May 20 2026 - 14:32:36 EST
Hi Linus,
Could you consider these fixes for 7.1-rc5?
Two small fixes address issues reported recently and all commits
have been in -next.
Thanks,
Gao Xiang
The following changes since commit 254f49634ee16a731174d2ae34bc50bd5f45e731:
Linux 7.1-rc1 (2026-04-26 14:19:00 -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-rc5-fixes
for you to fetch changes up to 79b09c54c6563df9846ca3094bcfd72082c3e1d7:
erofs: fix metabuf leak in inode xattr initialization (2026-05-20 14:53:14 +0800)
----------------------------------------------------------------
Changes since last update:
- Fix a kernel crash related to unaligned zstd extents
- Fix metabuf reference leak in shared xattr initialization
----------------------------------------------------------------
Gao Xiang (1):
erofs: fix managed cache race for unaligned extents
Jia Zhu (1):
erofs: fix metabuf leak in inode xattr initialization
fs/erofs/xattr.c | 4 +---
fs/erofs/zdata.c | 15 ++++++++-------
2 files changed, 9 insertions(+), 10 deletions(-)