This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 40fbbd64bba6 Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/lin [...] new b1aa01d31249 s390/ipl: Clear SBP flag when bootprog is set new 4cb92fa76382 s390/pci: Fix cyclic dead-lock in zpci_zdev_put() and zpci [...] new af241e6bfc11 s390/pci: Annotate lock context imbalance in zpci_release_ [...] new 489e96651dfe s390/stacktrace: Do not fallback to RA register new 64e68f8a95eb Merge tag 's390-6.19-3' of git://git.kernel.org/pub/scm/li [...] new 835a50753579 selftests/bpf: Add -fms-extensions to bpf build flags new 861111b69896 net: smc: SMC_HS_CTRL_BPF should depend on BPF_JIT new 639f58a0f480 bpftool: Fix build warnings due to MS extensions new d70f79fef658 libbpf: Fix -Wdiscarded-qualifiers under C23 new 189e5deb944a bpf, arm64: Do not audit capability check in do_jit() new ca45c84afb8c bpf: Add bpf_has_frame_pointer() new 01bc3b6db18d x86/unwind/orc: Support reliable unwinding through BPF sta [...] new 297c3fba9d76 Merge branch 'bpf-x86-unwind-orc-support-reliable-unwindin [...] new 234483565dbb bpf: Fix truncated dmabuf iterator reads new 9489d457d48b selftests/bpf: Add test for truncated dmabuf_iter reads new ac44dcc788b9 bpf: Fix verifier assumptions of bpf_d_path's output buffer new 79e247d66088 selftests/bpf: add regression test for bpf_d_path() new 1d528e794f3d Merge branch 'bpf-fix-bpf_d_path-helper-prototype' new ea1013c15392 Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linu [...]
The 19 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: .clang-format | 1 + arch/arm64/net/bpf_jit_comp.c | 2 +- arch/s390/include/uapi/asm/ipl.h | 1 + arch/s390/kernel/ipl.c | 48 ++++++++--- arch/s390/kernel/stacktrace.c | 18 +--- arch/s390/pci/pci.c | 7 +- arch/s390/pci/pci_bus.c | 98 ++++++++++++++++------ arch/s390/pci/pci_bus.h | 15 +++- arch/x86/kernel/unwind_orc.c | 39 ++++++--- arch/x86/net/bpf_jit_comp.c | 12 +++ include/linux/bpf.h | 3 + kernel/bpf/core.c | 16 ++++ kernel/bpf/dmabuf_iter.c | 56 +++++++++++-- kernel/trace/bpf_trace.c | 2 +- net/smc/Kconfig | 4 +- tools/bpf/bpftool/Makefile | 2 + tools/lib/bpf/libbpf.c | 7 +- tools/testing/selftests/bpf/Makefile | 2 + tools/testing/selftests/bpf/prog_tests/d_path.c | 89 ++++++++++++++++---- .../testing/selftests/bpf/prog_tests/dmabuf_iter.c | 47 +++++++++-- tools/testing/selftests/bpf/progs/test_d_path.c | 23 +++++ 21 files changed, 387 insertions(+), 105 deletions(-)