[PATCH] net: fs_enet: do not call phy_stop() in interrupts

David Miller davem at davemloft.net
Thu Jan 18 07:44:45 AEDT 2018


From: Christophe Leroy <christophe.leroy at c-s.fr>
Date: Tue, 16 Jan 2018 10:33:05 +0100 (CET)

> In case of TX timeout, fs_timeout() calls phy_stop(), which
> triggers the following BUG_ON() as we are in interrupt.
 ...
> This patch moves fs_timeout() actions into an async worker.
> 
> Fixes: commit 48257c4f168e5 ("Add fs_enet ethernet network driver, for several embedded platforms")
> Signed-off-by: Christophe Leroy <christophe.leroy at c-s.fr>

Applied, thank you.


More information about the Linuxppc-dev mailing list