This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_build/master-arm in repository toolchain/ci/linux.
from 089866061428 Merge tag 'libnvdimm-fixes-5.19-rc5' of git://git.kernel.o [...] adds 19fc5bb93c6b powerpc/xive/spapr: correct bitmap allocation size adds 986481618023 powerpc/book3e: Fix PUD allocation size in map_kernel_page() adds 6886da5f49e6 powerpc/prom_init: Fix kernel config grep adds b21bd5a4b130 powerpc/bpf: Fix use of user_pt_regs in uapi adds ac790d09885d powerpc/memhotplug: Add add_pages override for PPC adds 5411de073362 Merge tag 'powerpc-5.19-4' of git://git.kernel.org/pub/scm [...] adds d6838ec44b45 perf offcpu: Fix build failure on old kernels adds 49c692b7dfc9 perf offcpu: Accept allowed sample types only adds 117c49505b59 tools kvm headers arm64: Update KVM headers from the kerne [...] adds 579d6c6d77a7 perf bpf: 8 byte align bpil data adds 7fe718fb8f3f tools headers UAPI: Sync linux/kvm.h with the kernel sources adds 5eb502b2e1ae perf unwind: Fix unitialized 'offset' variable on aarch64 adds 363afa3aef24 perf synthetic-events: Don't sort the task scan result from /proc adds ff898552fb32 perf synthetic-events: Ignore dead threads during event synthesis adds bb7c51268776 Merge tag 'perf-tools-fixes-for-v5.19-2022-07-02' of git:/ [...] adds 96b80fcd2705 parisc/unaligned: Fix emulate_ldw() breakage adds aa78fa905b44 parisc: Fix vDSO signal breakage on 32-bit kernel adds 34074da5424c Merge tag 'for-5.19/parisc-4' of git://git.kernel.org/pub/ [...] adds 8a9ffb8c857c NFSD: restore EINVAL error translation in nfsd_commit() adds a23dd544debc SUNRPC: Fix READ_PLUS crasher adds 69cb6c6556ad Merge tag 'nfsd-5.19-2' of git://git.kernel.org/pub/scm/li [...] adds 7cf2b0f9611b xfs: bound maximum wait time for inodegc work adds 5e672cd69f0a xfs: introduce xfs_inodegc_push() adds ca76a761ea24 xfs: factor out the common lock flags assert adds 82af88063961 xfs: use invalidate_lock to check the state of mmap_lock adds b822ea17fd15 xfs: always free xattri_leaf_bp when cancelling a deferred op adds f94e08b602d4 xfs: clean up the end of xfs_attri_item_recover adds 7be3bd8856fb xfs: empty xattr leaf header blocks are not corruption adds e53bcffad032 xfs: don't hold xattr leaf buffers across transaction rolls adds 8944c6fb8add xfs: dont treat rt extents beyond EOF as eofblocks to be cleared adds 7561cea5dbb9 xfs: prevent a UAF when log IO errors race with unmount adds 20855e4cb361 Merge tag 'xfs-5.19-fixes-4' of git://git.kernel.org/pub/s [...]
No new revisions were added by this update.
Summary of changes: arch/parisc/kernel/asm-offsets.c | 5 ++ arch/parisc/kernel/unaligned.c | 2 +- arch/powerpc/Kconfig | 4 ++ arch/powerpc/include/asm/bpf_perf_event.h | 9 ++++ arch/powerpc/include/uapi/asm/bpf_perf_event.h | 9 ---- arch/powerpc/kernel/prom_init_check.sh | 2 +- arch/powerpc/mm/mem.c | 33 ++++++++++++- arch/powerpc/mm/nohash/book3e_pgtable.c | 6 +-- arch/powerpc/sysdev/xive/spapr.c | 5 +- fs/nfsd/vfs.c | 3 +- fs/xfs/libxfs/xfs_attr.c | 38 ++++----------- fs/xfs/libxfs/xfs_attr.h | 5 -- fs/xfs/libxfs/xfs_attr_leaf.c | 35 +++++++------- fs/xfs/libxfs/xfs_attr_leaf.h | 3 +- fs/xfs/xfs_attr_item.c | 27 ++++++----- fs/xfs/xfs_bmap_util.c | 2 + fs/xfs/xfs_icache.c | 56 ++++++++++++++-------- fs/xfs/xfs_icache.h | 1 + fs/xfs/xfs_inode.c | 64 ++++++++++---------------- fs/xfs/xfs_log.c | 9 +++- fs/xfs/xfs_mount.h | 2 +- fs/xfs/xfs_qm_syscalls.c | 9 ++-- fs/xfs/xfs_super.c | 9 ++-- fs/xfs/xfs_trace.h | 1 + net/sunrpc/xdr.c | 2 +- tools/arch/arm64/include/uapi/asm/kvm.h | 36 +++++++++++++++ tools/include/uapi/linux/kvm.h | 54 +++++++++++++++++++++- tools/perf/util/bpf-utils.c | 5 +- tools/perf/util/bpf_off_cpu.c | 7 ++- tools/perf/util/bpf_skel/off_cpu.bpf.c | 20 +++++--- tools/perf/util/evsel.c | 9 ++++ tools/perf/util/off_cpu.h | 9 ++++ tools/perf/util/synthetic-events.c | 9 ++-- tools/perf/util/unwind-libunwind-local.c | 2 +- 34 files changed, 325 insertions(+), 167 deletions(-) create mode 100644 arch/powerpc/include/asm/bpf_perf_event.h delete mode 100644 arch/powerpc/include/uapi/asm/bpf_perf_event.h