Message ID | 20230814185908.700553-1-void@manifault.com (mailing list archive) |
---|---|
Headers | show |
Series | Update and document struct_ops | expand |
Hello: This series was applied to bpf/bpf-next.git (master) by Martin KaFai Lau <martin.lau@kernel.org>: On Mon, 14 Aug 2023 13:59:06 -0500 you wrote: > The struct bpf_struct_ops structure in BPF is a framework that allows > subsystems to extend themselves using BPF. In commit 68b04864ca425 > ("bpf: Create links for BPF struct_ops maps") and commit aef56f2e918bf > ("bpf: Update the struct_ops of a bpf_link"), the structure was updated > to include new ->validate() and ->update() callbacks respectively in > support of allowing struct_ops maps to be created with BPF_F_LINK. > > [...] Here is the summary with links: - [bpf-next,v3,1/2] bpf: Support default .validate() and .update() behavior for struct_ops links https://git.kernel.org/bpf/bpf-next/c/8ba651ed7fa1 - [bpf-next,v3,2/2] bpf: Document struct bpf_struct_ops fields https://git.kernel.org/bpf/bpf-next/c/bb48cf1679d2 You are awesome, thank you!