Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ipv4: use RCU protection in inet_select_addr()
inet_select_addr() must use RCU protection to make sure the net structure it reads does not disappear. Fixes: c4544c7 ("[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>
- Loading branch information