mbox series

[0/9] lpfc: Update lpfc to revision 14.2.0.13

Message ID 20230523183206.7728-1-justintee8345@gmail.com (mailing list archive)
Headers show
Series lpfc: Update lpfc to revision 14.2.0.13 | expand

Message

Justin Tee May 23, 2023, 6:31 p.m. UTC
Update lpfc to revision 14.2.0.13

This patch set contains discovery bug fixes, firmware logging improvements,
clean up of CQ handling, and statistics collection enhancements.

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

Justin Tee (9):
  lpfc: Fix use-after-free rport memory access in
    lpfc_register_remote_port
  lpfc: Clear NLP_IN_DEV_LOSS flag if already in rediscovery
  lpfc: Account for fabric domain ctlr device loss recovery
  lpfc: Revise NPIV ELS unsol rcv cmpl logic to drop ndlp based on
    nlp_state
  lpfc: Change firmware upgrade logging to KERN_NOTICE instead of
    TRACE_EVENT
  lpfc: Clean up SLI-4 CQE status handling
  lpfc: Enhance congestion statistics collection
  lpfc: Update lpfc version to 14.2.0.13
  lpfc: Copyright updates for 14.2.0.13 patches

 drivers/scsi/lpfc/lpfc.h         |  65 +++-----
 drivers/scsi/lpfc/lpfc_els.c     |  14 +-
 drivers/scsi/lpfc/lpfc_hbadisc.c |  33 ++--
 drivers/scsi/lpfc/lpfc_hw4.h     |   3 -
 drivers/scsi/lpfc/lpfc_init.c    | 250 +++++++++----------------------
 drivers/scsi/lpfc/lpfc_logmsg.h  |   6 +-
 drivers/scsi/lpfc/lpfc_nvme.c    |  17 ++-
 drivers/scsi/lpfc/lpfc_nvmet.c   |   6 +-
 drivers/scsi/lpfc/lpfc_scsi.c    |  65 ++++----
 drivers/scsi/lpfc/lpfc_sli.c     |  54 +++----
 drivers/scsi/lpfc/lpfc_version.h |   2 +-
 11 files changed, 195 insertions(+), 320 deletions(-)

Comments

Martin K. Petersen May 31, 2023, 10:15 p.m. UTC | #1
Justin,

> Update lpfc to revision 14.2.0.13
>
> This patch set contains discovery bug fixes, firmware logging
> improvements, clean up of CQ handling, and statistics collection
> enhancements.
>
> The patches were cut against Martin's 6.5/scsi-queue tree.

Applied to 6.5/scsi-staging, thanks!
Martin K. Petersen June 8, 2023, 1:42 a.m. UTC | #2
On Tue, 23 May 2023 11:31:57 -0700, Justin Tee wrote:

> Update lpfc to revision 14.2.0.13
> 
> This patch set contains discovery bug fixes, firmware logging improvements,
> clean up of CQ handling, and statistics collection enhancements.
> 
> The patches were cut against Martin's 6.5/scsi-queue tree.
> 
> [...]

Applied to 6.5/scsi-queue, thanks!

[1/9] lpfc: Fix use-after-free rport memory access in lpfc_register_remote_port
      https://git.kernel.org/mkp/scsi/c/a4157aaf0fb4
[2/9] lpfc: Clear NLP_IN_DEV_LOSS flag if already in rediscovery
      https://git.kernel.org/mkp/scsi/c/fd57a687d441
[3/9] lpfc: Account for fabric domain ctlr device loss recovery
      https://git.kernel.org/mkp/scsi/c/73ded37869f8
[4/9] lpfc: Revise NPIV ELS unsol rcv cmpl logic to drop ndlp based on nlp_state
      https://git.kernel.org/mkp/scsi/c/9914a3d033d3
[5/9] lpfc: Change firmware upgrade logging to KERN_NOTICE instead of TRACE_EVENT
      https://git.kernel.org/mkp/scsi/c/b9951e1cffae
[6/9] lpfc: Clean up SLI-4 CQE status handling
      https://git.kernel.org/mkp/scsi/c/6a84d015082e
[7/9] lpfc: Enhance congestion statistics collection
      https://git.kernel.org/mkp/scsi/c/93190ac1d4e7
[8/9] lpfc: Update lpfc version to 14.2.0.13
      https://git.kernel.org/mkp/scsi/c/48abf8b4b563
[9/9] lpfc: Copyright updates for 14.2.0.13 patches
      https://git.kernel.org/mkp/scsi/c/b93f9eb8f4cd