Re: [PATCH net] net: dsa: Bring back device detaching in dsa_slave_suspend()

From: David Miller
Date: Wed Jan 25 2017 - 14:48:23 EST


From: Florian Fainelli <f.fainelli@xxxxxxxxx>
Date: Wed, 25 Jan 2017 09:10:41 -0800

> Commit 448b4482c671 ("net: dsa: Add lockdep class to tx queues to avoid
> lockdep splat") removed the netif_device_detach() call done in
> dsa_slave_suspend() which is necessary, and paired with a corresponding
> netif_device_attach(), bring it back.
>
> Fixes: 448b4482c671 ("net: dsa: Add lockdep class to tx queues to avoid lockdep splat")
> Signed-off-by: Florian Fainelli <f.fainelli@xxxxxxxxx>
> ---
> David,
>
> Can you also queue this for -stable? Thanks!

Applied and queued up for -stable, thanks.