Merge branch 's390-bpf-add-s390-jit-support-for-timed-may_goto'
authorAlexei Starovoitov <ast@kernel.org>
Tue, 26 Aug 2025 23:51:52 +0000 (16:51 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Tue, 26 Aug 2025 23:52:07 +0000 (16:52 -0700)
commit2465bb83e0b44e19ae7e3ad07148db61fbe0e2bf
tree39dd77e4b2fedf1def0a26693a4eb81b48aae3c4
parentd0f27ff27c048a3bdc49877255a7e7f8b49f5603
parent21bce56940549a2473134b44cd1d8e21da268e1e
Merge branch 's390-bpf-add-s390-jit-support-for-timed-may_goto'

Ilya Leoshkevich says:

====================
s390/bpf: Add s390 JIT support for timed may_goto

v1: https://lore.kernel.org/bpf/20250821103256.291412-1-iii@linux.ibm.com/
v1 -> v2: Fix test_stream_errors (caught by CI).

This series adds timed may_goto implementation to the s390x JIT.
Patch 1 is the implementation itself, patches 2-5 are the associated
test changes.
====================

Link: https://patch.msgid.link/20250821113339.292434-1-iii@linux.ibm.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>