mirror of
https://github.com/netdata/libbpf.git
synced 2026-03-22 17:29:07 +08:00
vmtests: blacklist tcp_hdr_options selftest for 5.5
Blacklist selftests for a new feature, not supported by 5.5 kernel. Signed-off-by: Andrii Nakryiko <andriin@fb.com>
This commit is contained in:
committed by
Andrii Nakryiko
parent
5a913e9401
commit
3f7b5b32b8
@@ -46,7 +46,8 @@ sockmap_listen # no listen socket supportin SOCKMAP
|
||||
sockopt_sk
|
||||
sk_lookup # v5.9+
|
||||
skb_ctx # ctx_{size, }_{in, out} in BPF_PROG_TEST_RUN is missing
|
||||
test_bpffs # v5.10+, neew CONFIG_BPF_PRELOAD=y and CONFIG_BPF_PRELOAD_UMG=y|m
|
||||
tcp_hdr_options # v5.10+, new TCP header options feature in BPF
|
||||
test_bpffs # v5.10+, new CONFIG_BPF_PRELOAD=y and CONFIG_BPF_PRELOAD_UMG=y|m
|
||||
test_global_funcs # kernel doesn't support BTF linkage=global on FUNCs
|
||||
test_lsm # no BPF_LSM support
|
||||
test_overhead # no fmod_ret support
|
||||
|
||||
Reference in New Issue
Block a user