s390/bpf: Fix indirect trampoline generation
authorAlexei Starovoitov <ast@kernel.org>
Sat, 16 Dec 2023 00:45:49 +0000 (16:45 -0800)
committerDaniel Borkmann <daniel@iogearbox.net>
Mon, 18 Dec 2023 11:00:37 +0000 (12:00 +0100)
commit0c970ed2f87c058fe3ddeb4d7d8f64f72cf41d7a
treefbc54c4fe55753c3fb80e6832782007a0f6ef186
parent42d45c45624a098a9fdc477c7a8b86167f948c77
s390/bpf: Fix indirect trampoline generation

The func_addr used to be NULL for indirect trampolines used by struct_ops.
Now func_addr is a valid function pointer.
Hence use BPF_TRAMP_F_INDIRECT flag to detect such condition.

Fixes: 2cd3e3772e41 ("x86/cfi,bpf: Fix bpf_struct_ops CFI")
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Reviewed-by: Ilya Leoshkevich <iii@linux.ibm.com>
Link: https://lore.kernel.org/bpf/20231216004549.78355-1-alexei.starovoitov@gmail.com
arch/s390/net/bpf_jit_comp.c
tools/testing/selftests/bpf/DENYLIST.s390x