From 7bc52e6602a13ea37433d5df2b715f3b802f1af9 Mon Sep 17 00:00:00 2001 From: Andrii Nakryiko Date: Wed, 26 Aug 2020 23:06:28 -0700 Subject: [PATCH] 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 --- travis-ci/vmtest/configs/blacklist/BLACKLIST-5.5.0 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/travis-ci/vmtest/configs/blacklist/BLACKLIST-5.5.0 b/travis-ci/vmtest/configs/blacklist/BLACKLIST-5.5.0 index d73374b..acafa60 100644 --- a/travis-ci/vmtest/configs/blacklist/BLACKLIST-5.5.0 +++ b/travis-ci/vmtest/configs/blacklist/BLACKLIST-5.5.0 @@ -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