Update lpfc to revision 14.2.0.13 This patch set contains discovery bug fixes, firmware logging improvements, clean up of CQ handling, and statistics collection enhancements. The patches were cut against Martin's 6.5/scsi-queue tree. Justin Tee (9): lpfc: Fix use-after-free rport memory access in lpfc_register_remote_port lpfc: Clear NLP_IN_DEV_LOSS flag if already in rediscovery lpfc: Account for fabric domain ctlr device loss recovery lpfc: Revise NPIV ELS unsol rcv cmpl logic to drop ndlp based on nlp_state lpfc: Change firmware upgrade logging to KERN_NOTICE instead of TRACE_EVENT lpfc: Clean up SLI-4 CQE status handling lpfc: Enhance congestion statistics collection lpfc: Update lpfc version to 14.2.0.13 lpfc: Copyright updates for 14.2.0.13 patches drivers/scsi/lpfc/lpfc.h | 65 +++----- drivers/scsi/lpfc/lpfc_els.c | 14 +- drivers/scsi/lpfc/lpfc_hbadisc.c | 33 ++-- drivers/scsi/lpfc/lpfc_hw4.h | 3 - drivers/scsi/lpfc/lpfc_init.c | 250 +++++++++---------------------- drivers/scsi/lpfc/lpfc_logmsg.h | 6 +- drivers/scsi/lpfc/lpfc_nvme.c | 17 ++- drivers/scsi/lpfc/lpfc_nvmet.c | 6 +- drivers/scsi/lpfc/lpfc_scsi.c | 65 ++++---- drivers/scsi/lpfc/lpfc_sli.c | 54 +++---- drivers/scsi/lpfc/lpfc_version.h | 2 +- 11 files changed, 195 insertions(+), 320 deletions(-) -- 2.38.0