This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from ac5a9bb6b4fa Merge tag 'irq_urgent_for_v5.17_rc2' of git://git.kernel.o [...] new b992f01e6615 bpf: Guard against accessing NULL pt_regs in bpf_get_task_stack() new fab07611fb2e powerpc32/bpf: Fix codegen for bpf-to-bpf calls new f9320c49993c powerpc/bpf: Update ldimm64 instructions during extra pass new 88a71086c48a tools/bpf: Rename 'struct event' to avoid naming conflict new 3f5f766d5f7f powerpc64/bpf: Limit 'ldbrx' to processors compliant with [...] new 252745240ba0 powerpc/audit: Fix syscall_get_arch() new 87b9d74fb0be powerpc/time: Fix build failure due to do_hard_irq_enable( [...] new d37823c3528e powerpc/32s: Fix kasan_init_region() for KASAN new 429a64f6e91f powerpc/perf: Only define power_pmu_wants_prompt_pmi() for [...] new aee101d7b95a powerpc/64s: Mask SRR0 before checking against the masked NIP new dd81e1c7d5fb Merge tag 'powerpc-5.17-2' of git://git.kernel.org/pub/scm [...]
The 11 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/powerpc/include/asm/book3s/32/mmu-hash.h | 2 + arch/powerpc/include/asm/hw_irq.h | 2 +- arch/powerpc/include/asm/ppc-opcode.h | 1 + arch/powerpc/include/asm/syscall.h | 4 +- arch/powerpc/include/asm/thread_info.h | 2 + arch/powerpc/kernel/interrupt_64.S | 2 + arch/powerpc/mm/book3s32/mmu.c | 10 ++--- arch/powerpc/mm/kasan/book3s_32.c | 59 ++++++++++++++------------- arch/powerpc/net/bpf_jit_comp.c | 29 ++++++++++--- arch/powerpc/net/bpf_jit_comp32.c | 9 ++++ arch/powerpc/net/bpf_jit_comp64.c | 29 ++++++++----- arch/powerpc/perf/core-book3s.c | 58 +++++++++++++------------- kernel/bpf/stackmap.c | 5 ++- tools/bpf/runqslower/runqslower.bpf.c | 2 +- tools/bpf/runqslower/runqslower.c | 2 +- tools/bpf/runqslower/runqslower.h | 2 +- 16 files changed, 131 insertions(+), 87 deletions(-)