Merge branch 's390-bpf-fix-gotol-with-large-offsets'
authorAlexei Starovoitov <ast@kernel.org>
Thu, 4 Jan 2024 19:35:40 +0000 (11:35 -0800)
committerAlexei Starovoitov <ast@kernel.org>
Thu, 4 Jan 2024 22:37:25 +0000 (14:37 -0800)
Ilya Leoshkevich says:

====================
s390/bpf: Fix gotol with large offsets

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
====================

Link: https://lore.kernel.org/r/20240102193531.3169422-1-iii@linux.ibm.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>

Trivial merge