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)
commit61a40c12496a763fdb95edc08d59f816a594a87a
tree7269325aad0d4d47fab766b3f8dcfc07cfa8f0a5
parent98e20e5e13d2811898921f999288be7151a11954
parent63fac34669e4cc666f943173ed2aa76b8db999f0
Merge branch 's390-bpf-fix-gotol-with-large-offsets'

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>