From de58d0cccfb9ef73f8b2942a90f37b9f3d7032ee Mon Sep 17 00:00:00 2001 From: Andrii Nakryiko Date: Mon, 12 Oct 2020 10:55:50 -0700 Subject: [PATCH] sync: update 5.5.0 blacklist Blacklist 2 new selftests, which depend on 5.10 kernel. 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 623f052..dd555dc 100644 --- a/travis-ci/vmtest/configs/blacklist/BLACKLIST-5.5.0 +++ b/travis-ci/vmtest/configs/blacklist/BLACKLIST-5.5.0 @@ -29,6 +29,7 @@ metadata # v5.10+ mmap # 5.5 kernel is too permissive with re-mmaping modify_return # fmod_ret support is missing 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 pkt_access # 32-bit pointer arith in test_pkt_access prog_run_xattr # 32-bit pointer arith in test_pkt_access @@ -56,6 +57,7 @@ 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 +test_profiler # needs verifier logic improvements from v5.10+ trace_ext # v5.10+ udp_limit # no cgroup/sock_release BPF program type (5.9+) varlen # verifier bug fixed in later kernels