aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/bpf/progs/rcu_read_lock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-05selftests/bpf: Add tests for RCU lock transfer between subprogsKumar Kartikeya Dwivedi1-0/+120
2023-04-01bpf: Remove now-defunct task kfuncsDavid Vernet1-7/+2
2023-03-10selftests/bpf: fix lots of silly mistakes pointed out by compilerAndrii Nakryiko1-4/+0
2023-03-03bpf: Refactor RCU enforcement in the verifier.Alexei Starovoitov1-3/+3
2022-12-14selftests/bpf: Fix a selftest compilation error with CONFIG_SMP=nYonghong Song1-4/+4
2022-12-06bpf: Don't use rcu_users to refcount in task kfuncsDavid Vernet1-0/+5
2022-12-04selftests/bpf: Fix rcu_read_lock test with new MEM_RCU semanticsYonghong Song1-10/+45
2022-11-24selftests/bpf: Add tests for bpf_rcu_read_lock()Yonghong Song1-0/+290