summaryrefslogtreecommitdiff
path: root/net/ipv4/udp.c
diff options
context:
space:
mode:
authorKuniyuki Iwashima <kuniyu@amazon.com>2025-04-01 12:07:08 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-04-10 14:44:41 +0200
commited546836fc103fb8b168726a9aa32dab3b539e09 (patch)
treea0bb947daab04e64afadb98493e12a2ebe327a40 /net/ipv4/udp.c
parent46c1e23e34c9d1eaadf37f88216d9d8ce0d0bcee (diff)
downloadlinux-ed546836fc103fb8b168726a9aa32dab3b539e09.tar.gz
linux-ed546836fc103fb8b168726a9aa32dab3b539e09.tar.bz2
linux-ed546836fc103fb8b168726a9aa32dab3b539e09.zip
rtnetlink: Use register_pernet_subsys() in rtnl_net_debug_init().
[ Upstream commit 1b7fdc702c031134c619b74c4f311c590e50ca3d ] rtnl_net_debug_init() registers rtnl_net_debug_net_ops by register_pernet_device() but calls unregister_pernet_subsys() in case register_netdevice_notifier() fails. It corrupts pernet_list because first_device is updated in register_pernet_device() but not unregister_pernet_subsys(). Let's fix it by calling register_pernet_subsys() instead. The _subsys() one fits better for the use case because it keeps the notifier alive until default_device_exit_net(), giving it more chance to test NETDEV_UNREGISTER. Fixes: 03fa53485659 ("rtnetlink: Add ASSERT_RTNL_NET() placeholder for netdev notifier.") Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.com> Reviewed-by: Simon Horman <horms@kernel.org> Link: https://patch.msgid.link/20250401190716.70437-1-kuniyu@amazon.com Signed-off-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'net/ipv4/udp.c')
0 files changed, 0 insertions, 0 deletions