Merge branch 'net-hold-instance-lock-during-netdev_up-register'
authorJakub Kicinski <kuba@kernel.org>
Thu, 3 Apr 2025 22:32:20 +0000 (15:32 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 3 Apr 2025 22:32:21 +0000 (15:32 -0700)
commit8ea7c1b3f22220f825123caeae30896d065c37ee
tree7cb76a66307da72de079d3c3bf59b9f593f549aa
parent09bccf56db36501ccb1935d921dc24451e9f57dd
parent56c8a23f8a0f3c735f3b8f9d323927904090049b
Merge branch 'net-hold-instance-lock-during-netdev_up-register'

Stanislav Fomichev says:

====================
net: hold instance lock during NETDEV_UP/REGISTER

Solving the issue reported by Cosmin in [0] requires consistent
lock during NETDEV_UP/REGISTER notifiers. This series
addresses that (along with some other fixes in net/ipv4/devinet.c
and net/ipv6/addrconf.c) and appends the patches from Jakub
that were conditional on consistent locking in NETDEV_UNREGISTER.

0: https://lore.kernel.org/700fa36b94cbd57cfea2622029b087643c80cbc9.camel@nvidia.com
====================

Link: https://patch.msgid.link/20250401163452.622454-1-sdf@fomichev.me
Signed-off-by: Jakub Kicinski <kuba@kernel.org>