All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] erofs fixes for 6.16-rc6
@ 2025-07-12 15:41 Gao Xiang
  2025-07-12 18:15 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Gao Xiang @ 2025-07-12 15:41 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-erofs, LKML, Chao Yu, Hongbo Li

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(-)


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] erofs fixes for 6.16-rc6
  2025-07-12 15:41 [GIT PULL] erofs fixes for 6.16-rc6 Gao Xiang
@ 2025-07-12 18:15 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2025-07-12 18:15 UTC (permalink / raw)
  To: Gao Xiang; +Cc: Linus Torvalds, linux-erofs, LKML, Chao Yu, Hongbo Li

The pull request you sent on Sat, 12 Jul 2025 23:41:33 +0800:

> git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git tags/erofs-for-6.16-rc6-fixes

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/3b428e1cfcc4c5f063bb8b367beb71ee06470d4b

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:[~2025-07-12 18:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-12 15:41 [GIT PULL] erofs fixes for 6.16-rc6 Gao Xiang
2025-07-12 18:15 ` 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.