mbox series

[00/13] Update lpfc to revision 14.4.0.10

Message ID 20250618192138.124116-1-justintee8345@gmail.com
Headers show
Series Update lpfc to revision 14.4.0.10 | expand

Message

Justin Tee June 18, 2025, 7:21 p.m. UTC
Update lpfc to revision 14.4.0.10

This patch set contains bug fixes related to diagnostic log messaging,
driver initialization and removal, updates to mailbox command handling,
and string modifications for obsolete adapter model descriptions.

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

Justin Tee (13):
  lpfc: Revise logging format for failed CT MIB requests
  lpfc: Update debugfs trace ring initialization messages
  lpfc: Check for hdwq null ptr when cleaning up lpfc_vport structure
  lpfc: Skip RSCN processing when FC_UNLOADING flag is set
  lpfc: Early return out of FDMI cmpl for locally rejected statuses
  lpfc: Simplify error handling for failed lpfc_get_sli4_parameters cmd
  lpfc: Relocate clearing initial phba flags from link up to link down
    hdlr
  lpfc: Ensure HBA_SETUP flag is used only for SLI4 in
    dev_loss_tmo_callbk
  lpfc: Move clearing of HBA_SETUP flag to before lpfc_sli4_queue_unset
  lpfc: Revise CQ_CREATE_SET mailbox bitfield definitions
  lpfc: Modify end-of-life adapters' model descriptions
  lpfc: Update lpfc version to 14.4.0.10
  lpfc: Copyright updates for 14.4.0.10 patches

 drivers/scsi/lpfc/lpfc_ct.c      | 28 +++--------
 drivers/scsi/lpfc/lpfc_debugfs.c | 20 ++++----
 drivers/scsi/lpfc/lpfc_els.c     | 11 ++++-
 drivers/scsi/lpfc/lpfc_hbadisc.c | 11 +++--
 drivers/scsi/lpfc/lpfc_hw4.h     | 20 +++++---
 drivers/scsi/lpfc/lpfc_init.c    | 84 ++++++++++++++++----------------
 drivers/scsi/lpfc/lpfc_scsi.c    |  9 +++-
 drivers/scsi/lpfc/lpfc_sli.c     | 14 +++---
 drivers/scsi/lpfc/lpfc_sli4.h    |  4 +-
 drivers/scsi/lpfc/lpfc_version.h |  2 +-
 10 files changed, 105 insertions(+), 98 deletions(-)