Message ID | 20230120125955.3453768-1-edumazet@google.com (mailing list archive) |
---|---|
Headers | show |
Series | netlink: annotate various data races | expand |
Hello: This series was applied to netdev/net.git (master) by Jakub Kicinski <kuba@kernel.org>: On Fri, 20 Jan 2023 12:59:52 +0000 you wrote: > A recent syzbot report came to my attention. > > After addressing it, I also fixed other related races. > > Eric Dumazet (3): > netlink: annotate data races around nlk->portid > netlink: annotate data races around dst_portid and dst_group > netlink: annotate data races around sk_state > > [...] Here is the summary with links: - [net,1/3] netlink: annotate data races around nlk->portid https://git.kernel.org/netdev/net/c/c1bb9484e3b0 - [net,2/3] netlink: annotate data races around dst_portid and dst_group https://git.kernel.org/netdev/net/c/004db64d185a - [net,3/3] netlink: annotate data races around sk_state https://git.kernel.org/netdev/net/c/9b663b5cbb15 You are awesome, thank you!