Hi, This series fixes a regression causing perf on s390 to trigger a kernel panic. Patch 1 fixes the issue, patch 2 adds a test to make sure this doesn't happen again. Best regards, Ilya 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 arch/s390/net/bpf_jit_comp.c | 10 ++- .../bpf/prog_tests/recursive_attach.c | 67 +++++++++++++++++++ 2 files changed, 76 insertions(+), 1 deletion(-) -- 2.50.1