Update lpfc to revision 14.2.0.10 This patch set contains fixes for bugs, kernel test robot, and introduces new attention type event handling. The patches were cut against Martin's 6.3/scsi-queue tree. Justin Tee (12): lpfc: Fix space indentation in lpfc_xcvr_data lpfc: Replace outdated strncpy with strscpy lpfc: Resolve miscellaneous variable set but not used compiler warnings lpfc: Set max dma segment size to hba supported SGE length lpfc: Remove redundant clean up code in disable_vport lpfc: Remove duplicate ndlp kref decrement in lpfc_cleanup_rpis lpfc: Exit PRLI completion handling early if ndlp not in PRLI_ISSUE state lpfc: Fix use-after-free KFENCE violation during sysfs firmware write lpfc: Reinitialize internal VMID data structures after FLOGI completion lpfc: Introduce new attention types for lpfc_sli4_async_fc_evt hdlr lpfc: Update lpfc version to 14.2.0.10 Copyright updates for 14.2.0.10 patches drivers/scsi/lpfc/lpfc.h | 4 +- drivers/scsi/lpfc/lpfc_attr.c | 63 +++++++++------------ drivers/scsi/lpfc/lpfc_crtn.h | 4 +- drivers/scsi/lpfc/lpfc_els.c | 33 ++++++++++- drivers/scsi/lpfc/lpfc_hbadisc.c | 17 +----- drivers/scsi/lpfc/lpfc_hw4.h | 7 ++- drivers/scsi/lpfc/lpfc_init.c | 94 ++++++++++++++++++++++++++------ drivers/scsi/lpfc/lpfc_scsi.c | 8 +-- drivers/scsi/lpfc/lpfc_sli.c | 83 ++++++++++++++-------------- drivers/scsi/lpfc/lpfc_sli4.h | 5 +- drivers/scsi/lpfc/lpfc_version.h | 6 +- drivers/scsi/lpfc/lpfc_vmid.c | 41 +++++++++++++- drivers/scsi/lpfc/lpfc_vport.c | 16 +----- 13 files changed, 238 insertions(+), 143 deletions(-) -- 2.38.0