mirror of
https://github.com/netdata/libbpf.git
synced 2026-04-09 18:19:06 +08:00
vmtest: blacklist 2 tests on 5.5
Blacklist linked_vars, which expects typed ksym support. Blacklist snprintf, which expectes new bpf_snprintf() helper. Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
This commit is contained in:
committed by
Andrii Nakryiko
parent
b9278634aa
commit
4ccc1f0b9f
@@ -32,6 +32,7 @@ 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+
|
kfunc_call # v5.13+
|
||||||
link_pinning # bpf_link is missing
|
link_pinning # bpf_link is missing
|
||||||
|
linked_vars # v5.13+
|
||||||
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
|
||||||
map_ptr # test uses BPF_MAP_TYPE_RINGBUF, added in 5.8
|
map_ptr # test uses BPF_MAP_TYPE_RINGBUF, added in 5.8
|
||||||
@@ -60,6 +61,7 @@ sk_lookup # v5.9+
|
|||||||
sk_storage_tracing # missing bpf_sk_storage_get() helper
|
sk_storage_tracing # missing bpf_sk_storage_get() helper
|
||||||
skb_ctx # ctx_{size, }_{in, out} in BPF_PROG_TEST_RUN is missing
|
skb_ctx # ctx_{size, }_{in, out} in BPF_PROG_TEST_RUN is missing
|
||||||
skb_helpers # helpers added in 5.8+
|
skb_helpers # helpers added in 5.8+
|
||||||
|
snprintf # v5.13+
|
||||||
snprintf_btf # v5.10+
|
snprintf_btf # v5.10+
|
||||||
sock_fields # v5.10+
|
sock_fields # v5.10+
|
||||||
socket_cookie # v5.12+
|
socket_cookie # v5.12+
|
||||||
|
|||||||
Reference in New Issue
Block a user