]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ipv4: use RCU protection in rt_is_expired()
authorEric Dumazet <edumazet@google.com>
Wed, 5 Feb 2025 15:51:13 +0000 (15:51 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 21 Feb 2025 13:01:41 +0000 (14:01 +0100)
commit77096420be1fb6a0fda2cdb49847dd984eb5ca62
treef4c26eb6b64912d3ca9ffd99aa7c443e0c8d8d40
parentf4ba5e65c92b768ba542353fda2ec8c2ff3faaee
ipv4: use RCU protection in rt_is_expired()

[ Upstream commit dd205fcc33d92d54eee4d7f21bb073af9bd5ce2b ]

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

Fixes: e84f84f27647 ("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>
net/ipv4/route.c