From: Steve Wise Date: Mon, 26 Nov 2007 17:28:44 +0000 (-0600) Subject: RDMA/cxgb3: Hold rtnl_lock() around ethtool get_drvinfo call X-Git-Tag: v2.6.25-rc1~1234^2~67 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f049f2f4259e4a5c213720df1ce0c2ca095641a;p=pandora-kernel.git RDMA/cxgb3: Hold rtnl_lock() around ethtool get_drvinfo call Currently the call into cxgb3 to get the driver info is not serialized. The iw_cxgb3 module needs to hold the rtnl_lock around the ethtool ops call like dev_ioctl() does. Signed-off-by: Steve Wise Signed-off-by: Roland Dreier --- Reading git-diff-tree failed