From 5af3d86b5a2c5fecdc3ab83822d083edd32b4396 Mon Sep 17 00:00:00 2001 From: Andrii Nakryiko <andrii@kernel.org> Date: Thu, 5 Nov 2020 20:34:42 -0800 Subject: [PATCH] vmtests: blacklist two more tests on 5.5 tcpbpf_user uses cgroup bpf_link, not available in 5.5. hash_large_key is testing a more permissive verifier check, implemented in 5.11. So blacklist both. Signed-off-by: Andrii Nakryiko <andrii@kernel.org> --- travis-ci/vmtest/configs/blacklist/BLACKLIST-5.5.0 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/travis-ci/vmtest/configs/blacklist/BLACKLIST-5.5.0 b/travis-ci/vmtest/configs/blacklist/BLACKLIST-5.5.0 index dd555dc..2eeb617 100644 --- a/travis-ci/vmtest/configs/blacklist/BLACKLIST-5.5.0 +++ b/travis-ci/vmtest/configs/blacklist/BLACKLIST-5.5.0 @@ -20,6 +20,7 @@ fexit_test # bpf_prog_test_tracing missing flow_dissector # bpf_link-based flow dissector is in 5.8+ flow_dissector_reattach get_stack_raw_tp # exercising BPF verifier bug causing infinite loop +hash_large_key # v5.11+ kfree_skb # 32-bit pointer arith in test_pkt_access ksyms # __start_BTF has different name link_pinning # bpf_link is missing @@ -52,6 +53,7 @@ sockopt_sk sk_lookup # v5.9+ 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 +tcpbpf_user # LINK_CREATE is missing 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 -- GitLab