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

[ Upstream commit 719817cd293e4fa389e1f69c396f3f816ed5aa41 ]

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

Fixes: c4544c724322 ("[NETNS]: Process inet_select_addr inside a namespace.")
Signed-off-by: Eric Dumazet <edumazet@google.com>
Link: https://patch.msgid.link/20250205155120.1676781-7-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
net/ipv4/devinet.c