]> 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)
commit6bb92e06e060e736e2b850159fc1ca8167e5ae10
treeac41247cc5a2f3381923d38ce9f6aa5ea34133fa
parente124aba2387b492a1d86b213ca21b245a4744771
parent5252e222dc1239da05955c455db451dc7062eab1
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>