From: Russell King Date: Tue, 8 Jul 2014 11:39:57 +0000 (+0100) Subject: net: fec: improve safety of suspend/resume/transmit timeout paths X-Git-Tag: omap-for-v3.17/fixes-against-rc2~149^2~202^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da1774e5f1974294dcfc2c08363bb103e769d302;p=pandora-kernel.git net: fec: improve safety of suspend/resume/transmit timeout paths We should hold the rtnl lock while suspending, resuming or processing the transmit timeout to ensure that nothing will interfere while we bring up, take down or restart the hardware. The transmit timeout could run if we're preempted during suspend. Acked-by: Fugang Duan Signed-off-by: Russell King Signed-off-by: David S. Miller --- Reading git-diff-tree failed