mbox series

[0/7] lpfc: Update lpfc to revision 14.2.0.6

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

Message

James Smart Aug. 19, 2022, 1:17 a.m. UTC
Update lpfc to revision 14.2.0.6

This patch set contains fixes and removal of dead code.

The patches were cut against Martin's 5.20/scsi-queue tree

James Smart (7):
  lpfc: Fix unsolicited FLOGI receive handling during PT2PT discovery
  lpfc: Fix null ndlp ptr dereference in abnormal exit path for GFT_ID
  lpfc: Rework MIB Rx Monitor debug info logic
  lpfc: Add warning notification period to CMF_SYNC_WQE
  lpfc: Remove SANDiags related code
  lpfc: Update lpfc version to 14.2.0.6
  lpfc: Copyright updates for 14.2.0.6 patches

 drivers/scsi/lpfc/lpfc.h         |  27 +--
 drivers/scsi/lpfc/lpfc_attr.c    | 344 +------------------------------
 drivers/scsi/lpfc/lpfc_crtn.h    |   8 +
 drivers/scsi/lpfc/lpfc_ct.c      |   7 +-
 drivers/scsi/lpfc/lpfc_debugfs.c |  59 +-----
 drivers/scsi/lpfc/lpfc_debugfs.h |   4 +-
 drivers/scsi/lpfc/lpfc_disc.h    |   3 +-
 drivers/scsi/lpfc/lpfc_hbadisc.c |  18 --
 drivers/scsi/lpfc/lpfc_hw4.h     |   4 +
 drivers/scsi/lpfc/lpfc_init.c    |  83 +++-----
 drivers/scsi/lpfc/lpfc_mem.c     |  11 +-
 drivers/scsi/lpfc/lpfc_scsi.c    |  59 ------
 drivers/scsi/lpfc/lpfc_scsi.h    |   6 +-
 drivers/scsi/lpfc/lpfc_sli.c     | 196 +++++++++++++++++-
 drivers/scsi/lpfc/lpfc_version.h |   2 +-
 drivers/scsi/lpfc/lpfc_vport.c   |  71 -------
 drivers/scsi/lpfc/lpfc_vport.h   |   6 +-
 17 files changed, 263 insertions(+), 645 deletions(-)

Comments

Martin K. Petersen Aug. 23, 2022, 3:51 a.m. UTC | #1
James,

> Update lpfc to revision 14.2.0.6

Applied to 6.1/scsi-staging, thanks!
Martin K. Petersen Sept. 1, 2022, 5:12 a.m. UTC | #2
On Thu, 18 Aug 2022 18:17:29 -0700, James Smart wrote:

> Update lpfc to revision 14.2.0.6
> 
> This patch set contains fixes and removal of dead code.
> 
> The patches were cut against Martin's 5.20/scsi-queue tree
> 
> James Smart (7):
>   lpfc: Fix unsolicited FLOGI receive handling during PT2PT discovery
>   lpfc: Fix null ndlp ptr dereference in abnormal exit path for GFT_ID
>   lpfc: Rework MIB Rx Monitor debug info logic
>   lpfc: Add warning notification period to CMF_SYNC_WQE
>   lpfc: Remove SANDiags related code
>   lpfc: Update lpfc version to 14.2.0.6
>   lpfc: Copyright updates for 14.2.0.6 patches
> 
> [...]

Applied to 6.1/scsi-queue, thanks!

[1/7] lpfc: Fix unsolicited FLOGI receive handling during PT2PT discovery
      https://git.kernel.org/mkp/scsi/c/439b93293ff2
[2/7] lpfc: Fix null ndlp ptr dereference in abnormal exit path for GFT_ID
      https://git.kernel.org/mkp/scsi/c/59b7e210a522
[3/7] lpfc: Rework MIB Rx Monitor debug info logic
      https://git.kernel.org/mkp/scsi/c/bd269188ea94
[4/7] lpfc: Add warning notification period to CMF_SYNC_WQE
      https://git.kernel.org/mkp/scsi/c/71ddeeaf5bd5
[5/7] lpfc: Remove SANDiags related code
      https://git.kernel.org/mkp/scsi/c/2af33e5a031f
[6/7] lpfc: Update lpfc version to 14.2.0.6
      https://git.kernel.org/mkp/scsi/c/b5c6c88e5809
[7/7] lpfc: Copyright updates for 14.2.0.6 patches
      https://git.kernel.org/mkp/scsi/c/1775c2080eb1