2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-21 11:44:01 +08:00
linux-next/drivers/infiniband/hw/cxgb4
Steve Wise 73d6fcad2a RDMA/cxgb4: Fix race in fini path
There exists a race condition where the app disconnects, which
initiates an orderly close (via rdma_fini()), concurrently with an
ingress abort condition, which initiates an abortive close operation.
Since rdma_fini() must be called without IRQs disabled, the fini can
be called after the QP has been transitioned to ERROR.  This is ok,
but we need to protect against qp->ep getting NULLed.

Signed-off-by: Steve Wise <swise@opengridcomputing.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
2010-08-02 21:06:06 -07:00
..
cm.c RDMA/cxgb4: Add module option to tweak delayed ack 2010-07-21 10:53:52 -07:00
cq.c RDMA/cxgb4: Remove dependency on __GFP_NOFAIL 2010-07-21 10:55:05 -07:00
device.c RDMA/cxgb4: Register RDMA provider based on LLD state_change events 2010-05-24 21:07:59 -07:00
ev.c MAINTAINERS: Add cxgb4 and iw_cxgb4 entries 2010-05-05 14:45:40 -07:00
iw_cxgb4.h RDMA/cxgb4: Use the DMA state API instead of the pci equivalents 2010-07-06 14:01:42 -07:00
Kconfig
Makefile
mem.c RDMA/cxgb4: Remove dependency on __GFP_NOFAIL 2010-07-21 10:55:05 -07:00
provider.c Merge branches 'cxgb4', 'misc', 'mlx4', 'nes' and 'qib' into for-next 2010-05-25 09:54:03 -07:00
qp.c RDMA/cxgb4: Fix race in fini path 2010-08-02 21:06:06 -07:00
resource.c
t4.h RDMA/cxgb4: Support variable sized work requests 2010-07-21 11:16:20 -07:00
t4fw_ri_api.h RDMA/cxgb4: Add module option to tweak delayed ack 2010-07-21 10:53:52 -07:00
user.h