Message ID | 20230212092715.1422619-1-davemarchevsky@fb.com (mailing list archive) |
---|---|
Headers | show |
Series | BPF rbtree next-gen datastructure | expand |
Hello: This series was applied to bpf/bpf-next.git (master) by Alexei Starovoitov <ast@kernel.org>: On Sun, 12 Feb 2023 01:27:06 -0800 you wrote: > This series adds a rbtree datastructure following the "next-gen > datastructure" precedent set by recently-added linked-list [0]. This is > a reimplementation of previous rbtree RFC [1] to use kfunc + kptr > instead of adding a new map type. This series adds a smaller set of API > functions than that RFC - just the minimum needed to support current > cgfifo example scheduler in ongoing sched_ext effort [2], namely: > > [...] Here is the summary with links: - [v5,bpf-next,1/9] bpf: Migrate release_on_unlock logic to non-owning ref semantics https://git.kernel.org/bpf/bpf-next/c/6a3cd3318ff6 - [v5,bpf-next,2/9] bpf: Add basic bpf_rb_{root,node} support (no matching commit) - [v5,bpf-next,3/9] bpf: Add bpf_rbtree_{add,remove,first} kfuncs (no matching commit) - [v5,bpf-next,4/9] bpf: Add support for bpf_rb_root and bpf_rb_node in kfunc args (no matching commit) - [v5,bpf-next,5/9] bpf: Add callback validation to kfunc verifier logic (no matching commit) - [v5,bpf-next,6/9] bpf: Special verifier handling for bpf_rbtree_{remove, first} (no matching commit) - [v5,bpf-next,7/9] bpf: Add bpf_rbtree_{add,remove,first} decls to bpf_experimental.h (no matching commit) - [v5,bpf-next,8/9] selftests/bpf: Add rbtree selftests (no matching commit) - [v5,bpf-next,9/9] bpf, documentation: Add graph documentation for non-owning refs (no matching commit) You are awesome, thank you!