All of lore.kernel.org
 help / color / mirror / Atom feed
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>,
	Yuezhang Mo <Yuezhang.Mo@sony.com>,
	Geert Uytterhoeven <geert+renesas@glider.be>,
	Junli Liu <liujunli@lixiang.com>, Chao Yu <chao@kernel.org>
Subject: [GIT PULL] erofs fixes for 6.17-rc2
Date: Thu, 14 Aug 2025 02:06:58 +0800	[thread overview]
Message-ID: <aJzUQt58S0ZEv0zn@debian> (raw)

Hi Linus,

Could you consider those fixes for 6.17-rc2?

A few recent random fixes as shown below..

Thanks,
Gao Xiang

The following changes since commit 8f5ae30d69d7543eee0d70083daf4de8fe15d585:

  Linux 6.17-rc1 (2025-08-10 19:41:16 +0300)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git tags/erofs-for-6.17-rc2-fixes

for you to fetch changes up to 0b96d9bed324a1c1b7d02bfb9596351ef178428d:

  erofs: fix block count report when 48-bit layout is on (2025-08-11 06:31:19 +0800)

----------------------------------------------------------------
Changes since last update:

 - Align FSDAX enablement among multiple devices;

 - Fix EROFS_FS_ZIP_ACCEL build dependency again to prevent forcing
   CRYPTO{,_DEFLATE}=y even if EROFS=m.

 - Fix atomic context detection to properly launch kworkers on demand;

 - Fix block count statistics for 48-bit addressing support.

----------------------------------------------------------------
Gao Xiang (1):
      erofs: fix block count report when 48-bit layout is on

Geert Uytterhoeven (1):
      erofs: Do not select tristate symbols from bool symbols

Junli Liu (1):
      erofs: fix atomic context detection when !CONFIG_DEBUG_LOCK_ALLOC

Yuezhang Mo (1):
      erofs: Fallback to normal access if DAX is not supported on extra device

 fs/erofs/Kconfig | 20 ++++++++++----------
 fs/erofs/super.c | 28 ++++++++++++++++------------
 fs/erofs/zdata.c | 13 +++++++++++--
 3 files changed, 37 insertions(+), 24 deletions(-)



             reply	other threads:[~2025-08-13 18:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-13 18:06 Gao Xiang [this message]
2025-08-13 18:55 ` [GIT PULL] erofs fixes for 6.17-rc2 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=aJzUQt58S0ZEv0zn@debian \
    --to=xiang@kernel.org \
    --cc=Yuezhang.Mo@sony.com \
    --cc=chao@kernel.org \
    --cc=geert+renesas@glider.be \
    --cc=linux-erofs@lists.ozlabs.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=liujunli@lixiang.com \
    --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 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.