Message ID | 20241109231430.2475236-1-memxor@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | Refactor lock management | expand |
Hello: This series was applied to bpf/bpf-next.git (master) by Alexei Starovoitov <ast@kernel.org>: On Sat, 9 Nov 2024 15:14:28 -0800 you wrote: > This set refactors lock management in the verifier in preparation for > spin locks that can be acquired multiple times. In addition to this, > unnecessary code special case reference leak logic for callbacks is also > dropped, that is no longer necessary. See patches for details. > > Changelog: > > [...] Here is the summary with links: - [bpf-next,v6,1/2] bpf: Refactor active lock management https://git.kernel.org/bpf/bpf-next/c/25eb5b03b669 - [bpf-next,v6,2/2] bpf: Drop special callback reference handling https://git.kernel.org/bpf/bpf-next/c/9bb162b059aa You are awesome, thank you!