Update lpfc to revision 14.2.0.14 This patch set contains logging improvements, kref handling fixes, discovery bug fixes, and refactoring of repeated code. The patches were cut against Martin's 6.6/scsi-queue tree. Justin Tee (12): lpfc: Pull out fw diagnostic dump log message from driver's trace buffer lpfc: Simplify fcp_abort transport callback log message lpfc: Remove extra ndlp kref decrement in FLOGI cmpl for loop topology lpfc: Qualify ndlp discovery state when processing RSCN lpfc: Revise ndlp kref handling for dev_loss_tmo_callbk and lpfc_drop_node lpfc: Set Establish Image Pair service parameter only for Target Functions lpfc: Make fabric zone discovery more robust when handling unsolicited LOGO lpfc: Abort outstanding ELS cmds when mailbox timeout error is detected lpfc: Refactor cpu affinity assignment paths lpfc: Clean up SLI-4 sysfs resource reporting lpfc: Update lpfc version to 14.2.0.14 lpfc: Copyright updates for 14.2.0.14 patches drivers/scsi/lpfc/lpfc.h | 20 +++++ drivers/scsi/lpfc/lpfc_attr.c | 136 +++++++++++++++++++++-------- drivers/scsi/lpfc/lpfc_ct.c | 20 +++-- drivers/scsi/lpfc/lpfc_els.c | 58 ++++++++---- drivers/scsi/lpfc/lpfc_hbadisc.c | 77 ++++++++++------ drivers/scsi/lpfc/lpfc_hw.h | 2 + drivers/scsi/lpfc/lpfc_init.c | 53 ++++++----- drivers/scsi/lpfc/lpfc_nportdisc.c | 94 +++++++++++--------- drivers/scsi/lpfc/lpfc_nvme.c | 16 ++-- drivers/scsi/lpfc/lpfc_nvmet.c | 5 +- drivers/scsi/lpfc/lpfc_sli.c | 8 +- drivers/scsi/lpfc/lpfc_version.h | 2 +- 12 files changed, 324 insertions(+), 167 deletions(-) -- 2.38.0