OSDN Git Service

Merge branch 'u64_stats_t'
authorDavid S. Miller <davem@davemloft.net>
Fri, 8 Nov 2019 04:03:09 +0000 (20:03 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 8 Nov 2019 04:03:09 +0000 (20:03 -0800)
commit9dfd871481c8e9c512938e9ce632beed645363e0
tree1a717aaeccccc9d8ff8f923dc9ac4f0d840655cd
parent0f030bdb16dc1282e58c5825e5662e351142f605
parentfd2f4737870eb866537fbbffa2b59414b9b0c0a2
Merge branch 'u64_stats_t'

Eric Dumazet says:

====================
net: introduce u64_stats_t

KCSAN found a data-race in per-cpu u64 stats accounting.

(The stack traces are included in the 8th patch :
 tun: switch to u64_stats_t)

This patch series first consolidate code in five patches.
Then the last three patches address the data-race resolution.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>