diff options
author | Eric Dumazet <edumazet@google.com> | 2022-07-29 11:12:32 +0200 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2022-08-01 20:59:23 +0200 |
commit | 931027820e4dafabc78aff82af59f8c1c4bd3128 (patch) | |
tree | 2ec2f883b9d11050ef6f01a59b0747b761f565c6 /net/l2tp | |
parent | Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne... (diff) | |
download | linux-931027820e4dafabc78aff82af59f8c1c4bd3128.tar.xz linux-931027820e4dafabc78aff82af59f8c1c4bd3128.zip |
net: rose: fix netdev reference changes
Bernard reported that trying to unload rose module would lead
to infamous messages:
unregistered_netdevice: waiting for rose0 to become free. Usage count = xx
This patch solves the issue, by making sure each socket referring to
a netdevice holds a reference count on it, and properly releases it
in rose_release().
rose_dev_first() is also fixed to take a device reference
before leaving the rcu_read_locked section.
Following patch will add ref_tracker annotations to ease
future bug hunting.
Fixes: 1da177e4c3f4 ("Linux-2.6.12-rc2")
Reported-by: Bernard Pidoux <f6bvp@free.fr>
Signed-off-by: Eric Dumazet <edumazet@google.com>
Tested-by: Bernard Pidoux <f6bvp@free.fr>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/l2tp')
0 files changed, 0 insertions, 0 deletions