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_check_gcc/master-arm in repository toolchain/ci/linux.
from 8467b0ed6ce3 Merge tag 'for-5.18/drivers-2022-04-01' of git://git.kerne [...] adds 2524257bce43 dt-bindings: Fix phandle-array issues in the idle-states bindings adds 1fdff407028c Merge tag 'riscv-for-linus-5.18-mw2' of git://git.kernel.o [...] adds 93defd5a15dd xfs: document the XFS_ALLOC_AGFL_RESERVE constant adds c8c568259772 xfs: don't include bnobt blocks when reserving free block pool adds 15f04fdc75aa xfs: remove infinite loop when reserving free block pool adds 0baa2657dc4d xfs: always succeed at setting the reserve pool size adds 82be38bcf8a2 xfs: fix overfilling of reserve pool adds 85bcfa26f9a3 xfs: don't report reserved bnobt space as available adds d2d7c0473586 xfs: aborting inodes on shutdown may need buffer lock adds ab9c81ef321f xfs: shutdown in intent recovery has non-intent items in the AIL adds cd6f79d1fb32 xfs: run callbacks before waking waiters in xlog_state_shu [...] adds b5f17bec1213 xfs: log shutdown triggers should only shut down the log adds 41e636218358 xfs: xfs_do_force_shutdown needs to block racing shutdowns adds 3c4cb76bce43 xfs: xfs_trans_commit() path must check for log shutdown adds 5652ef31705f xfs: shutdown during log recovery needs to mark the log shutdown adds 919edbadebe1 xfs: drop async cache flushes from CIL commits. adds b32e3819a823 Merge tag 'xfs-5.18-merge-4' of git://git.kernel.org/pub/s [...] adds 49df34221804 fs: fix an infinite loop in iomap_fiemap adds a4251ab9896c Merge tag 'vfs-5.18-merge-1' of git://git.kernel.org/pub/s [...] adds c51acdb78f92 fs: Remove FIXME comment in generic_write_checks() adds 1e2d84644d1c constify struct path argument of finish_automount()/do_add [...] adds 0c9dceb9bb6d asm/user.h: killed unused macros adds 6692531df62d uml/x86: use x86 load_unaligned_zeropad() adds 90b2433edb6d seq_file: fix NULL pointer arithmetic warning adds 124f75f864f3 clean overflow checks in count_mounts() a bit adds 61e02cdb6ac6 aio: drop needless assignment in aio_read() adds 88e6c0207623 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/l [...]
No new revisions were added by this update.
Summary of changes: .../devicetree/bindings/cpu/idle-states.yaml | 16 +- Documentation/devicetree/bindings/riscv/cpus.yaml | 2 + arch/alpha/include/asm/user.h | 6 - arch/arm/include/asm/user.h | 4 - arch/h8300/include/asm/user.h | 4 - arch/ia64/include/asm/user.h | 6 - arch/m68k/include/asm/user.h | 4 - arch/powerpc/include/asm/user.h | 5 - arch/s390/include/asm/user.h | 4 - arch/sh/include/asm/user.h | 6 - arch/um/include/asm/Kbuild | 1 - arch/x86/include/asm/user_32.h | 4 - arch/x86/include/asm/user_64.h | 4 - arch/x86/lib/csum-partial_64.c | 26 ---- arch/x86/um/Kconfig | 1 + fs/aio.c | 1 - fs/internal.h | 2 +- fs/ioctl.c | 2 +- fs/kernfs/file.c | 7 +- fs/namespace.c | 23 +-- fs/read_write.c | 1 - fs/seq_file.c | 4 +- fs/xfs/libxfs/xfs_alloc.c | 28 +++- fs/xfs/libxfs/xfs_alloc.h | 1 - fs/xfs/xfs_bio_io.c | 33 ----- fs/xfs/xfs_fsops.c | 60 ++++---- fs/xfs/xfs_icache.c | 2 +- fs/xfs/xfs_inode.c | 2 +- fs/xfs/xfs_inode_item.c | 162 +++++++++++++++++---- fs/xfs/xfs_inode_item.h | 1 + fs/xfs/xfs_linux.h | 2 - fs/xfs/xfs_log.c | 109 +++++++------- fs/xfs/xfs_log_cil.c | 46 ++---- fs/xfs/xfs_log_priv.h | 14 +- fs/xfs/xfs_log_recover.c | 56 +++---- fs/xfs/xfs_mount.c | 3 +- fs/xfs/xfs_mount.h | 15 ++ fs/xfs/xfs_super.c | 3 +- fs/xfs/xfs_trans.c | 48 ++++-- fs/xfs/xfs_trans_ail.c | 8 +- include/linux/seq_file.h | 1 + 41 files changed, 376 insertions(+), 351 deletions(-)