Hello Linus, Could you please pull patches included in the tag below? An attempt merge against your current TOT has been successful. It's worth mentioning this includes a bug fix for a possible data corruption vector on the zoned allocator garbage collector. Thanks, Carlos The following changes since commit f0447f80aec83f1699d599c94618bb5c323963e6: xfs: remove duplicate Zoned Filesystems sections in admin-guide (2025-04-22 16:05:24 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-fixes-6.15-rc7 for you to fetch changes up to 08c73a4b2e3cd2ff9db0ecb3c5c0dd7e23edc770: xfs: Fix comment on xfs_trans_ail_update_bulk() (2025-05-14 15:37:50 +0200) ---------------------------------------------------------------- xfs fixes for 6.15-rc7 Signed-off-by: Carlos Maiolino <cem@xxxxxxxxxx> ---------------------------------------------------------------- Carlos Maiolino (2): xfs: Fix a comment on xfs_ail_delete xfs: Fix comment on xfs_trans_ail_update_bulk() Christoph Hellwig (1): xfs: fix zoned GC data corruption due to wrong bv_offset Nirjhar Roy (IBM) (1): xfs: Fail remount with noattr2 on a v5 with v4 enabled Wengang Wang (1): xfs: free up mp->m_free[0].count in error case fs/xfs/xfs_super.c | 28 +++++++++++++++++++++++++++- fs/xfs/xfs_trans_ail.c | 34 ++++++++++++++++++---------------- fs/xfs/xfs_zone_gc.c | 5 +++-- 3 files changed, 48 insertions(+), 19 deletions(-)