Update lpfc to revision 12.8.0.11 This patch set contains fixes and improvements for the lpfc driver The patches were cut against Martin's 5.14/scsi-queue tree James Smart (20): lpfc: Fix NVME support reporting in log message lpfc: Remove use of kmalloc in trace event logging lpfc: Improve firmware download logging lpfc: Fix function description comments for vmid routines lpfc: Discovery state machine fixes for LOGO handling lpfc: Fix target reset handler from falsely returning FAILURE lpfc: Keep ndlp reference until after freeing the iocb after els handling lpfc: Fix null ptr dereference with NPIV ports for RDF handling lpfc: Fix memory leaks in error paths while issuing ELS RDF/SCR request lpfc: Remove REG_LOGIN check requirement to issue an ELS RDF lpfc: Fix KASAN slab-out-of-bounds in lpfc_unreg_rpi routine lpfc: Clear outstanding active mailbox during PCI function reset lpfc: Use PBDE feature enabled bit to determine PBDE support lpfc: Enable adisc discovery after RSCN by default lpfc: Delay unregistering from transport until GIDFT or ADISC completes lpfc: Call discovery state machine when handling PLOGI/ADISC completions lpfc: Skip reg_vpi when link is down for SLI3 in ADISC cmpl path lpfc: Skip issuing ADISC when node is in NPR state lpfc: Update lpfc version to 12.8.0.11 lpfc: Copyright updates for 12.8.0.11 patches drivers/scsi/lpfc/lpfc.h | 1 - drivers/scsi/lpfc/lpfc_attr.c | 4 +- drivers/scsi/lpfc/lpfc_crtn.h | 2 + drivers/scsi/lpfc/lpfc_ct.c | 5 +- drivers/scsi/lpfc/lpfc_disc.h | 9 +- drivers/scsi/lpfc/lpfc_els.c | 120 ++++++++++-------- drivers/scsi/lpfc/lpfc_hbadisc.c | 197 ++++++++++++++++++++++------- drivers/scsi/lpfc/lpfc_hw4.h | 20 ++- drivers/scsi/lpfc/lpfc_init.c | 51 +++++--- drivers/scsi/lpfc/lpfc_nportdisc.c | 43 ++++--- drivers/scsi/lpfc/lpfc_nvme.c | 10 +- drivers/scsi/lpfc/lpfc_nvme.h | 6 +- drivers/scsi/lpfc/lpfc_scsi.c | 68 +++++----- drivers/scsi/lpfc/lpfc_sli.c | 192 +++++++++++++++++++++------- drivers/scsi/lpfc/lpfc_sli4.h | 4 +- drivers/scsi/lpfc/lpfc_version.h | 2 +- 16 files changed, 497 insertions(+), 237 deletions(-) -- 2.26.2