]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'net-adopt-u64_stats_t-type'
authorJakub Kicinski <kuba@kernel.org>
Fri, 10 Jun 2022 04:53:15 +0000 (21:53 -0700)
committerJakub Kicinski <kuba@kernel.org>
Fri, 10 Jun 2022 04:53:17 +0000 (21:53 -0700)
commit3ad8cbe9dd6da3bccb2e6214251222541de77663
treeac41247cc5a2f3381923d38ce9f6aa5ea34133fa
parentff17dcc4b8f2753cda7c3ddb061b3d489a41c727
parenta0d401f7595884c34179ac138679340454a03c90
Merge branch 'net-adopt-u64_stats_t-type'

Eric Dumazet says:

====================
net: adopt u64_stats_t type

While KCSAN has not raised any reports yet, we should address the
potential load/store tearing problem happening with per cpu stats.

This series is not exhaustive, but hopefully a step in the right
direction.
====================

Link: https://lore.kernel.org/r/20220608154640.1235958-1-eric.dumazet@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>