From: Vipul Pandya Date: Mon, 7 Jan 2013 13:11:56 +0000 (+0000) Subject: RDMA/cxgb4: Fix endpoint timeout race condition X-Git-Tag: v3.9-rc1~72^2^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ec779cc29238e6f4d315bff53cd36165819bfd5;p=pandora-kernel.git RDMA/cxgb4: Fix endpoint timeout race condition The endpoint timeout logic had a race that could cause an endpoint object to be freed while it was still on the timedout list. This can happen if the timer is stopped after it had fired, but before the timedout thread processed the endpoint timeout. Signed-off-by: Vipul Pandya Signed-off-by: Roland Dreier --- Reading git-diff-tree failed