From: Steve Wise Date: Tue, 14 Jun 2011 20:59:27 +0000 (+0000) Subject: RDMA/cxgb4: Couple of abort fixes X-Git-Tag: v3.0-rc5~52^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8da7e7a55231543b84ac84e93ad5ca9d340773d7;p=pandora-kernel.git RDMA/cxgb4: Couple of abort fixes - fix a race where the driver could end up sending a close_con_req after an abort_rpl. In c4iw_ep_disconnect(), send abort or close request with the ep mutex held. - fix a hang where driver fails to wake up when a connection is reset during a normal close. Wake up any waiters in the interrupt path, and correctly cleanup after rdma_fini() failures. Signed-off-by: Steve Wise Signed-off-by: Roland Dreier --- Reading git-diff-tree failed