You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix a phylink's ethtool set_pauseparam support deadlock caused by phylib
interacting with phylink: we must not hold the state lock while calling
phylib functions that may call into phylink_phy_change().
Fixes: f904f15 ("net: phylink: allow ethtool -A to change flow control advertisement")
Signed-off-by: Russell King <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
0 commit comments