public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/14] lpfc: Update lpfc to revision 12.8.0.2
@ 2020-06-30 21:49 James Smart
  2020-06-30 21:49 ` [PATCH 01/14] lpfc: Fix unused assignment in lpfc_sli4_bsg_link_diag_test James Smart
                   ` (14 more replies)
  0 siblings, 15 replies; 18+ messages in thread
From: James Smart @ 2020-06-30 21:49 UTC (permalink / raw)
  To: linux-scsi; +Cc: James Smart

Update lpfc to revision 12.8.0.2

Patch set contains fixes as a couple of small additions, and two larger
additions - blk_io_poll support and a different log message facility.

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

James Smart (14):
  lpfc: Fix unused assignment in lpfc_sli4_bsg_link_diag_test
  lpfc: Fix missing MDS functionality
  lpfc: Fix first-burst driver implementation.
  lpfc: Fix NVME rport deregister and registration during ADISC
  lpfc: Fix oops due to overrun when reading SLI3 data
  lpfc: Fix stack trace seen while setting rrq active
  lpfc: Fix shost refcount mismatch when deleting vport
  lpfc: Fix kdump hang on PPC
  lpfc: Fix language in 0373 message to reflect non-error message
  lpfc: Allow applications to issue Common Set Features mailbox command
  lpfc: Add support to display if adapter dumps are available
  lpfc: Add blk_io_poll support for latency improvment
  lpfc: Add an internal trace log buffer
  lpfc: Update lpfc version to 12.8.0.2

 drivers/scsi/lpfc/lpfc.h           |  15 +
 drivers/scsi/lpfc/lpfc_bsg.c       |  35 +-
 drivers/scsi/lpfc/lpfc_bsg.h       |  14 +
 drivers/scsi/lpfc/lpfc_crtn.h      |   6 +-
 drivers/scsi/lpfc/lpfc_ct.c        |  16 +-
 drivers/scsi/lpfc/lpfc_disc.h      |   1 +
 drivers/scsi/lpfc/lpfc_els.c       | 135 +++---
 drivers/scsi/lpfc/lpfc_hbadisc.c   | 220 +++++-----
 drivers/scsi/lpfc/lpfc_hw4.h       |   5 +-
 drivers/scsi/lpfc/lpfc_init.c      | 667 ++++++++++++++++++-----------
 drivers/scsi/lpfc/lpfc_logmsg.h    |  24 +-
 drivers/scsi/lpfc/lpfc_mem.c       |   3 +-
 drivers/scsi/lpfc/lpfc_nportdisc.c |  83 ++--
 drivers/scsi/lpfc/lpfc_nvme.c      |  67 ++-
 drivers/scsi/lpfc/lpfc_nvmet.c     |  96 ++---
 drivers/scsi/lpfc/lpfc_scsi.c      | 421 +++++++++++++++---
 drivers/scsi/lpfc/lpfc_scsi.h      |  24 ++
 drivers/scsi/lpfc/lpfc_sli.c       | 587 ++++++++++++++++---------
 drivers/scsi/lpfc/lpfc_sli.h       |   1 +
 drivers/scsi/lpfc/lpfc_sli4.h      |  18 +
 drivers/scsi/lpfc/lpfc_version.h   |   2 +-
 drivers/scsi/lpfc/lpfc_vport.c     |  86 ++--
 22 files changed, 1636 insertions(+), 890 deletions(-)

-- 
2.25.0


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

end of thread, other threads:[~2020-07-03  4:04 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-30 21:49 [PATCH 00/14] lpfc: Update lpfc to revision 12.8.0.2 James Smart
2020-06-30 21:49 ` [PATCH 01/14] lpfc: Fix unused assignment in lpfc_sli4_bsg_link_diag_test James Smart
2020-06-30 21:49 ` [PATCH 02/14] lpfc: Fix missing MDS functionality James Smart
2020-06-30 21:49 ` [PATCH 03/14] lpfc: Fix first-burst driver implementation James Smart
2020-07-02  3:05   ` Martin K. Petersen
2020-07-02  5:30     ` James Smart
2020-06-30 21:49 ` [PATCH 04/14] lpfc: Fix NVME rport deregister and registration during ADISC James Smart
2020-06-30 21:49 ` [PATCH 05/14] lpfc: Fix oops due to overrun when reading SLI3 data James Smart
2020-06-30 21:49 ` [PATCH 06/14] lpfc: Fix stack trace seen while setting rrq active James Smart
2020-06-30 21:49 ` [PATCH 07/14] lpfc: Fix shost refcount mismatch when deleting vport James Smart
2020-06-30 21:49 ` [PATCH 08/14] lpfc: Fix kdump hang on PPC James Smart
2020-06-30 21:49 ` [PATCH 09/14] lpfc: Fix language in 0373 message to reflect non-error message James Smart
2020-06-30 21:49 ` [PATCH 10/14] lpfc: Allow applications to issue Common Set Features mailbox command James Smart
2020-06-30 21:49 ` [PATCH 11/14] lpfc: Add support to display if adapter dumps are available James Smart
2020-06-30 21:49 ` [PATCH 12/14] lpfc: Add blk_io_poll support for latency improvment James Smart
2020-06-30 21:50 ` [PATCH 13/14] lpfc: Add an internal trace log buffer James Smart
2020-06-30 21:50 ` [PATCH 14/14] lpfc: Update lpfc version to 12.8.0.2 James Smart
2020-07-03  4:03 ` [PATCH 00/14] lpfc: Update lpfc to revision 12.8.0.2 Martin K. Petersen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox