Message ID | 20231107085639.3016113-1-davemarchevsky@fb.com (mailing list archive) |
---|---|
Headers | show |
Series | Allow bpf_refcount_acquire of mapval obtained via direct LD | expand |
Hello: This series was applied to bpf/bpf-next.git (master) by Alexei Starovoitov <ast@kernel.org>: On Tue, 7 Nov 2023 00:56:33 -0800 you wrote: > Consider this BPF program: > > struct cgv_node { > int d; > struct bpf_refcount r; > struct bpf_rb_node rb; > }; > > [...] Here is the summary with links: - [v2,bpf-next,1/6] bpf: Add KF_RCU flag to bpf_refcount_acquire_impl https://git.kernel.org/bpf/bpf-next/c/8a53f8c65c9f - [v2,bpf-next,2/6] selftests/bpf: Add test passing MAYBE_NULL reg to bpf_refcount_acquire https://git.kernel.org/bpf/bpf-next/c/315bbb93dafc - [v2,bpf-next,3/6] bpf: Use bpf_mem_free_rcu when bpf_obj_dropping non-refcounted nodes https://git.kernel.org/bpf/bpf-next/c/cf1ec20de34b - [v2,bpf-next,4/6] bpf: Move GRAPH_{ROOT,NODE}_MASK macros into btf_field_type enum https://git.kernel.org/bpf/bpf-next/c/a7b6ab9481d0 - [v2,bpf-next,5/6] bpf: Mark direct ld of stashed bpf_{rb,list}_node as non-owning ref https://git.kernel.org/bpf/bpf-next/c/6eba51e33182 - [v2,bpf-next,6/6] selftests/bpf: Test bpf_refcount_acquire of node obtained via direct ld https://git.kernel.org/bpf/bpf-next/c/3975f7e7494b You are awesome, thank you!