From: Martin KaFai Lau Date: Fri, 19 Aug 2022 19:21:55 +0000 (-0700) Subject: selftest/bpf: Add setget_sockopt to DENYLIST.s390x X-Git-Tag: microblaze-v6.2~183^2~251^2~43 X-Git-Url: http://git.monstr.eu/?a=commitdiff_plain;h=b979f005d9b1ebdba565e85f5228dda6fe7a30e4;p=linux-2.6-microblaze.git selftest/bpf: Add setget_sockopt to DENYLIST.s390x Trampoline is not supported in s390. Fixes: 31123c0360e0 ("selftests/bpf: bpf_setsockopt tests") Signed-off-by: Martin KaFai Lau Link: https://lore.kernel.org/r/20220819192155.91713-1-kafai@fb.com Signed-off-by: Alexei Starovoitov --- diff --git a/tools/testing/selftests/bpf/DENYLIST.s390x b/tools/testing/selftests/bpf/DENYLIST.s390x index 9d8de15e725e..a708c3dcc154 100644 --- a/tools/testing/selftests/bpf/DENYLIST.s390x +++ b/tools/testing/selftests/bpf/DENYLIST.s390x @@ -65,3 +65,4 @@ send_signal # intermittently fails to receive signa select_reuseport # intermittently fails on new s390x setup xdp_synproxy # JIT does not support calling kernel function (kfunc) unpriv_bpf_disabled # fentry +setget_sockopt # attach unexpected error: -524 (trampoline)