bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH bpf-next 0/5] s390/bpf: Add s390 JIT support for timed may_goto
@ 2025-08-21 10:23 Ilya Leoshkevich
  2025-08-21 10:23 ` [PATCH bpf-next 1/5] " Ilya Leoshkevich
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Ilya Leoshkevich @ 2025-08-21 10:23 UTC (permalink / raw)
  To: Alexei Starovoitov, Daniel Borkmann, Andrii Nakryiko
  Cc: bpf, Heiko Carstens, Vasily Gorbik, Alexander Gordeev,
	Ilya Leoshkevich

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-08-21 10:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-21 10:23 [PATCH bpf-next 0/5] s390/bpf: Add s390 JIT support for timed may_goto Ilya Leoshkevich
2025-08-21 10:23 ` [PATCH bpf-next 1/5] " Ilya Leoshkevich
2025-08-21 10:23 ` [PATCH bpf-next 2/5] selftests/bpf: Add a missing newline to the "bad arch spec" message Ilya Leoshkevich
2025-08-21 10:23 ` [PATCH bpf-next 3/5] selftests/bpf: Add __arch_s390x macro Ilya Leoshkevich
2025-08-21 10:23 ` [PATCH bpf-next 4/5] selftests/bpf: Enable timed may_goto verifier tests on s390x Ilya Leoshkevich
2025-08-21 10:23 ` [PATCH bpf-next 5/5] selftests/bpf: Remove may_goto tests from DENYLIST.s390x Ilya Leoshkevich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).