OSDN Git Service

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)
commitf5f37fc9c4d509bfbd914fbc966100053572e5f0
treeac41247cc5a2f3381923d38ce9f6aa5ea34133fa
parentd62607c3fe45911b2331fac073355a8c914bbde2
parent9ec321aba2eaca109139a2a67c65ede7f07bd8ec
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>