mbox series

[0/8] Update lpfc to revision 14.4.0.9

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

Message

Justin Tee April 25, 2025, 7:47 p.m. UTC
Update lpfc to revision 14.4.0.9

This patch set contains fixes related to handling of WQE commands, PCI
function resets, firmware eratta events, ELS retries, a smatch
use-after-free warning, and the creation of a new VMID information entry.

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

Justin Tee (8):
  lpfc: Fix lpfc_check_sli_ndlp handling for GEN_REQUEST64 commands
  lpfc: Notify fc transport of rport disappearance during PCI fcn reset
  lpfc: Restart eratt_poll timer if HBA_SETUP flag still unset
  lpfc: Prevent failure to reregister with NVME transport after PRLI
    retry
  lpfc: Avoid potential ndlp use-after-free in dev_loss_tmo_callbk
  lpfc: Create lpfc_vmid_info sysfs entry
  lpfc: Update lpfc version to 14.4.0.9
  lpfc: Copyright updates for 14.4.0.9 patches

 drivers/scsi/lpfc/lpfc_attr.c    | 136 ++++++++++++++++++++++++++++++-
 drivers/scsi/lpfc/lpfc_hbadisc.c |  38 ++++-----
 drivers/scsi/lpfc/lpfc_init.c    |   3 +
 drivers/scsi/lpfc/lpfc_nvme.c    |  10 ++-
 drivers/scsi/lpfc/lpfc_sli.c     |  26 ++++--
 drivers/scsi/lpfc/lpfc_version.h |   2 +-
 6 files changed, 183 insertions(+), 32 deletions(-)