]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4f032b0093cdb5213d7d4387e9e465209079cdc7
tree1a717aaeccccc9d8ff8f923dc9ac4f0d840655cd
parent33c464140023f4f160451419f090aa6de886cf71
parent922cf130104b74fa84d317d83b1546e01fced582
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>