kernel-ark/drivers/infiniband/hw/amso1100
Krishna Kumar c9edea298e RDMA/amso1100: Prevent deadlock in destroy QP
It is possible to swap the CQs used for send_cq and recv_cq when
creating two different QPs.  If these two QPs are then destroyed at
the same time, an AB-BA deadlock can occur because the CQ locks are
taken our of order.  Fix this by always taking CQ locks in a fixed
order.

Signed-off-by: Krishna Kumar <krkumar2@in.ibm.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
2006-11-29 15:33:08 -08:00
..
c2_ae.c
c2_ae.h
c2_alloc.c
c2_cm.c
c2_cq.c
c2_intr.c
c2_mm.c
c2_mq.c
c2_mq.h
c2_pd.c
c2_provider.c
c2_provider.h
c2_qp.c
c2_rnic.c
c2_status.h
c2_user.h
c2_vq.c
c2_vq.h
c2_wr.h
c2.c
c2.h
Kbuild
Kconfig