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