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)
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>

Trivial merge