mbox series

[00/10] lpfc: Update lpfc to revision 14.2.0.11

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

Message

Justin Tee March 1, 2023, 11:16 p.m. UTC
Update lpfc to revision 14.2.0.11

This patch set contains bug fixes for buffer overflow, resource management,
discovery, and HBA error status handling.

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

Justin Tee (10):
  lpfc: Protect against potential lpfc_debugfs_lockstat_write buffer
    overflow
  lpfc: Reorder freeing of various dma buffers and their list removal
  lpfc: Fix lockdep warning for rx_monitor lock when unloading driver
  lpfc: Record LOGO state with discovery engine even if aborted
  lpfc: Defer issuing new PLOGI if received RSCN before completing
    REG_LOGIN
  lpfc: Correct used_rpi count when devloss tmo fires with no recovery
  lpfc: Skip waiting for register ready bits when in unrecoverable state
  lpfc: Revise lpfc_error_lost_link reason code evaluation logic
  lpfc: Update lpfc version to 14.2.0.11
  lpfc: Copyright updates for 14.2.0.11 patches

 drivers/scsi/lpfc/lpfc_attr.c    |  6 ++++
 drivers/scsi/lpfc/lpfc_bsg.c     |  4 +--
 drivers/scsi/lpfc/lpfc_crtn.h    |  2 ++
 drivers/scsi/lpfc/lpfc_ct.c      |  8 ++---
 drivers/scsi/lpfc/lpfc_debugfs.c |  9 ++++--
 drivers/scsi/lpfc/lpfc_els.c     | 50 +++++++++++++++++---------------
 drivers/scsi/lpfc/lpfc_hbadisc.c | 39 +++++++++++++++++++++++--
 drivers/scsi/lpfc/lpfc_hw.h      | 14 +--------
 drivers/scsi/lpfc/lpfc_init.c    |  5 ++--
 drivers/scsi/lpfc/lpfc_nvme.c    |  6 ++--
 drivers/scsi/lpfc/lpfc_sli.c     | 28 ++++++++++++++----
 drivers/scsi/lpfc/lpfc_sli4.h    | 19 ++++++++++++
 drivers/scsi/lpfc/lpfc_version.h |  2 +-
 13 files changed, 134 insertions(+), 58 deletions(-)

Comments

Martin K. Petersen March 7, 2023, 3:04 a.m. UTC | #1
Justin,

> Update lpfc to revision 14.2.0.11

Applied to 6.4/scsi-staging, thanks!
Martin K. Petersen March 10, 2023, 3:14 a.m. UTC | #2
On Wed, 01 Mar 2023 15:16:16 -0800, Justin Tee wrote:

> Update lpfc to revision 14.2.0.11
> 
> This patch set contains bug fixes for buffer overflow, resource management,
> discovery, and HBA error status handling.
> 
> The patches were cut against Martin's 6.3/scsi-queue tree.
> 
> [...]

Applied to 6.4/scsi-queue, thanks!

[01/10] lpfc: Protect against potential lpfc_debugfs_lockstat_write buffer overflow
        https://git.kernel.org/mkp/scsi/c/c6087b82a914
[02/10] lpfc: Reorder freeing of various dma buffers and their list removal
        https://git.kernel.org/mkp/scsi/c/bf21c9bb624c
[03/10] lpfc: Fix lockdep warning for rx_monitor lock when unloading driver
        https://git.kernel.org/mkp/scsi/c/c0d6071aa26f
[04/10] lpfc: Record LOGO state with discovery engine even if aborted
        https://git.kernel.org/mkp/scsi/c/06578ac65e2a
[05/10] lpfc: Defer issuing new PLOGI if received RSCN before completing REG_LOGIN
        https://git.kernel.org/mkp/scsi/c/1d0f9fea5d7f
[06/10] lpfc: Correct used_rpi count when devloss tmo fires with no recovery
        https://git.kernel.org/mkp/scsi/c/db651ec22524
[07/10] lpfc: Skip waiting for register ready bits when in unrecoverable state
        https://git.kernel.org/mkp/scsi/c/27c2bcf00ade
[08/10] lpfc: Revise lpfc_error_lost_link reason code evaluation logic
        https://git.kernel.org/mkp/scsi/c/796876fdaefe
[09/10] lpfc: Update lpfc version to 14.2.0.11
        https://git.kernel.org/mkp/scsi/c/13b149bbcf73
[10/10] lpfc: Copyright updates for 14.2.0.11 patches
        https://git.kernel.org/mkp/scsi/c/22871fe3b682