android_kernel_xiaomi_sm8350/drivers/infiniband
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
..
core RDMA/iwcm: Fix comment for iwcm_deref_id() to match code 2006-11-29 15:33:08 -08:00
hw RDMA/amso1100: Prevent deadlock in destroy QP 2006-11-29 15:33:08 -08:00
ulp IB: Convert kmem_cache_t -> struct kmem_cache 2006-11-29 15:33:07 -08:00
Kconfig RDMA/amso1100: Add driver for Ammasso 1100 RNIC 2006-09-22 15:22:48 -07:00
Makefile RDMA/amso1100: Add driver for Ammasso 1100 RNIC 2006-09-22 15:22:48 -07:00