Hi, This series adds timed may_goto implementation to the s390x JIT. Patch 1 is the implementation, patches 2-5 are the associated test changes. Best regards, Ilya Ilya Leoshkevich (5): s390/bpf: Add s390 JIT support for timed may_goto selftests/bpf: Add a missing newline to the "bad arch spec" message selftests/bpf: Add __arch_s390x macro selftests/bpf: Enable timed may_goto verifier tests on s390x selftests/bpf: Remove may_goto tests from DENYLIST.s390x arch/s390/net/Makefile | 2 +- arch/s390/net/bpf_jit_comp.c | 25 +++++++++-- arch/s390/net/bpf_timed_may_goto.S | 45 +++++++++++++++++++ tools/testing/selftests/bpf/DENYLIST.s390x | 1 - .../testing/selftests/bpf/prog_tests/stream.c | 2 +- tools/testing/selftests/bpf/progs/bpf_misc.h | 1 + .../selftests/bpf/progs/verifier_may_goto_1.c | 8 +++- tools/testing/selftests/bpf/test_loader.c | 7 ++- 8 files changed, 81 insertions(+), 10 deletions(-) create mode 100644 arch/s390/net/bpf_timed_may_goto.S -- 2.50.1