From: David S. Miller Date: Wed, 16 Nov 2022 12:48:44 +0000 (+0000) Subject: Merge branch 'net-atomic-dev-stats' X-Git-Tag: v6.6.7~3913^2~204 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ca5ebbfec31487a208d9e0b13a99dbb738a3281b;p=platform%2Fkernel%2Flinux-starfive.git Merge branch 'net-atomic-dev-stats' Eric Dumazet says: ==================== net: add atomic dev->stats infra Long standing KCSAN issues are caused by data-race around some dev->stats changes. Most performance critical paths already use per-cpu variables, or per-queue ones. It is reasonable (and more correct) to use atomic operations for the slow paths. First patch adds the infrastructure, then three patches address the most common paths that syzbot is playing with. ==================== Signed-off-by: David S. Miller --- ca5ebbfec31487a208d9e0b13a99dbb738a3281b