This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64 in repository toolchain/ci/linux.
from 54eb8462f21f Merge tag 'rtc-5.19' of git://git.kernel.org/pub/scm/linux [...] adds 309001c22cdd xfs: don't leak da state when freeing the attr intent item adds a618acab136b xfs: don't leak the retained da state when doing a leaf to [...] adds 356cb708ea18 xfs: reject unknown xattri log item operation flags during [...] adds 85d76aec6bbb xfs: reject unknown xattri log item filter flags during recovery adds 25b1e9dc3229 xfs: validate xattr name earlier in recovery adds 2fe3ffcf5592 xfs: free xfs_attrd_log_items correctly adds 4d0cdd2bb8f0 xfs: clean up xfs_attr_node_hasname adds b53d212b4b5c xfs: put the xattr intent item op flags in their own namespace adds e2c78949b641 xfs: use a separate slab cache for deferred xattr work state adds 500a512c60d1 xfs: remove struct xfs_attr_item.xattri_flags adds 4136e38af728 xfs: put attr[id] log item cache init with the others adds 3768f6985700 xfs: clean up state variable usage in xfs_attr_node_remove_attr adds e3c5de22026f xfs: rename struct xfs_attr_item to xfs_attr_intent adds 22a68ba72423 xfs: do not use logged xattr updates on V4 filesystems adds 4183e4f27f40 xfs: share xattr name and value buffers when logging xattr [...] adds 41bc61c02a5a xfs: fix typo in comment adds e62c72081759 xfs: Remove dead code adds 93e6aa4329d0 xfs: reduce IOCB_NOWAIT judgment for retry exclusive unali [...] adds 73c348d4ab5c xfs: Remove duplicate include adds ab6a8d3f1a2a Merge branch 'guilt/xfs-5.19-misc-3' into xfs-5.19-for-next adds 5672225e8f2a xfs: avoid unnecessary runtime sibling pointer endian conversions adds 5b55cbc2d726 xfs: don't assert fail on perag references on teardown adds 56486f307100 xfs: assert in xfs_btree_del_cursor should take into accou [...] adds 86d40f1e49e9 xfs: purge dquots after inode walk fails during quotacheck adds a54f78def73d xfs: don't leak btree cursor when insrec fails after a split adds 6f5097e3367a xfs: fix xfs_ifree() error handling to not leak perag ref adds 2723234923b3 xfs: refactor buffer cancellation table allocation adds 8db074bd84df xfs: don't leak xfs_buf_cancel structures when recovery fails adds 910bbdf2f4d7 xfs: convert buf_cancel_table allocation to kmalloc_array adds 621dc801df4c Merge branch 'guilt/xfs-5.19-recovery-buf-cancel' into xfs [...] adds 374037966d66 xfs: don't log every time we clear the log incompat flags adds df5660cf63bb xfs: implement per-mount warnings for scrub and shrink usage adds 202865cc215d xfs: warn about LARP once per mount adds d9c61ccb3b09 xfs: move xfs_attr_use_log_assist out of xfs_log.c adds efc2efeba169 xfs: move xfs_attr_use_log_assist usage out of libxfs adds 7146bda743e6 Merge branch 'guilt/xfs-5.19-larp-cleanups' into xfs-5.19- [...] adds 0e5ab8dd87c2 Merge tag 'xfs-5.19-for-linus-2' of git://git.kernel.org/p [...] adds d1dc87763f40 assoc_array: Fix BUG_ON during garbage collect
No new revisions were added by this update.
Summary of changes: fs/xfs/libxfs/xfs_ag.c | 3 +- fs/xfs/libxfs/xfs_attr.c | 198 +++++++++----------- fs/xfs/libxfs/xfs_attr.h | 63 ++++--- fs/xfs/libxfs/xfs_attr_remote.c | 6 +- fs/xfs/libxfs/xfs_attr_remote.h | 6 +- fs/xfs/libxfs/xfs_btree.c | 63 +++++-- fs/xfs/libxfs/xfs_da_btree.c | 11 ++ fs/xfs/libxfs/xfs_da_btree.h | 1 + fs/xfs/libxfs/xfs_defer.c | 67 +++++-- fs/xfs/libxfs/xfs_log_format.h | 18 +- fs/xfs/libxfs/xfs_log_recover.h | 14 +- fs/xfs/libxfs/xfs_symlink_remote.c | 2 +- fs/xfs/scrub/scrub.c | 17 +- fs/xfs/xfs_acl.c | 3 +- fs/xfs/xfs_attr_item.c | 364 +++++++++++++++++++++---------------- fs/xfs/xfs_attr_item.h | 22 ++- fs/xfs/xfs_buf_item_recover.c | 66 +++++++ fs/xfs/xfs_file.c | 2 +- fs/xfs/xfs_fsops.c | 7 +- fs/xfs/xfs_inode.c | 2 +- fs/xfs/xfs_ioctl.c | 3 +- fs/xfs/xfs_iops.c | 3 +- fs/xfs/xfs_log.c | 41 ----- fs/xfs/xfs_log.h | 7 + fs/xfs/xfs_log_priv.h | 3 - fs/xfs/xfs_log_recover.c | 93 ++-------- fs/xfs/xfs_message.h | 6 + fs/xfs/xfs_mount.c | 1 - fs/xfs/xfs_mount.h | 18 +- fs/xfs/xfs_qm.c | 9 +- fs/xfs/xfs_super.c | 20 ++ fs/xfs/xfs_super.h | 1 - fs/xfs/xfs_xattr.c | 79 +++++++- fs/xfs/xfs_xattr.h | 13 ++ lib/assoc_array.c | 8 + 35 files changed, 727 insertions(+), 513 deletions(-) create mode 100644 fs/xfs/xfs_xattr.h