]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ipv6: make addrconf_wq single threaded
authorEric Dumazet <edumazet@google.com>
Thu, 1 Feb 2024 17:30:31 +0000 (17:30 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 24 Jul 2025 06:53:20 +0000 (08:53 +0200)
commit4cb17b11c8af2fa9de840ffe7fc0bb712f894242
tree3b0380d944af995f1e7698ee99d6bcee5727636d
parent496efa228f0dd58980d301e379e5561a9b612eaa
ipv6: make addrconf_wq single threaded

commit dfd2ee086a63c730022cb095576a8b3a5a752109 upstream.

Both addrconf_verify_work() and addrconf_dad_work() acquire rtnl,
there is no point trying to have one thread per cpu.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Reviewed-by: David Ahern <dsahern@kernel.org>
Link: https://lore.kernel.org/r/20240201173031.3654257-1-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Brett A C Sheffield <bacs@librecast.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/ipv6/addrconf.c