Hello:
This series was applied to bpf/bpf.git (master) by Daniel Borkmann daniel@iogearbox.net:
On Mon, 02 Dec 2024 12:29:22 +0100 you wrote:
Series takes care of two issues with sockmap update: inconsistent behaviour after update with same, and race/refcount imbalance on element replace.
I am hesitant if patch 3/3 ("bpf, sockmap: Fix race between element replace and close()") is the right approach. I might have missed some detail of the current __sock_map_delete() implementation. I'd be grateful for comments, thanks.
[...]
Here is the summary with links: - [bpf,1/3] bpf, sockmap: Fix update element with same https://git.kernel.org/bpf/bpf/c/75e072a390da - [bpf,2/3] selftest/bpf: Extend test for sockmap update with same https://git.kernel.org/bpf/bpf/c/11d5245f608f - [bpf,3/3] bpf, sockmap: Fix race between element replace and close() https://git.kernel.org/bpf/bpf/c/ed1fc5d76b81
You are awesome, thank you!