mbox series

[00/12] lpfc: Update lpfc to revision 14.2.0.5

Message ID 20220701211425.2708-1-jsmart2021@gmail.com
Headers show
Series lpfc: Update lpfc to revision 14.2.0.5 | expand

Message

James Smart July 1, 2022, 9:14 p.m. UTC
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(-)

Comments

Martin K. Petersen July 7, 2022, 9:17 p.m. UTC | #1
James,

> Update lpfc to revision 14.2.0.5

Applied to 5.20/scsi-staging, thanks!
Martin K. Petersen July 14, 2022, 4:22 a.m. UTC | #2
On Fri, 1 Jul 2022 14:14:13 -0700, James Smart wrote:

> 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.
> 
> [...]

Applied to 5.20/scsi-queue, thanks!

[01/12] lpfc: Fix uninitialized cqe field in lpfc_nvme_cancel_iocb
        https://git.kernel.org/mkp/scsi/c/4ecc9b0271a7
[02/12] lpfc: Prevent buffer overflow crashes in debugfs with malformed user input
        https://git.kernel.org/mkp/scsi/c/f8191d40aa61
[03/12] lpfc: Set PU field when providing D_ID in XMIT_ELS_RSP64_CX iocb
        https://git.kernel.org/mkp/scsi/c/35251b4d79db
[04/12] lpfc: Remove extra atomic_inc on cmd_pending in queuecommand after VMID
        https://git.kernel.org/mkp/scsi/c/0948a9c53860
[05/12] lpfc: Fix possible memory leak when failing to issue CMF WQE
        https://git.kernel.org/mkp/scsi/c/2f67dc7970bc
[06/12] lpfc: Fix attempted FA-PWWN usage after feature disable
        https://git.kernel.org/mkp/scsi/c/43e19a96a789
[07/12] lpfc: Fix lost NVME paths during LIF bounce stress test
        https://git.kernel.org/mkp/scsi/c/ea92e173dc55
[08/12] lpfc: Revert RSCN_MEMENTO workaround for misbehaved configuration
        https://git.kernel.org/mkp/scsi/c/ffc566411ade
[09/12] lpfc: Refactor lpfc_nvmet_prep_abort_wqe into lpfc_sli_prep_abort_xri
        https://git.kernel.org/mkp/scsi/c/b21c9deb1479
[10/12] lpfc: Remove Menlo/Hornet related code
        https://git.kernel.org/mkp/scsi/c/7f86d2b84708
[11/12] lpfc: Update lpfc version to 14.2.0.5
        https://git.kernel.org/mkp/scsi/c/71faf8d30fdb
[12/12] lpfc: Copyright updates for 14.2.0.5 patches
        https://git.kernel.org/mkp/scsi/c/b3d11f195cbb