[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20130502.164853.1057531869767418902.davem@davemloft.net>
Date: Thu, 02 May 2013 16:48:53 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: Frank.Li@...escale.com
Cc: romieu@...zoreil.com, r.schwebel@...gutronix.de,
l.stach@...gutronix.de, netdev@...r.kernel.org, festevam@...il.com,
shawn.guo@...aro.org, lznuaa@...il.com
Subject: Re: [PATCH v3 1/1 net] net: fec: fix kernel oops when plug/unplug
cable many times
From: Frank Li <Frank.Li@...escale.com>
Date: Thu, 2 May 2013 08:55:38 +0800
> reproduce steps
> 1. flood ping from other machine
> ping -f -s 41000 IP
> 2. run below script
> while [ 1 ]; do ethtool -s eth0 autoneg off;
> sleep 3;ethtool -s eth0 autoneg on; sleep 4; done;
>
> You can see oops in one hour.
>
> The reason is fec_restart clear BD but NAPI may use it.
> The solution is disable NAPI and stop xmit when reset BD.
> disable NAPI may sleep, so fec_restart can't be call in
> atomic context.
>
> Signed-off-by: Frank Li <Frank.Li@...escale.com>
Please respin this against the current 'net' tree.
Thanks!
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists