From: Amit Kumar Salecha Date: Mon, 1 Feb 2010 05:24:57 +0000 (+0000) Subject: qlcnic: protect resoruce cleanup by rtnl lock X-Git-Tag: v2.6.34-rc1~233^2~465 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce6684433fb277406dd861fd8a17133253e7c367;p=pandora-kernel.git qlcnic: protect resoruce cleanup by rtnl lock o context resources can be in used, while resoruce cleanup is in progress, during fw recover. o Null pointer execption can occur in send_cmd_desc, if fw recovery module frees tx ring without rtnl lock. o Same applies to ethtool register dump and FW health registers should be dump in any case. Signed-off-by: Amit Kumar Salecha Signed-off-by: David S. Miller --- Reading git-diff-tree failed