]> Git Repo - J-linux.git/commit
RDMA/nes: Async event for closed QP causes crash
authorFaisal Latif <[email protected]>
Fri, 21 May 2010 21:55:03 +0000 (16:55 -0500)
committerRoland Dreier <[email protected]>
Tue, 25 May 2010 04:12:54 +0000 (21:12 -0700)
commitdf02902313feb1472bc6ec16e486f72b39e9d4b2
tree6cb761596855ce1c34f0314e6e4139f8a75198d0
parent39942a028c559e39495ae7b29a8dd9b0c3c03003
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 <[email protected]>
Signed-off-by: Roland Dreier <[email protected]>
drivers/infiniband/hw/nes/nes_hw.c
This page took 0.038884 seconds and 4 git commands to generate.