All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] qla2xxx: Updates for the driver
@ 2020-03-31 10:40 Nilesh Javali
  2020-03-31 10:40 ` [PATCH v3 1/3] qla2xxx: Fix MPI failure AEN (8200) handling Nilesh Javali
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Nilesh Javali @ 2020-03-31 10:40 UTC (permalink / raw)
  To: martin.petersen; +Cc: linux-scsi, GR-QLogic-Storage-Upstream

Hi Martin,

Please apply the qla2xxx driver bug fixes to the scsi tree at your earliest
convenience.

v1->v2:
- PATCH 1/3 - Removed unused variables, count and fw_dump_mpi, from func qla27xx_fwdump
qla_tmpl.c

v2->v3:
- PATCH 0/3 - Added Changelog and base-commit
- PATCH 1/3 - Fixed warning reported by kbuild test robot and added Reviewed-by
tag
- PATCH 2/3 - Added Reviewed-by tag
- PATCH 3/3 - Added Reviewed-by tag

Thanks,
Nilesh

Arun Easi (2):
  qla2xxx: Fix MPI failure AEN (8200) handling.
  qla2xxx: Fix hang when issuing nvme disconnect-all in NPIV.

Quinn Tran (1):
  qla2xxx: delete all sessions before unregister local nvme port

 drivers/scsi/qla2xxx/qla_attr.c |  32 +++++++--
 drivers/scsi/qla2xxx/qla_def.h  |  13 +++-
 drivers/scsi/qla2xxx/qla_gbl.h  |   3 +
 drivers/scsi/qla2xxx/qla_init.c |   2 +
 drivers/scsi/qla2xxx/qla_isr.c  |  54 +++++++++-----
 drivers/scsi/qla2xxx/qla_mbx.c  |   2 +-
 drivers/scsi/qla2xxx/qla_os.c   |   6 ++
 drivers/scsi/qla2xxx/qla_tmpl.c | 121 ++++++++++++++++++++++++++------
 8 files changed, 188 insertions(+), 45 deletions(-)


base-commit: 9b88984658fbe14dae7597070a45e3668d1b6ffb
-- 
2.19.0.rc0


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-04-01  2:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-31 10:40 [PATCH v3 0/3] qla2xxx: Updates for the driver Nilesh Javali
2020-03-31 10:40 ` [PATCH v3 1/3] qla2xxx: Fix MPI failure AEN (8200) handling Nilesh Javali
2020-03-31 10:40 ` [PATCH v3 2/3] qla2xxx: Fix hang when issuing nvme disconnect-all in NPIV Nilesh Javali
2020-03-31 10:40 ` [PATCH v3 3/3] qla2xxx: delete all sessions before unregister local nvme port Nilesh Javali
2020-04-01  2:19 ` [PATCH v3 0/3] qla2xxx: Updates for the driver Martin K. Petersen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.