public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/12] lpfc: Update lpfc to revision 14.2.0.5
@ 2022-07-01 21:14 James Smart
  2022-07-01 21:14 ` [PATCH 01/12] lpfc: Fix uninitialized cqe field in lpfc_nvme_cancel_iocb James Smart
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: James Smart @ 2022-07-01 21:14 UTC (permalink / raw)
  To: linux-scsi; +Cc: James Smart

Update lpfc to revision 14.2.0.5

This patch set contains mainly fixes.

The patches were cut against Martin's 5.20/scsi-queue tree with patches
for 14.2.0.4 (9 patches in 5.19/scsi-fixes) applied prior.

James Smart (12):
  lpfc: Fix uninitialized cqe field in lpfc_nvme_cancel_iocb
  lpfc: Prevent buffer overflow crashes in debugfs with malformed user
    input
  lpfc: Set PU field when providing D_ID in XMIT_ELS_RSP64_CX iocb
  lpfc: Remove extra atomic_inc on cmd_pending in queuecommand after
    VMID
  lpfc: Fix possible memory leak when failing to issue CMF WQE
  lpfc: Fix attempted FA-PWWN usage after feature disable
  lpfc: Fix lost NVME paths during LIF bounce stress test
  lpfc: Revert RSCN_MEMENTO workaround for misbehaved configuration
  lpfc: Refactor lpfc_nvmet_prep_abort_wqe into lpfc_sli_prep_abort_xri
  lpfc: Remove Menlo/Hornet related code
  lpfc: Update lpfc version to 14.2.0.5
  lpfc: Copyright updates for 14.2.0.5 patches

 drivers/scsi/lpfc/lpfc.h         |  11 +-
 drivers/scsi/lpfc/lpfc_attr.c    |  27 +--
 drivers/scsi/lpfc/lpfc_bsg.c     | 324 -------------------------------
 drivers/scsi/lpfc/lpfc_bsg.h     |  14 +-
 drivers/scsi/lpfc/lpfc_crtn.h    |   2 +-
 drivers/scsi/lpfc/lpfc_debugfs.c |  22 +--
 drivers/scsi/lpfc/lpfc_els.c     |  32 +--
 drivers/scsi/lpfc/lpfc_hbadisc.c |  60 +-----
 drivers/scsi/lpfc/lpfc_hw.h      |  10 -
 drivers/scsi/lpfc/lpfc_hw4.h     |   1 -
 drivers/scsi/lpfc/lpfc_ids.h     |   4 +-
 drivers/scsi/lpfc/lpfc_init.c    |  19 +-
 drivers/scsi/lpfc/lpfc_nvme.c    |   1 +
 drivers/scsi/lpfc/lpfc_nvmet.c   |  48 +----
 drivers/scsi/lpfc/lpfc_scsi.c    |   1 -
 drivers/scsi/lpfc/lpfc_sli.c     |  38 ++--
 drivers/scsi/lpfc/lpfc_sli.h     |   1 -
 drivers/scsi/lpfc/lpfc_version.h |   2 +-
 18 files changed, 66 insertions(+), 551 deletions(-)

-- 
2.26.2


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2022-07-14  4:22 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-01 21:14 [PATCH 00/12] lpfc: Update lpfc to revision 14.2.0.5 James Smart
2022-07-01 21:14 ` [PATCH 01/12] lpfc: Fix uninitialized cqe field in lpfc_nvme_cancel_iocb James Smart
2022-07-01 21:14 ` [PATCH 02/12] lpfc: Prevent buffer overflow crashes in debugfs with malformed user input James Smart
2022-07-01 21:14 ` [PATCH 03/12] lpfc: Set PU field when providing D_ID in XMIT_ELS_RSP64_CX iocb James Smart
2022-07-01 21:14 ` [PATCH 04/12] lpfc: Remove extra atomic_inc on cmd_pending in queuecommand after VMID James Smart
2022-07-01 21:14 ` [PATCH 05/12] lpfc: Fix possible memory leak when failing to issue CMF WQE James Smart
2022-07-01 21:14 ` [PATCH 06/12] lpfc: Fix attempted FA-PWWN usage after feature disable James Smart
2022-07-01 21:14 ` [PATCH 07/12] lpfc: Fix lost NVME paths during LIF bounce stress test James Smart
2022-07-01 21:14 ` [PATCH 08/12] lpfc: Revert RSCN_MEMENTO workaround for misbehaved configuration James Smart
2022-07-01 21:14 ` [PATCH 09/12] lpfc: Refactor lpfc_nvmet_prep_abort_wqe into lpfc_sli_prep_abort_xri James Smart
2022-07-01 21:14 ` [PATCH 10/12] lpfc: Remove Menlo/Hornet related code James Smart
2022-07-01 21:14 ` [PATCH 11/12] lpfc: Update lpfc version to 14.2.0.5 James Smart
2022-07-01 21:14 ` [PATCH 12/12] lpfc: Copyright updates for 14.2.0.5 patches James Smart
2022-07-07 21:17 ` [PATCH 00/12] lpfc: Update lpfc to revision 14.2.0.5 Martin K. Petersen
2022-07-14  4:22 ` Martin K. Petersen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox