mirror of
https://github.com/netdata/libbpf.git
synced 2026-04-04 07:39:07 +08:00
Add new Kconfig values needed for selftests. Signed-off-by: Andrii Nakryiko <andriin@fb.com>
67 lines
2.6 KiB
Plaintext
67 lines
2.6 KiB
Plaintext
# PERMANENTLY DISABLED
|
|
align # verifier output format changed
|
|
bpf_iter # bpf_iter support is missing
|
|
bpf_obj_id # bpf_link support missing for GET_OBJ_INFO, GET_FD_BY_ID, etc
|
|
bpf_tcp_ca # STRUCT_OPS is missing
|
|
|
|
# latest Clang generates code that fails to verify
|
|
bpf_verif_scale
|
|
#bpf_verif_scale/strobemeta.o
|
|
#bpf_verif_scale/strobemeta_nounroll1.o
|
|
#bpf_verif_scale/strobemeta_nounroll2.o
|
|
btf_map_in_map # inner map leak fixed in 5.8
|
|
|
|
cg_storage_multi # v5.9+ functionality
|
|
cgroup_attach_multi # BPF_F_REPLACE_PROG missing
|
|
cgroup_link # LINK_CREATE is missing
|
|
cgroup_skb_sk_lookup # bpf_sk_lookup_tcp() helper is missing
|
|
connect_force_port # cgroup/get{peer,sock}name{4,6} support is missing
|
|
enable_stats # BPF_ENABLE_STATS support is missing
|
|
fentry_fexit # bpf_prog_test_tracing missing
|
|
fentry_test # bpf_prog_test_tracing missing
|
|
fexit_bpf2bpf # freplace is missing
|
|
fexit_test # bpf_prog_test_tracing missing
|
|
flow_dissector # bpf_link-based flow dissector is in 5.8+
|
|
flow_dissector_reattach
|
|
get_stack_raw_tp # exercising BPF verifier bug causing infinite loop
|
|
ksyms # __start_BTF has different name
|
|
link_pinning # bpf_link is missing
|
|
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
|
|
modify_return # fmod_ret support is missing
|
|
ns_current_pid_tgid # bpf_get_ns_current_pid_tgid() helper is missing
|
|
perf_branches # bpf_read_branch_records() helper is missing
|
|
ringbuf # BPF_MAP_TYPE_RINGBUF is supported in 5.8+
|
|
|
|
# bug in verifier w/ tracking references
|
|
#reference_tracking/classifier/sk_lookup_success
|
|
reference_tracking
|
|
|
|
select_reuseport # UDP support is missing
|
|
sk_assign # bpf_sk_assign helper missing
|
|
skb_helpers # helpers added in 5.8+
|
|
sockmap_basic # uses new socket fields, 5.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
|
|
test_global_funcs # kernel doesn't support BTF linkage=global on FUNCs
|
|
test_lsm # no BPF_LSM support
|
|
test_overhead # no fmod_ret support
|
|
udp_limit # no cgroup/sock_release BPF program type (5.9+)
|
|
varlen # verifier bug fixed in later kernels
|
|
vmlinux # hrtimer_nanosleep() signature changed incompatibly
|
|
xdp_adjust_tail # new XDP functionality added in 5.8
|
|
xdp_attach # IFLA_XDP_EXPECTED_FD support is missing
|
|
xdp_bpf2bpf # freplace is missing
|
|
xdp_cpumap_attach # v5.9+
|
|
xdp_devmap_attach # new feature in 5.8
|
|
xdp_link # v5.9+
|
|
|
|
|
|
# TEMPORARILY DISABLED
|
|
send_signal # flaky
|
|
cls_redirect # latest Clang breaks BPF verification
|