Files
linux/net/ipv4
Eric Dumazet e4faaf65a7 ipv4: igmp: annotate data-races around idev->mr_maxdelay
idev->mr_maxdelay is read and written locklessly,
add READ_ONCE()/WRITE_ONCE() annotations.

While we are at it, make this field an u32.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Reviewed-by: David Ahern <dsahern@kernel.org>
Link: https://patch.msgid.link/20260122172247.2429403-1-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2026-01-25 14:45:14 -08:00
..
2025-11-24 19:49:40 -08:00
2025-03-17 13:56:38 +00:00
2025-07-08 13:28:27 +02:00
2025-08-29 19:36:32 -07:00
2021-05-17 15:29:35 -07:00
2025-09-18 08:47:51 +02:00
2025-03-17 13:54:11 +00:00
2025-03-17 13:56:38 +00:00
2022-12-20 03:13:45 +01:00