This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 089866061428 Merge tag 'libnvdimm-fixes-5.19-rc5' of git://git.kernel.o [...] new 19fc5bb93c6b powerpc/xive/spapr: correct bitmap allocation size new 986481618023 powerpc/book3e: Fix PUD allocation size in map_kernel_page() new 6886da5f49e6 powerpc/prom_init: Fix kernel config grep new b21bd5a4b130 powerpc/bpf: Fix use of user_pt_regs in uapi new ac790d09885d powerpc/memhotplug: Add add_pages override for PPC new 5411de073362 Merge tag 'powerpc-5.19-4' of git://git.kernel.org/pub/scm [...] new d6838ec44b45 perf offcpu: Fix build failure on old kernels new 49c692b7dfc9 perf offcpu: Accept allowed sample types only new 117c49505b59 tools kvm headers arm64: Update KVM headers from the kerne [...] new 579d6c6d77a7 perf bpf: 8 byte align bpil data new 7fe718fb8f3f tools headers UAPI: Sync linux/kvm.h with the kernel sources new 5eb502b2e1ae perf unwind: Fix unitialized 'offset' variable on aarch64 new 363afa3aef24 perf synthetic-events: Don't sort the task scan result from /proc new ff898552fb32 perf synthetic-events: Ignore dead threads during event synthesis new bb7c51268776 Merge tag 'perf-tools-fixes-for-v5.19-2022-07-02' of git:/ [...] new 96b80fcd2705 parisc/unaligned: Fix emulate_ldw() breakage new aa78fa905b44 parisc: Fix vDSO signal breakage on 32-bit kernel new 34074da5424c Merge tag 'for-5.19/parisc-4' of git://git.kernel.org/pub/ [...]
The 18 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
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 ++- 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 +- 18 files changed, 192 insertions(+), 34 deletions(-) create mode 100644 arch/powerpc/include/asm/bpf_perf_event.h delete mode 100644 arch/powerpc/include/uapi/asm/bpf_perf_event.h