commit | 9dfd871481c8e9c512938e9ce632beed645363e0 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Thu Nov 07 20:03:09 2019 -0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Nov 07 20:03:09 2019 -0800 |
tree | 1a717aaeccccc9d8ff8f923dc9ac4f0d840655cd | |
parent | 0f030bdb16dc1282e58c5825e5662e351142f605 [diff] | |
parent | fd2f4737870eb866537fbbffa2b59414b9b0c0a2 [diff] |
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>