mbox series

[00/12] lpfc: Update lpfc to revision 12.8.0.0

Message ID 20200322181304.37655-1-jsmart2021@gmail.com (mailing list archive)
Headers show
Series lpfc: Update lpfc to revision 12.8.0.0 | expand

Message

James Smart March 22, 2020, 6:12 p.m. UTC
Update lpfc to revision 12.8.0.0

Patch set contains mainly fixes, a change to QD default, and a few
cleanups.

The patches were cut against Martin's 5.7/scsi-queue tree

-- james

James Smart (12):
  lpfc: Fix kasan slab-out-of-bounds error in lpfc_unreg_login
  lpfc: Fix lockdep error - register non-static key
  lpfc: Fix lpfc overwrite of sg_cnt field in nvmefc_tgt_fcp_req
  lpfc: Fix scsi host template for SLI3 vports
  lpfc: Fix crash after handling a pci error.
  lpfc: Fix update of wq consumer index in lpfc_sli4_wq_release
  lpfc: Fix crash in target side cable pulls hitting WAIT_FOR_UNREG
  lpfc: Fix erroneous cpu limit of 128 on I/O statistics
  lpfc: Change default SCSI LUN QD to 64
  lpfc: Make debugfs ktime stats generic for NVME and SCSI
  lpfc: Remove prototype FIPS/DSS options from SLI-3
  lpfc: Update lpfc version to 12.8.0.0

 drivers/scsi/lpfc/lpfc.h         |  25 ++-
 drivers/scsi/lpfc/lpfc_attr.c    |  71 +--------
 drivers/scsi/lpfc/lpfc_crtn.h    |   3 +-
 drivers/scsi/lpfc/lpfc_debugfs.c | 333 ++++++++++++++++++++++++++-------------
 drivers/scsi/lpfc/lpfc_debugfs.h |   3 +-
 drivers/scsi/lpfc/lpfc_hw.h      |  20 +--
 drivers/scsi/lpfc/lpfc_init.c    | 106 +++++++++----
 drivers/scsi/lpfc/lpfc_mbox.c    |   2 -
 drivers/scsi/lpfc/lpfc_nvme.c    | 147 ++++-------------
 drivers/scsi/lpfc/lpfc_nvmet.c   |  62 ++++----
 drivers/scsi/lpfc/lpfc_scsi.c    |  90 +++--------
 drivers/scsi/lpfc/lpfc_sli.c     |  47 ++----
 drivers/scsi/lpfc/lpfc_sli.h     |   2 +-
 drivers/scsi/lpfc/lpfc_sli4.h    |  19 ++-
 drivers/scsi/lpfc/lpfc_version.h |   2 +-
 15 files changed, 441 insertions(+), 491 deletions(-)

Comments

Martin K. Petersen March 27, 2020, 3:17 a.m. UTC | #1
James,

> Patch set contains mainly fixes, a change to QD default, and a few
> cleanups.

Applied to 5.7/scsi-queue. Please make sure to use the -vN argument to
git-send-email when sending updated patches. Otherwise patchwork and b4
won't handle them correctly.