Re: [PATCH net] ppp: release rtnl mutex when interface creation fails

2016-03-07 Thread David Miller
From: Guillaume Nault Date: Mon, 7 Mar 2016 19:36:44 +0100 > Add missing rtnl_unlock() in the error path of ppp_create_interface(). > > Fixes: 58a89ecaca53 ("ppp: fix lockdep splat in ppp_dev_uninit()") > Signed-off-by: Guillaume Nault Applied and queued up for -stable, thanks.

[PATCH net] ppp: release rtnl mutex when interface creation fails

2016-03-07 Thread Guillaume Nault
Add missing rtnl_unlock() in the error path of ppp_create_interface(). Fixes: 58a89ecaca53 ("ppp: fix lockdep splat in ppp_dev_uninit()") Signed-off-by: Guillaume Nault --- drivers/net/ppp/ppp_generic.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/ppp/ppp_generic.c b/drivers/n