Message ID | 20221115085358.2230729-1-edumazet@google.com (mailing list archive) |
---|---|
Headers | show |
Series | net: add atomic dev->stats infra | expand |
Hello: This series was applied to netdev/net-next.git (master) by David S. Miller <davem@davemloft.net>: On Tue, 15 Nov 2022 08:53:54 +0000 you wrote: > Long standing KCSAN issues are caused by data-race around > some dev->stats changes. > > Most performance critical paths already use per-cpu > variables, or per-queue ones. > > It is reasonable (and more correct) to use atomic operations > for the slow paths. > > [...] Here is the summary with links: - [net-next,1/4] net: add atomic_long_t to net_device_stats fields https://git.kernel.org/netdev/net-next/c/6c1c5097781f - [net-next,2/4] ipv6/sit: use DEV_STATS_INC() to avoid data-races https://git.kernel.org/netdev/net-next/c/cb34b7cf17ec - [net-next,3/4] ipv6: tunnels: use DEV_STATS_INC() https://git.kernel.org/netdev/net-next/c/2fad1ba354d4 - [net-next,4/4] ipv4: tunnels: use DEV_STATS_INC() https://git.kernel.org/netdev/net-next/c/c4794d22251b You are awesome, thank you!