From 72fd44da537aa7c5819cf15ea6ddc15d641cc1d6 Mon Sep 17 00:00:00 2001 From: Andrii Nakryiko Date: Mon, 30 Aug 2021 13:21:29 -0700 Subject: [PATCH] ci: blacklist few new selftests for 5.5 Blacklist netns_cookie, sockopt_qos_to_cc, task_pt_regs for 5.5. Signed-off-by: Andrii Nakryiko --- travis-ci/vmtest/configs/blacklist/BLACKLIST-5.5.0 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/travis-ci/vmtest/configs/blacklist/BLACKLIST-5.5.0 b/travis-ci/vmtest/configs/blacklist/BLACKLIST-5.5.0 index cdd3dc3..b3737e3 100644 --- a/travis-ci/vmtest/configs/blacklist/BLACKLIST-5.5.0 +++ b/travis-ci/vmtest/configs/blacklist/BLACKLIST-5.5.0 @@ -45,6 +45,7 @@ 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+) netcnt +netns_cookie # v5.15+ ns_current_pid_tgid # bpf_get_ns_current_pid_tgid() helper is missing pe_preserve_elems # v5.10+ perf_branches # bpf_read_branch_records() helper is missing @@ -74,10 +75,12 @@ socket_cookie # v5.12+ sockmap_basic # uses new socket fields, 5.8+ sockmap_listen # no listen socket supportin SOCKMAP sockopt_sk +sockopt_qos_to_cc # v5.15+ stacktrace_build_id # v5.9+ stack_var_off # v5.12+ syscall # v5.14+ task_local_storage # v5.12+ +task_pt_regs # v5.15+ tcp_hdr_options # v5.10+, new TCP header options feature in BPF tcpbpf_user # LINK_CREATE is missing tc_redirect # v5.14+