From: Konstantin Khlebnikov <[email protected]>
Date: Mon, 08 Jul 2013 11:23:04 +0400

> rtnl_is_locked() doesn't check who holds this lock, it just tells that it's
> locked right now. if caif::ldisc_close really can be called under rtrnl_lock
> then it should release net device in other context because there is no way
> to grab rtnl_lock without deadlock.
> 
> This patch adds work which releases these devices. Also this patch fixes 
> calling
> dev_close/unregister_netdevice without rtnl_lock from caif_ser_exit().
> 
> Signed-off-by: Konstantin Khlebnikov <[email protected]>

Applied.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to