Re: [PATCH v2 net-next] net: phy: print stack trace in phy_error

2018-12-18 Thread David Miller
From: Heiner Kallweit Date: Sun, 16 Dec 2018 19:18:26 +0100 > So far phy_error() silently stops the PHY state machine. If the network > driver doesn't inform about a MDIO error then the user may wonder why > his network is down. Let's print the stack trace to facilitate search > for the root cau

[PATCH v2 net-next] net: phy: print stack trace in phy_error

2018-12-16 Thread Heiner Kallweit
So far phy_error() silently stops the PHY state machine. If the network driver doesn't inform about a MDIO error then the user may wonder why his network is down. Let's print the stack trace to facilitate search for the root cause of the error. Signed-off-by: Heiner Kallweit --- drivers/net/phy