Hi all, Here are some fixes for the stuff that just got merged for 6.10-rc1. If you're going to start using this code, I strongly recommend pulling from my git trees, which are linked below. With a bit of luck, this should all go splendidly. Comments and questions are, as always, welcome. --D kernel git tree: https://git.kernel.org/cgit/linux/kernel/git/djwong/xfs-linux.git/log/?h=xfs-fixes-6.10 --- Commits in this patchset: * xfs: drop xfarray sortinfo folio on error * xfs: fix xfs_init_attr_trans not handling explicit operation codes * xfs: allow symlinks with short remote targets * xfs: don't open-code u64_to_user_ptr --- fs/xfs/libxfs/xfs_attr.c | 38 ++++++++++++++++++-------------------- fs/xfs/libxfs/xfs_attr.h | 3 +-- fs/xfs/libxfs/xfs_inode_buf.c | 28 ++++++++++++++++++++++++---- fs/xfs/scrub/scrub.c | 2 +- fs/xfs/scrub/xfarray.c | 9 ++++++--- fs/xfs/xfs_attr_item.c | 17 +++++++++++++++-- fs/xfs/xfs_handle.c | 7 +------ 7 files changed, 66 insertions(+), 38 deletions(-)