Files
linux-stable-mirror/include
Eric DumazetandSasha Levin d5cd3bb779 ipv4: igmp: annotate data-races around idev->mr_maxdelay
[ Upstream commit e4faaf65a7 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2026-03-04 07:20:47 -05:00
..
2026-01-17 16:30:00 +01:00