All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/12] lpfc: Update lpfc to revision 12.8.0.0
@ 2020-03-22 18:12 James Smart
  2020-03-22 18:12 ` [PATCH 01/12] lpfc: Fix kasan slab-out-of-bounds error in lpfc_unreg_login James Smart
                   ` (12 more replies)
  0 siblings, 13 replies; 16+ messages in thread
From: James Smart @ 2020-03-22 18:12 UTC (permalink / raw)
  To: linux-scsi; +Cc: James Smart

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(-)

-- 
2.16.4


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

end of thread, other threads:[~2020-03-27  3:17 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-22 18:12 [PATCH 00/12] lpfc: Update lpfc to revision 12.8.0.0 James Smart
2020-03-22 18:12 ` [PATCH 01/12] lpfc: Fix kasan slab-out-of-bounds error in lpfc_unreg_login James Smart
2020-03-22 18:12 ` [PATCH 02/12] lpfc: Fix lockdep error - register non-static key James Smart
2020-03-22 18:12 ` [PATCH 03/12] lpfc: Fix lpfc overwrite of sg_cnt field in nvmefc_tgt_fcp_req James Smart
2020-03-22 18:12 ` [PATCH 04/12] lpfc: Fix scsi host template for SLI3 vports James Smart
2020-03-22 18:12 ` [PATCH 05/12] lpfc: Fix crash after handling a pci error James Smart
2020-03-22 18:12 ` [PATCH 06/12] lpfc: Fix update of wq consumer index in lpfc_sli4_wq_release James Smart
2020-03-22 18:12 ` [PATCH 07/12] lpfc: Fix crash in target side cable pulls hitting WAIT_FOR_UNREG James Smart
2020-03-22 18:13 ` [PATCH 08/12] lpfc: Fix erroneous cpu limit of 128 on I/O statistics James Smart
2020-03-22 18:13 ` [PATCH 09/12] lpfc: Change default SCSI LUN QD to 64 James Smart
2020-03-23 11:05   ` Daniel Wagner
2020-03-23 16:18     ` James Smart
2020-03-22 18:13 ` [PATCH 10/12] lpfc: Make debugfs ktime stats generic for NVME and SCSI James Smart
2020-03-22 18:13 ` [PATCH 11/12] lpfc: Remove prototype FIPS/DSS options from SLI-3 James Smart
2020-03-22 18:13 ` [PATCH 12/12] lpfc: Update lpfc version to 12.8.0.0 James Smart
2020-03-27  3:17 ` [PATCH 00/12] lpfc: Update lpfc to revision 12.8.0.0 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.