Files
linux-stable-mirror/net
Eric DumazetandGreg Kroah-Hartman 1f778d7a8b ipv4: use RCU protection in rt_is_expired()
[ Upstream commit dd205fcc33 ]

rt_is_expired() must use RCU protection to make
sure the net structure it reads does not disappear.

Fixes: e84f84f276 ("netns: place rt_genid into struct net")
Signed-off-by: Eric Dumazet <edumazet@google.com>
Reviewed-by: Kuniyuki Iwashima <kuniyu@amazon.com>
Link: https://patch.msgid.link/20250205155120.1676781-6-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2025-02-21 13:57:20 +01:00
..
2024-12-09 10:32:57 +01:00
2025-01-09 13:32:01 +01:00