Files
linux/drivers/net/ppp
Eric Dumazet ba712ecfd9 ppp: annotate concurrent dev->stats accesses
dev->stats fields can be updated concurrently from multiple CPUs
without synchronization.

Use DEV_STATS_INC() for stats increments and DEV_STATS_READ()
when reading dev->stats in ppp_get_stats64() and ppp_get_stats()
to avoid data races.

Fixes: 1da177e4c3 ("Linux-2.6.12-rc2")
Signed-off-by: Eric Dumazet <edumazet@google.com>
Reviewed-by: Qingfang Deng <qingfang.deng@linux.dev>
Link: https://patch.msgid.link/20260715055541.1147542-1-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2026-07-21 18:45:36 -07:00
..
2026-04-28 18:31:10 -07:00
2026-03-09 19:07:38 -07:00
2026-05-19 09:47:53 +02:00
2026-04-12 15:20:45 -07:00