vmtests: blacklist 2 new feature tests and (temporarily) 3 existing selftest

Permanently blacklist 2 new selftest on 5.5 and temporarily blacklist
3 existing selftests.

Signed-off-by: Andrii Nakryiko <andriin@fb.com>
This commit is contained in:
Andrii Nakryiko
2020-08-26 23:06:28 -07:00
committed by Andrii Nakryiko
parent 7267270f5f
commit 7bc52e6602

View File

@@ -16,6 +16,7 @@ cgroup_attach_multi # BPF_F_REPLACE_PROG missing
cgroup_link # LINK_CREATE is missing
cgroup_skb_sk_lookup # bpf_sk_lookup_tcp() helper is missing
connect_force_port # cgroup/get{peer,sock}name{4,6} support is missing
d_path # v5.10+ feature
enable_stats # BPF_ENABLE_STATS support is missing
fentry_fexit # bpf_prog_test_tracing missing
fentry_test # bpf_prog_test_tracing missing
@@ -49,6 +50,7 @@ skb_ctx # ctx_{size, }_{in, out} in BPF_PROG_TEST_RUN is missing
tcp_hdr_options # v5.10+, new TCP header options feature in BPF
test_bpffs # v5.10+, new CONFIG_BPF_PRELOAD=y and CONFIG_BPF_PRELOAD_UMG=y|m
test_global_funcs # kernel doesn't support BTF linkage=global on FUNCs
test_local_storage # v5.10+ feature
test_lsm # no BPF_LSM support
test_overhead # no fmod_ret support
udp_limit # no cgroup/sock_release BPF program type (5.9+)
@@ -65,3 +67,6 @@ xdp_link # v5.9+
# TEMPORARILY DISABLED
send_signal # flaky
cls_redirect # latest Clang breaks BPF verification
prog_run_xattr # 32-bit pointer arith in test_pkt_access
pkt_access # 32-bit pointer arith in test_pkt_access
kfree_skb # 32-bit pointer arith in test_pkt_access