Update lpfc to revision 14.2.0.4 This patch set contains mainly fixes. Also adds some additional logging for NVMe command completions when errors, and enabling of nvme-fc flush handling on async event cmds. The patches were cut against Martin's 5.19/scsi-queue tree James Smart (9): lpfc: Correct BDE type for XMIT_SEQ64_WQE in ct_reject_event lpfc: Resolve some cleanup issues following abort path refactoring lpfc: Resolve some cleanup issues following SLI path refactoring lpfc: Address null pointer dereference after starget_to_rport() lpfc: Resolve null ptr dereference after an ELS LOGO is aborted lpfc: Fix port stuck in bypassed state after lip in PT2PT topology lpfc: Add more logging of cmd and cqe information for aborted NVME cmds lpfc: Allow reduced polling rate for nvme_admin_async_event cmd completion lpfc: Update lpfc version to 14.2.0.4 drivers/scsi/lpfc/lpfc_crtn.h | 4 +-- drivers/scsi/lpfc/lpfc_ct.c | 2 +- drivers/scsi/lpfc/lpfc_els.c | 21 ++++++------ drivers/scsi/lpfc/lpfc_hw4.h | 3 ++ drivers/scsi/lpfc/lpfc_init.c | 2 +- drivers/scsi/lpfc/lpfc_nportdisc.c | 3 +- drivers/scsi/lpfc/lpfc_nvme.c | 52 +++++++++++++++++++++++------- drivers/scsi/lpfc/lpfc_scsi.c | 6 ++++ drivers/scsi/lpfc/lpfc_sli.c | 25 +++++++------- drivers/scsi/lpfc/lpfc_version.h | 2 +- 10 files changed, 76 insertions(+), 44 deletions(-) -- 2.26.2