diff options
author | Eric Dumazet <edumazet@google.com> | 2025-07-09 09:01:57 +0000 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2025-07-11 16:01:16 -0700 |
commit | d300335b4e18672913dd792ff9f49e6cccf41d26 (patch) | |
tree | caab06bd48b7b76c8e28794ce0ec2d70ca3b9a13 /net/unix/af_unix.c | |
parent | 554e66bad84ce4181ad91a2ae9cc74c7c440e836 (diff) |
net_sched: act_ctinfo: use atomic64_t for three counters
Commit 21c167aa0ba9 ("net/sched: act_ctinfo: use percpu stats")
missed that stats_dscp_set, stats_dscp_error and stats_cpmark_set
might be written (and read) locklessly.
Use atomic64_t for these three fields, I doubt act_ctinfo is used
heavily on big SMP hosts anyway.
Fixes: 24ec483cec98 ("net: sched: Introduce act_ctinfo action")
Signed-off-by: Eric Dumazet <edumazet@google.com>
Cc: Pedro Tammela <pctammela@mojatatu.com>
Link: https://patch.msgid.link/20250709090204.797558-6-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions