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>, Hongbo Li <lihongbo22@huawei.com>
Subject: [GIT PULL] erofs fixes for 6.16-rc6
Date: Sat, 12 Jul 2025 23:41:33 +0800 [thread overview]
Message-ID: <aHKCLQaEYGPRR6mN@debian> (raw)
Hi Linus,
Could you consider these fixes for 6.16-rc6?
One patch fixes a cache aliasing issue by adding missing
flush_dcache_folio(), which causes execution failures on some arm32
setups.
Another patch fixes some large compressed fragments, which could be
generated by -Eall-fragments option (but should be rare) and was
rejected by mistake due to an on-disk hardening commit.
The remaining ones are small fixes as shown below.
Thanks,
Gao Xiang
The following changes since commit 86731a2a651e58953fc949573895f2fa6d456841:
Linux 6.16-rc3 (2025-06-22 13:30:08 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git tags/erofs-for-6.16-rc6-fixes
for you to fetch changes up to b44686c8391b427fb1c85a31c35077e6947c6d90:
erofs: fix large fragment handling (2025-07-12 04:02:44 +0800)
----------------------------------------------------------------
Changes since last update:
- Address cache aliasing for mappable page cache folios;
- Allow readdir() to be interrupted;
- Fix large fragment handling which was errored out by mistake;
- Add missing tracepoints;
- Use memcpy_to_folio() to replace copy_to_iter() for inline data.
----------------------------------------------------------------
Chao Yu (3):
erofs: fix to add missing tracepoint in erofs_readahead()
erofs: fix to add missing tracepoint in erofs_read_folio()
erofs: allow readdir() to be interrupted
Gao Xiang (3):
erofs: use memcpy_to_folio() to replace copy_to_iter()
erofs: address D-cache aliasing
erofs: fix large fragment handling
fs/erofs/data.c | 21 ++++++++++++++++-----
fs/erofs/decompressor.c | 12 ++++--------
fs/erofs/dir.c | 6 ++++++
fs/erofs/fileio.c | 14 +++-----------
fs/erofs/internal.h | 6 ++++--
fs/erofs/zdata.c | 8 ++++----
fs/erofs/zmap.c | 9 ++++-----
7 files changed, 41 insertions(+), 35 deletions(-)
next reply other threads:[~2025-07-12 15:41 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-12 15:41 Gao Xiang [this message]
2025-07-12 18:15 ` [GIT PULL] erofs fixes for 6.16-rc6 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=aHKCLQaEYGPRR6mN@debian \
--to=xiang@kernel.org \
--cc=chao@kernel.org \
--cc=lihongbo22@huawei.com \
--cc=linux-erofs@lists.ozlabs.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox