Message ID | 20210616134202.3661456-1-eric.dumazet@gmail.com |
---|---|
Headers | show |
Series | net/packet: annotate data races | expand |
Hello: This series was applied to netdev/net.git (refs/heads/master): On Wed, 16 Jun 2021 06:42:00 -0700 you wrote: > From: Eric Dumazet <edumazet@google.com> > > KCSAN sent two reports about data races in af_packet. > Nothing serious, but worth fixing. > > Eric Dumazet (2): > net/packet: annotate accesses to po->bind > net/packet: annotate accesses to po->ifindex > > [...] Here is the summary with links: - [net,1/2] net/packet: annotate accesses to po->bind https://git.kernel.org/netdev/net/c/c7d2ef5dd4b0 - [net,2/2] net/packet: annotate accesses to po->ifindex https://git.kernel.org/netdev/net/c/e032f7c9c7ce You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
From: Eric Dumazet <edumazet@google.com> KCSAN sent two reports about data races in af_packet. Nothing serious, but worth fixing. Eric Dumazet (2): net/packet: annotate accesses to po->bind net/packet: annotate accesses to po->ifindex net/packet/af_packet.c | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-)