mirror of
https://github.com/netdata/libbpf.git
synced 2026-03-30 21:29:07 +08:00
vmtest: blacklist kfunc_call selftests
kfunc_call requires 5.13+ kernel. Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
This commit is contained in:
committed by
Andrii Nakryiko
parent
95f83b8b0c
commit
174d0b7b49
@@ -30,6 +30,7 @@ hash_large_key # v5.11+
|
|||||||
ima # v5.11+
|
ima # v5.11+
|
||||||
kfree_skb # 32-bit pointer arith in test_pkt_access
|
kfree_skb # 32-bit pointer arith in test_pkt_access
|
||||||
ksyms # __start_BTF has different name
|
ksyms # __start_BTF has different name
|
||||||
|
kfunc_call # v5.13+
|
||||||
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_init # per-CPU LRU missing
|
map_init # per-CPU LRU missing
|
||||||
|
|||||||
Reference in New Issue
Block a user