Hi Linus, The following changes since commit 66701750d5565c574af42bef0b789ce0203e3071: Merge tag 'io_uring-6.16-20250630' of git://git.kernel.dk/linux (2025-06-30 16:32:43 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git tags/bpf-fixes for you to fetch changes up to 0238c45fbbf8228f52aa4642f0cdc21c570d1dfe: libbpf: Fix handling of BPF arena relocations (2025-07-17 19:17:46 -0700) ---------------------------------------------------------------- - Fix handling of BPF arena relocations (Andrii Nakryiko) - Fix race in bpf_arch_text_poke() on s390 (Ilya Leoshkevich) - Fix use of virt_to_phys() on arm64 when mmapping BTF (Lorenz Bauer) - Reject %p% format string in bprintf-like BPF helpers (Paul Chaignon) Signed-off-by: Alexei Starovoitov <ast@xxxxxxxxxx> ---------------------------------------------------------------- Alexei Starovoitov (1): Merge branch 's390-bpf-fix-bpf_arch_text_poke-with-new_addr-null-again' Andrii Nakryiko (1): libbpf: Fix handling of BPF arena relocations Ilya Leoshkevich (2): s390/bpf: Fix bpf_arch_text_poke() with new_addr == NULL again selftests/bpf: Stress test attaching a BPF prog to another BPF prog Lorenz Bauer (1): btf: Fix virt_to_phys() on arm64 when mmapping BTF Paul Chaignon (2): bpf: Reject %p% format string in bprintf-like helpers selftests/bpf: Add negative test cases for snprintf arch/s390/net/bpf_jit_comp.c | 10 +++- kernel/bpf/helpers.c | 11 +++- kernel/bpf/sysfs_btf.c | 2 +- tools/lib/bpf/libbpf.c | 20 ++++--- .../selftests/bpf/prog_tests/recursive_attach.c | 67 ++++++++++++++++++++++ tools/testing/selftests/bpf/prog_tests/snprintf.c | 2 + 6 files changed, 100 insertions(+), 12 deletions(-)