mbox series

[0/8] Update lpfc to revision 14.4.0.3

Message ID 20240628172011.25921-1-justintee8345@gmail.com (mailing list archive)
Headers show
Series Update lpfc to revision 14.4.0.3 | expand

Message

Justin Tee June 28, 2024, 5:20 p.m. UTC
Update lpfc to revision 14.4.0.3

This patch set contains bug fixes related to discovery, submission of
mailbox commands, and proper endianness conversions.

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

Justin Tee (8):
  lpfc: Cancel ELS WQE instead of issuing abort when SLI port is
    inactive
  lpfc: Allow DEVICE_RECOVERY mode after RSCN receipt if in PRLI_ISSUE
    state
  lpfc: Relax PRLI issue conditions after GID_FT response
  lpfc: Fix handling of fully recovered fabric node in dev_loss callbk
  lpfc: Handle mailbox timeouts in lpfc_get_sfp_info
  lpfc: Fix incorrect request len mbox field when setting trunking via
    sysfs
  lpfc: Revise lpfc_prep_embed_io routine with proper endian macro
    usages
  lpfc: Update lpfc version to 14.4.0.3

 drivers/scsi/lpfc/lpfc_attr.c    |  5 +++-
 drivers/scsi/lpfc/lpfc_ct.c      | 16 +++---------
 drivers/scsi/lpfc/lpfc_els.c     | 19 ++++++++------
 drivers/scsi/lpfc/lpfc_hbadisc.c | 10 +++++++-
 drivers/scsi/lpfc/lpfc_sli.c     | 43 ++++++++++++++++----------------
 drivers/scsi/lpfc/lpfc_version.h |  2 +-
 6 files changed, 51 insertions(+), 44 deletions(-)