mirror of
https://github.com/netdata/libbpf.git
synced 2026-04-03 15:19:07 +08:00
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 <andriin@fb.com>
This commit is contained in:
committed by
Andrii Nakryiko
parent
e66d297441
commit
6a1615c263
@@ -8,6 +8,7 @@ fexit_bpf2bpf # freplace is missing
|
|||||||
fexit_test # bpf_prog_test_tracing missing
|
fexit_test # bpf_prog_test_tracing missing
|
||||||
get_stack_raw_tp # exercising BPF verifier bug causing infinite loop
|
get_stack_raw_tp # exercising BPF verifier bug causing infinite loop
|
||||||
link_pinning # bpf_link is missing
|
link_pinning # bpf_link is missing
|
||||||
|
mmap # 5.5 kernel is too permissive with re-mmaping
|
||||||
modify_return # fmod_ret is missing
|
modify_return # fmod_ret is missing
|
||||||
ns_current_pid_tgid # bpf_get_ns_current_pid_tgid() helper is missing
|
ns_current_pid_tgid # bpf_get_ns_current_pid_tgid() helper is missing
|
||||||
perf_branches # bpf_read_branch_records() helper is missing
|
perf_branches # bpf_read_branch_records() helper is missing
|
||||||
|
|||||||
Reference in New Issue
Block a user