Skip to content

Commit 4558231

Browse files
committed
Disable arena_spin_lock test everywhere
Turns out arena_spin_lock selftest built with LLVM 20 fails with configs other than cpuv4 runner: * https://github.com/kernel-patches/bpf/actions/runs/14781515137/job/41501780952 * https://github.com/kernel-patches/bpf/actions/runs/14781517105/job/41501713788 Signed-off-by: Ihor Solodrai <isolodrai@meta.com>
1 parent 3321aae commit 4558231

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

ci/vmtest/configs/DENYLIST

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ migrate_reuseport/IPv6 TCP_NEW_SYN_RECV reqsk_timer_handler # flaky, under inves
1414
connect_force_port # unreliably fails
1515
sockmap_ktls/sockmap_ktls disconnect_after_delete* # https://lore.kernel.org/bpf/20250415163332.1836826-1-ihor.solodrai@linux.dev/
1616
verif_scale_pyperf600 # llvm 20 generates code that fails verification
17+
arena_spin_lock # llvm 20 generates code that fails verification
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
arena_spin_lock # llvm 20 generates code that fails verification
21
verifier_arena/basic_alloc2

0 commit comments

Comments
 (0)