mbox series

[00/13] lpfc: Update lpfc to revision 14.2.0.7

Message ID 20220911221505.117655-1-jsmart2021@gmail.com
Headers show
Series lpfc: Update lpfc to revision 14.2.0.7 | expand

Message

James Smart Sept. 11, 2022, 10:14 p.m. UTC
Update lpfc to revision 14.2.0.7

This patch set contains fixes and some code rework for tool warnings.

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

James Smart (13):
  lpfc: Fix prli_fc4_req checks in PRLI handling
  lpfc: Fix FLOGI ACC with wrong SID in PT2PT topology
  lpfc: Fix mbuf pool resource detected as busy at driver unload
  lpfc: Add missing free iocb and nlp kref put for early return VMID
    cases
  lpfc: Fix multiple NVME remoteport registration calls for the same
    NPort ID
  lpfc: Move scsi_host_template outside dynamically allocated/freed phba
  lpfc: Update congestion mode logging for Emulex San Manager
    application
  lpfc: Rename mp/bmp dma buffers to rq/rsp in lpfc_fdmi_cmd
  lpfc: Rework lpfc_fdmi_cmd routine for cleanup and consistency
  lpfc: Rework FDMI attribute registration for unintential padding
  lpfc: Add reporting capability for Link Degrade Signaling
  lpfc: Fix various issues reported by tools
  lpfc: Update lpfc version to 14.2.0.7

 drivers/scsi/lpfc/lpfc.h         |   10 +-
 drivers/scsi/lpfc/lpfc_crtn.h    |    2 +
 drivers/scsi/lpfc/lpfc_ct.c      | 1085 +++++++++++-------------------
 drivers/scsi/lpfc/lpfc_debugfs.c |    2 +-
 drivers/scsi/lpfc/lpfc_disc.h    |    1 -
 drivers/scsi/lpfc/lpfc_els.c     |  234 ++++---
 drivers/scsi/lpfc/lpfc_hbadisc.c |   23 +-
 drivers/scsi/lpfc/lpfc_hw.h      |   59 +-
 drivers/scsi/lpfc/lpfc_hw4.h     |   30 +-
 drivers/scsi/lpfc/lpfc_init.c    |  353 +++++-----
 drivers/scsi/lpfc/lpfc_logmsg.h  |    2 +-
 drivers/scsi/lpfc/lpfc_scsi.c    |   27 +
 drivers/scsi/lpfc/lpfc_sli.c     |   73 +-
 drivers/scsi/lpfc/lpfc_sli4.h    |    4 +-
 drivers/scsi/lpfc/lpfc_version.h |    2 +-
 drivers/scsi/lpfc/lpfc_vmid.c    |    4 +-
 16 files changed, 914 insertions(+), 997 deletions(-)

Comments

Martin K. Petersen Sept. 16, 2022, 2:27 a.m. UTC | #1
James,

> Update lpfc to revision 14.2.0.7

Applied to 6.1/scsi-staging, thanks!