linux_dsm_epyc7002/drivers/infiniband/hw/nes
Faisal Latif 43093b9412 RDMA/nes: Fix crash when listener destroyed during loopback setup
When a listener is destroyed and there is an MPA response pending for
loopback connection, the active side cm_node gets destroyed twice:
once in cm_event_connect_error() and again in nes_accept()/nes_reject().

Increment the cm_node's refcount so it's not destroyed by
cm_event_connect_error().

Signed-off-by: Faisal Latif <faisal.latif@intel.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
2010-02-19 11:38:27 -08:00
..
Kconfig RDMA/nes: Update copyright and branding string 2009-12-09 15:21:56 -08:00
Makefile RDMA/nes: Add a driver for NetEffect RNICs 2008-02-04 20:20:45 -08:00
nes_cm.c RDMA/nes: Fix crash when listener destroyed during loopback setup 2010-02-19 11:38:27 -08:00
nes_cm.h RDMA/nes: Fix crash in nes_accept() 2009-12-09 15:54:08 -08:00
nes_context.h RDMA/nes: Update copyright and branding string 2009-12-09 15:21:56 -08:00
nes_hw.c RDMA/nes: Check for zero STag 2009-12-09 15:54:23 -08:00
nes_hw.h RDMA/nes: Update copyright and branding string 2009-12-09 15:21:56 -08:00
nes_nic.c RDMA/nes: Use atomic counters for CM listener create and destroy 2010-02-19 11:38:14 -08:00
nes_user.h RDMA/nes: Update copyright and branding string 2009-12-09 15:21:56 -08:00
nes_utils.c RDMA/nes: Update copyright and branding string 2009-12-09 15:21:56 -08:00
nes_verbs.c RDMA/nes: Free kmap() resources 2009-12-09 15:54:28 -08:00
nes_verbs.h RDMA/nes: Free kmap() resources 2009-12-09 15:54:28 -08:00
nes.c RDMA/nes: Pass correct size to ioremap_nocache() 2009-12-09 15:21:57 -08:00
nes.h RDMA/nes: Use atomic counters for CM listener create and destroy 2010-02-19 11:38:14 -08:00