Hi, While looking at a pyperf180 failure on s390x (must be related to [1], I'm not done with the investigation yet) I noticed that I have unfortunately messed up the gotol implementation. Patch 1 is the fix, patch 2 is a small test infrastructure tweak, and patch 3 adds a test. [1] https://github.com/llvm/llvm-project/issues/55669 Best regards, Ilya Ilya Leoshkevich (3): s390/bpf: Fix gotol with large offsets selftests/bpf: Double the size of test_loader log selftests/bpf: Test gotol with large offsets arch/s390/net/bpf_jit_comp.c | 2 +- .../selftests/bpf/progs/verifier_gotol.c | 19 +++++++++++++++++++ tools/testing/selftests/bpf/test_loader.c | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) -- 2.43.0