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-aarch64 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 [...]
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 +- 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 +- 20 files changed, 195 insertions(+), 36 deletions(-) create mode 100644 arch/powerpc/include/asm/bpf_perf_event.h delete mode 100644 arch/powerpc/include/uapi/asm/bpf_perf_event.h