summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/prog_tests/linked_list.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-20selftests/bpf: Make linked_list failure test more robustKumar Kartikeya Dwivedi1-8/+2
2023-10-06selftests/bpf: Fix compiler warnings reported in -O2 modeAndrii Nakryiko1-1/+1
2023-09-08selftests/bpf: Update error message in negative linked_list testYonghong Song1-2/+2
2023-07-19bpf: Add 'owner' field to bpf_{list,rb}_nodeDave Marchevsky1-39/+39
2023-04-16bpf: Migrate bpf_rbtree_remove to possibly failDave Marchevsky1-32/+58
2023-04-16selftests/bpf: Modify linked_list tests to work with macro-ified insertsDave Marchevsky1-3/+3
2023-02-14bpf: Special verifier handling for bpf_rbtree_{remove, first}Dave Marchevsky1-0/+37
2023-02-14bpf: Add basic bpf_rb_{root,node} supportDave Marchevsky1-6/+6
2023-02-14bpf: Migrate release_on_unlock logic to non-owning ref semanticsDave Marchevsky1-2/+0
2022-11-23selftests/bpf: Workaround for llvm nop-4 bugAlexei Starovoitov1-3/+3
2022-11-23Revert "selftests/bpf: Temporarily disable linked list tests"Alexei Starovoitov1-14/+7
2022-11-18selftests/bpf: Temporarily disable linked list testsKumar Kartikeya Dwivedi1-7/+14
2022-11-18selftests/bpf: Add BTF sanity testsKumar Kartikeya Dwivedi1-0/+485
2022-11-18selftests/bpf: Add BPF linked list API testsKumar Kartikeya Dwivedi1-0/+255