Hello Linus, Could you please pull patches included in the tag below? An attempt merge against your current TOT has been successful. The highlight I'd like to point here is related to the XFS_RT Kconfig, which has been updated to be enabled by default now if CONFIG_BLK_DEV_ZONED is enabled. There is no feature change here, so I took the liberty to assume updating this Kconfig is fine outside of a merge window. If you are not ok with it please let me know and I'll submit a new pull without this patch. This pull also contains a few fixes for zoned devices support in XFS, specially related to swapon requests in inodes belonging to the zoned FS. A null-ptr dereference fix in the xattr data, due to a mishandling of medium errors generated by block devices is also included. Thanks, Carlos The following changes since commit f76823e3b284aae30797fded988a807eab2da246: xfs: split xfs_zone_record_blocks (2025-08-11 14:04:20 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-fixes-6.17-rc4 for you to fetch changes up to ae668cd567a6a7622bc813ee0bb61c42bed61ba7: xfs: do not propagate ENODATA disk errors into xattr code (2025-08-26 11:00:33 +0200) ---------------------------------------------------------------- xfs: Fixes for v6.17-rc4 Signed-off-by: Carlos Maiolino <cem@xxxxxxxxxx> ---------------------------------------------------------------- Christoph Hellwig (3): xfs: remove xfs_last_used_zone xfs: kick off inodegc when failing to reserve zoned blocks xfs: reject swapon for inodes on a zoned file system earlier Damien Le Moal (1): xfs: Default XFS_RT to Y if CONFIG_BLK_DEV_ZONED is enabled Eric Sandeen (1): xfs: do not propagate ENODATA disk errors into xattr code fs/xfs/Kconfig | 1 + fs/xfs/libxfs/xfs_attr_remote.c | 7 +++++++ fs/xfs/libxfs/xfs_da_btree.c | 6 ++++++ fs/xfs/xfs_aops.c | 3 +++ fs/xfs/xfs_zone_alloc.c | 45 ++--------------------------------------- fs/xfs/xfs_zone_space_resv.c | 6 ++++++ 6 files changed, 25 insertions(+), 43 deletions(-)