selftests/bpf: Temporarily disable linked list tests
authorKumar Kartikeya Dwivedi <memxor@gmail.com>
Fri, 18 Nov 2022 01:56:14 +0000 (07:26 +0530)
committerAlexei Starovoitov <ast@kernel.org>
Fri, 18 Nov 2022 03:22:15 +0000 (19:22 -0800)
commit0a2f85a1be4328d29aefa54684d10c23a3298fef
treefc2189d72c73316748a1a856eb6c5d3aa39f8ab8
parentdc2df7bf4c8a24a55ef02ef45dd3e49abc105f76
selftests/bpf: Temporarily disable linked list tests

The latest clang nightly as of writing crashes with the given test case
for BPF linked lists wherever global glock, ghead, glock2 are used,
hence comment out the parts that cause the crash, and prepare this commit
so that it can be reverted when the fix has been made. More context in [0].

 [0]: https://lore.kernel.org/bpf/d56223f9-483e-fbc1-4564-44c0858a1e3e@meta.com

Signed-off-by: Kumar Kartikeya Dwivedi <memxor@gmail.com>
Link: https://lore.kernel.org/r/20221118015614.2013203-25-memxor@gmail.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
tools/testing/selftests/bpf/prog_tests/linked_list.c
tools/testing/selftests/bpf/progs/linked_list.c
tools/testing/selftests/bpf/progs/linked_list.h
tools/testing/selftests/bpf/progs/linked_list_fail.c