linux/drivers/nvme/target
Bart Van Assche fa14a0acea nvmet-rdma: Fix possible NULL deref when handling rdma cm events
When we initiate queue teardown sequence we call rdma_destroy_qp
which clears cm_id->qp, afterwards we call rdma_destroy_id, but
we might see a rdma_cm event in between with a cleared cm_id->qp
so watch out for that and silently ignore the event because this
means that the queue teardown sequence is in progress.

Signed-off-by: Bart Van Assche <bart.vanassche@sandisk.com>
Signed-off-by: Sagi Grimberg <sagi@grimberg.me>
2016-11-14 02:08:50 +02:00
..
admin-cmd.c nvmet: use symbolic constants for CNS values 2016-10-19 11:36:22 -06:00
configfs.c nvmet: fix an error code 2016-07-07 08:37:36 -06:00
core.c nvme: Add tertiary number to NVME_VS 2016-10-19 11:36:22 -06:00
discovery.c nvmet: use symbolic constants for CNS values 2016-10-19 11:36:22 -06:00
fabrics-cmd.c
io-cmd.c nvmet: Make dsm number of ranges zero based 2016-09-23 15:37:38 -07:00
Kconfig nvme: fabrics drivers don't need the nvme-pci driver 2016-08-19 14:22:28 +03:00
loop.c blk-mq: remove ->map_queue 2016-09-15 08:42:03 -06:00
Makefile nvmet-rdma: add a NVMe over Fabrics RDMA target driver 2016-07-08 08:38:49 -06:00
nvmet.h nvmet: Fix controller serial number inconsistency 2016-08-04 17:45:10 +03:00
rdma.c nvmet-rdma: Fix possible NULL deref when handling rdma cm events 2016-11-14 02:08:50 +02:00