From: David S. Miller Date: Fri, 8 Nov 2019 04:03:09 +0000 (-0800) Subject: Merge branch 'u64_stats_t' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=9dfd871481c8e9c512938e9ce632beed645363e0;p=linux.git 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 --- 9dfd871481c8e9c512938e9ce632beed645363e0