mirror of
https://github.com/netdata/libbpf.git
synced 2026-04-09 01:59:06 +08:00
vmtests: blacklist test using RINGBUF
Test was updated to use BPF_MAP_TYPE_RINGBUF, which is only available starting from 5.8 version. Signed-off-by: Andrii Nakryiko <andriin@fb.com>
This commit is contained in:
committed by
Andrii Nakryiko
parent
169d35c746
commit
15fee53503
@@ -24,6 +24,7 @@ flow_dissector_reattach
|
|||||||
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
|
||||||
load_bytes_relative # new functionality in 5.8
|
load_bytes_relative # new functionality in 5.8
|
||||||
|
map_ptr # test uses BPF_MAP_TYPE_RINGBUF, added in 5.8
|
||||||
mmap # 5.5 kernel is too permissive with re-mmaping
|
mmap # 5.5 kernel is too permissive with re-mmaping
|
||||||
modify_return # fmod_ret support is missing
|
modify_return # fmod_ret support 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
|
||||||
|
|||||||
Reference in New Issue
Block a user