Files
libbpf/ci/vmtest/configs/DENYLIST
Ihor Solodrai 09ae947cd8 ci: consolidate and clean up denylists
Merge DENYLIST-LATEST into DENYLIST and remove the per-kernel denylist
files. With LATEST being the only kernel mode, there's no need for
separate files. Also remove the s390x denylist (libbpf CI only tests
x86_64) and drop stale entries fixed upstream.

Add map_kptr, test_profiler (kprobes not available in VM kernel), and
sockmap udp multi channels (flaky) based on CI run results.

Assisted-by: Claude:claude-opus-4-6
Signed-off-by: Ihor Solodrai <ihor.solodrai@linux.dev>
2026-03-11 18:35:55 -07:00

18 lines
1.0 KiB
Plaintext

# TEMPORARY
bpf_cookie/perf_event
kprobe_multi_bench_attach
verif_scale_pyperf600 # fails on newer Clangs
decap_sanity # weird failure with decap_sanity_ns netns already existing, TBD
empty_skb # waiting the fix in bpf tree to make it to bpf-next
bpf_nf/tc-bpf-ct # test consistently failing on x86: https://github.com/libbpf/libbpf/pull/698#issuecomment-1590341200
bpf_nf/xdp-ct # test consistently failing on x86: https://github.com/libbpf/libbpf/pull/698#issuecomment-1590341200
find_vma # test consistently fails on latest kernel, see https://github.com/libbpf/libbpf/issues/754 for details
send_signal/send_signal_nmi
send_signal/send_signal_nmi_thread
lwt_reroute # crashes kernel, fix pending upstream
tc_links_ingress # fails, same fix is pending upstream
tc_redirect # enough is enough, banned for life for flakiness
map_kptr # kprobe rcu_tasks_trace_postgp not available in VM kernel
test_profiler # kretprobe do_filp_open not available in VM kernel
sockmap_basic/sockmap udp multi channels # flaky in CI