[ewg] OFED Nov 20 meeting summary on release schedule

2007-11-26 Thread Tziporet Koren
OFED Nov 20 meeting summary on release schedule === Was a short meeting * Reviewed open tasks and decided there are not blockers for the beta release. Release schedule: * Beta: Nov 21, 2007- kernel base: 2.6.24-rc2 * RC1: Dec 4, 2007 * RC2: Dec

[ewg] [PATCH 2.6.25 1/2] RDMA/cxgb3: Hold rtnl_lock() around ethtool get_drvinfo call.

2007-11-26 Thread Steve Wise
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 [EMAIL PROTECTED] ---