mbox series

[0/3] qla2xxx: Fix crashes with FC-NVMe devices

Message ID 20190614221020.19173-1-hmadhani@marvell.com (mailing list archive)
Headers show
Series qla2xxx: Fix crashes with FC-NVMe devices | expand

Message

Himanshu Madhani June 14, 2019, 10:10 p.m. UTC
Hi Martin,

This series fixes crash during abort handling with FC-NVMe devices. 
Also, we discovered race condition between nvme command and ls completion
with FC-NVMe devices.

Please apply this series to 5.3/scsi-queue at your earliest convenience.

Thanks,
Himanshu

Arun Easi (1):
  qla2xxx: Fix kernel crash after disconnecting NVMe devices

Quinn Tran (2):
  qla2xxx: on session delete return nvme cmd
  qla2xxx: Fix NVME cmd and LS cmd timeout race condition

 drivers/scsi/qla2xxx/qla_def.h  |   3 +-
 drivers/scsi/qla2xxx/qla_nvme.c | 234 ++++++++++++++++++++++++++--------------
 drivers/scsi/qla2xxx/qla_nvme.h |   2 +-
 drivers/scsi/qla2xxx/qla_os.c   |   1 -
 4 files changed, 154 insertions(+), 86 deletions(-)