Merge branch 'net-rose-fix-module-unload-issues'
authorJakub Kicinski <kuba@kernel.org>
Mon, 1 Aug 2022 18:59:25 +0000 (11:59 -0700)
committerJakub Kicinski <kuba@kernel.org>
Mon, 1 Aug 2022 18:59:26 +0000 (11:59 -0700)
Eric Dumazet says:

====================
net: rose: fix module unload issues

Bernard Pidoux reported that unloading rose module could lead
to infamous "unregistered_netdevice:" issues.

First patch is the fix, stable candidate.
Second patch is adding netdev ref tracker to af_rose.

I chose net-next to not inflict merge conflicts, because
Jakub changed dev_put_track() to netdev_put_track() in net-next.
====================

Link: https://lore.kernel.org/r/20220729091233.1030680-1-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge