aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin KaFai Lau <[email protected]>2022-08-19 19:21:55 +0000
committerAlexei Starovoitov <[email protected]>2022-08-19 19:46:18 +0000
commitb979f005d9b1ebdba565e85f5228dda6fe7a30e4 (patch)
tree53fcae654d29cae32b5b9d028bea272ea00b8584
parentselftests/bpf: Fix spelling mistake. (diff)
downloadkernel-b979f005d9b1ebdba565e85f5228dda6fe7a30e4.tar.gz
kernel-b979f005d9b1ebdba565e85f5228dda6fe7a30e4.zip
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Alexei Starovoitov <[email protected]>
-rw-r--r--tools/testing/selftests/bpf/DENYLIST.s390x1
1 files changed, 1 insertions, 0 deletions
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)