From: Faisal Latif Date: Fri, 21 May 2010 21:55:03 +0000 (-0500) Subject: RDMA/nes: Async event for closed QP causes crash X-Git-Tag: v2.6.35-rc1~265^2^4~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df02902313feb1472bc6ec16e486f72b39e9d4b2;p=pandora-kernel.git RDMA/nes: Async event for closed QP causes crash Under abnormal termination, modify_qp() closes the QP, and async event (AE) handling also attempts to close the same QP, causing a crash. Fix this by checking the state of the QP before processing the AE. Signed-off-by: Faisal Latif Signed-off-by: Roland Dreier --- Reading git-diff-tree failed