mbox series

[00/14] qla2xxx: Fixes for the driver

Message ID 20191217220617.28084-1-hmadhani@marvell.com (mailing list archive)
Headers show
Series qla2xxx: Fixes for the driver | expand

Message

Himanshu Madhani Dec. 17, 2019, 10:06 p.m. UTC
Hi Martin,

This is usual update to the driver. this series fixes issues
mainly in the area of fabric scan and Login handling.

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

Thanks,
Himanshu

Himanshu Madhani (3):
  qla2xxx: Remove defer flag to indicate immeadiate port loss
  qla2xxx: Fix update_fcport for current_topology
  qla2xxx: Update driver version to 10.01.00.22-k

Joe Carnuccio (1):
  qla2xxx: Add D-Port Diagnostic reason explanation logs

Quinn Tran (7):
  qla2xxx: Fix fabric scan hang
  qla2xxx: Use common routine to free fcport struct
  qla2xxx: Fix stuck login session using prli_pend_timer
  qla2xxx: Consolidate fabric scan
  qla2xxx: Fix RIDA Format-2
  qla2xxx: Fix stuck session in GNL
  qla2xxx: Fix mtcp dump collection failure

Shyam Sundar (3):
  qla2xxx: Add a shadow variable to hold disc_state history of fcport
  qla2xxx: Cleanup unused async_logout_done
  qla2xxx: Correct fcport flags handling

 drivers/scsi/qla2xxx/qla_bsg.c     |   9 ++-
 drivers/scsi/qla2xxx/qla_dbg.c     |   2 +-
 drivers/scsi/qla2xxx/qla_def.h     |  20 ++++-
 drivers/scsi/qla2xxx/qla_fw.h      |  35 ++++----
 drivers/scsi/qla2xxx/qla_gbl.h     |  11 ++-
 drivers/scsi/qla2xxx/qla_gs.c      |   6 +-
 drivers/scsi/qla2xxx/qla_init.c    | 158 +++++++++++++++++++++----------------
 drivers/scsi/qla2xxx/qla_inline.h  |  24 ++++++
 drivers/scsi/qla2xxx/qla_iocb.c    |  51 +++++++++---
 drivers/scsi/qla2xxx/qla_isr.c     |  48 +++++++----
 drivers/scsi/qla2xxx/qla_mbx.c     |   3 +-
 drivers/scsi/qla2xxx/qla_mid.c     |   6 +-
 drivers/scsi/qla2xxx/qla_mr.c      |  16 ++--
 drivers/scsi/qla2xxx/qla_nx.c      |   2 +-
 drivers/scsi/qla2xxx/qla_os.c      |  64 +++++----------
 drivers/scsi/qla2xxx/qla_target.c  |  35 +++++---
 drivers/scsi/qla2xxx/qla_version.h |   2 +-
 17 files changed, 292 insertions(+), 200 deletions(-)

Comments

Martin K. Petersen Dec. 20, 2019, 3:36 a.m. UTC | #1
Himanshu,

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

This had a few conflicts due to the large qla2xxx series that went into
5.5/scsi-fixes.

While the conflicts were relatively easy to fix, I ended up rebasing
scsi-queue on top of v5.5-rc2. I had to redo my tree anyway to drop the
MediaTek patches so I decided to take the opportunity to minimize the
qla2xxx delta.

Applied to 5.6/scsi-queue. Thanks!