This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch stable in repository linux-next.
from 40fbbd64bba6 Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/lin [...] adds b1aa01d31249 s390/ipl: Clear SBP flag when bootprog is set adds 4cb92fa76382 s390/pci: Fix cyclic dead-lock in zpci_zdev_put() and zpci [...] adds af241e6bfc11 s390/pci: Annotate lock context imbalance in zpci_release_ [...] adds 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 [...] adds 835a50753579 selftests/bpf: Add -fms-extensions to bpf build flags adds 861111b69896 net: smc: SMC_HS_CTRL_BPF should depend on BPF_JIT adds 639f58a0f480 bpftool: Fix build warnings due to MS extensions adds d70f79fef658 libbpf: Fix -Wdiscarded-qualifiers under C23 adds 189e5deb944a bpf, arm64: Do not audit capability check in do_jit() adds ca45c84afb8c bpf: Add bpf_has_frame_pointer() adds 01bc3b6db18d x86/unwind/orc: Support reliable unwinding through BPF sta [...] adds 297c3fba9d76 Merge branch 'bpf-x86-unwind-orc-support-reliable-unwindin [...] adds 234483565dbb bpf: Fix truncated dmabuf iterator reads adds 9489d457d48b selftests/bpf: Add test for truncated dmabuf_iter reads adds ac44dcc788b9 bpf: Fix verifier assumptions of bpf_d_path's output buffer adds 79e247d66088 selftests/bpf: add regression test for bpf_d_path() adds 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 2 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(-)