From 1d6106cf450c0ba40943f1db77a29559ee390f75 Mon Sep 17 00:00:00 2001 From: Andrii Nakryiko Date: Fri, 18 Jun 2021 12:12:07 -0700 Subject: [PATCH] ci: blacklist few new tests on 5.5 tc_redirect and migrate_reuseport use new functionality not present on 5.5 Signed-off-by: Andrii Nakryiko --- 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 62c9f70..7df2586 100644 --- a/travis-ci/vmtest/configs/blacklist/BLACKLIST-5.5.0 +++ b/travis-ci/vmtest/configs/blacklist/BLACKLIST-5.5.0 @@ -38,6 +38,7 @@ lookup_and_delete # v5.14+ map_init # per-CPU LRU missing map_ptr # test uses BPF_MAP_TYPE_RINGBUF, added in 5.8 metadata # v5.10+ +migrate_reuseport # v5.14+ mmap # 5.5 kernel is too permissive with re-mmaping modify_return # fmod_ret support is missing module_attach # module BTF support missing (v5.11+) @@ -75,6 +76,7 @@ syscall # v5.14+ task_local_storage # v5.12+ tcp_hdr_options # v5.10+, new TCP header options feature in BPF tcpbpf_user # LINK_CREATE is missing +tc_redirect # v5.14+ test_bpffs # v5.10+, new CONFIG_BPF_PRELOAD=y and CONFIG_BPF_PRELOAD_UMG=y|m test_bprm_opts # v5.11+ test_global_funcs # kernel doesn't support BTF linkage=global on FUNCs