From 6a1615c263b679c17ecb292fa897f159e826dc10 Mon Sep 17 00:00:00 2001 From: Andrii Nakryiko Date: Fri, 17 Apr 2020 14:05:55 -0700 Subject: [PATCH] vmtests: blacklist mmap test on 5.5 5.5 kernel has a bug in kernel allowing to violate read-only access to mmap()-ed map. Disable selftest that now is failing. Signed-off-by: Andrii Nakryiko --- travis-ci/vmtest/configs/blacklist/BLACKLIST-5.5.0 | 1 + 1 file changed, 1 insertion(+) diff --git a/travis-ci/vmtest/configs/blacklist/BLACKLIST-5.5.0 b/travis-ci/vmtest/configs/blacklist/BLACKLIST-5.5.0 index dd0ea64..12e9398 100644 --- a/travis-ci/vmtest/configs/blacklist/BLACKLIST-5.5.0 +++ b/travis-ci/vmtest/configs/blacklist/BLACKLIST-5.5.0 @@ -8,6 +8,7 @@ fexit_bpf2bpf # freplace is missing fexit_test # bpf_prog_test_tracing missing get_stack_raw_tp # exercising BPF verifier bug causing infinite loop link_pinning # bpf_link is missing +mmap # 5.5 kernel is too permissive with re-mmaping modify_return # fmod_ret is missing ns_current_pid_tgid # bpf_get_ns_current_pid_tgid() helper is missing perf_branches # bpf_read_branch_records() helper is missing