summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/progs/rcu_read_lock.c
Commit message (Expand)AuthorAgeFilesLines
* selftests/bpf: Add tests for RCU lock transfer between subprogsKumar Kartikeya Dwivedi2024-02-051-0/+120
* bpf: Remove now-defunct task kfuncsDavid Vernet2023-04-011-7/+2
* selftests/bpf: fix lots of silly mistakes pointed out by compilerAndrii Nakryiko2023-03-101-4/+0
* bpf: Refactor RCU enforcement in the verifier.Alexei Starovoitov2023-03-031-3/+3
* selftests/bpf: Fix a selftest compilation error with CONFIG_SMP=nYonghong Song2022-12-141-4/+4
* bpf: Don't use rcu_users to refcount in task kfuncsDavid Vernet2022-12-061-0/+5
* selftests/bpf: Fix rcu_read_lock test with new MEM_RCU semanticsYonghong Song2022-12-041-10/+45
* selftests/bpf: Add tests for bpf_rcu_read_lock()Yonghong Song2022-11-241-0/+290