Skip to content

Commit f6f864c

Browse files
ThinkerYzu1anakryiko
authored andcommitted
denylist: Disable some tests temporarily for s390x.
These BPF selftests, - dummy_st_ops/dummy_init_ptr_arg, - fexit_bpf2bpf, - tailcalls, - trace_ext, - xdp_bpf2bpf, and - xdp_metadata, cause acrashes on the s390x platform. [1] They should be disable temporarily. [1] https://lore.kernel.org/bpf/[email protected]/ Signed-off-by: Kui-Feng Lee <[email protected]>
1 parent 281fbcc commit f6f864c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

ci/vmtest/configs/DENYLIST.s390x

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
deny_namespace # not yet in bpf denylist
22
tc_redirect/tc_redirect_dtime # very flaky
33
lru_bug # not yet in bpf-next denylist
4+
# Disabled temporarily for a crash.
5+
# https://lore.kernel.org/bpf/[email protected]/
6+
dummy_st_ops/dummy_init_ptr_arg
7+
fexit_bpf2bpf
8+
tailcalls
9+
trace_ext
10+
xdp_bpf2bpf
11+
xdp_metadata

0 commit comments

Comments
 (0)