mbox series

[0/8] lpfc: Update lpfc to revision 14.0.0.3

Message ID 20211020211417.88754-1-jsmart2021@gmail.com (mailing list archive)
Headers show
Series lpfc: Update lpfc to revision 14.0.0.3 | expand

Message

James Smart Oct. 20, 2021, 9:14 p.m. UTC
Update lpfc to revision 14.0.0.3

This patch set contains several bug fixes.

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


James Smart (8):
  lpfc: Revert LOG_TRACE_EVENT back to LOG_INIT prior to
    driver_resource_setup
  lpfc: Wait for successful restart of SLI3 adapter during host sg_reset
  lpfc: Correct sysfs reporting of loop support after SFP status change
  lpfc: Fix use-after-free in lpfc_unreg_rpi() routine
  lpfc: Allow PLOGI retry if previous PLOGI was aborted
  lpfc: Fix link down processing to address NULL pointer dereference
  lpfc: Allow fabric node recovery if recovery is in progress before
    devloss
  lpfc: Update lpfc version to 14.0.0.3

 drivers/scsi/lpfc/lpfc_crtn.h    |   3 +
 drivers/scsi/lpfc/lpfc_disc.h    |  12 +++-
 drivers/scsi/lpfc/lpfc_els.c     |  20 +++++-
 drivers/scsi/lpfc/lpfc_hbadisc.c | 112 ++++++++++++++++++++++++++++++-
 drivers/scsi/lpfc/lpfc_init.c    |  68 +++++++++++++++++--
 drivers/scsi/lpfc/lpfc_scsi.c    |  19 ++++--
 drivers/scsi/lpfc/lpfc_sli.c     |  43 ++++--------
 drivers/scsi/lpfc/lpfc_version.h |   2 +-
 8 files changed, 229 insertions(+), 50 deletions(-)

Comments

Martin K. Petersen Oct. 21, 2021, 3:34 a.m. UTC | #1
James,

> Update lpfc to revision 14.0.0.3

Applied to 5.16/scsi-staging, thanks!
Martin K. Petersen Oct. 27, 2021, 4 a.m. UTC | #2
On Wed, 20 Oct 2021 14:14:09 -0700, James Smart wrote:

> Update lpfc to revision 14.0.0.3
> 
> This patch set contains several bug fixes.
> 
> The patches were cut against Martin's 5.16/scsi-queue tree
> 
> 
> [...]

Applied to 5.16/scsi-queue, thanks!

[1/8] lpfc: Revert LOG_TRACE_EVENT back to LOG_INIT prior to driver_resource_setup
      https://git.kernel.org/mkp/scsi/c/a516074c2026
[2/8] lpfc: Wait for successful restart of SLI3 adapter during host sg_reset
      https://git.kernel.org/mkp/scsi/c/d305c253af69
[3/8] lpfc: Correct sysfs reporting of loop support after SFP status change
      https://git.kernel.org/mkp/scsi/c/7a1dda943630
[4/8] lpfc: Fix use-after-free in lpfc_unreg_rpi() routine
      https://git.kernel.org/mkp/scsi/c/79b20beccea3
[5/8] lpfc: Allow PLOGI retry if previous PLOGI was aborted
      https://git.kernel.org/mkp/scsi/c/15af02d8a585
[6/8] lpfc: Fix link down processing to address NULL pointer dereference
      https://git.kernel.org/mkp/scsi/c/1854f53ccd88
[7/8] lpfc: Allow fabric node recovery if recovery is in progress before devloss
      https://git.kernel.org/mkp/scsi/c/af984c87293b
[8/8] lpfc: Update lpfc version to 14.0.0.3
      https://git.kernel.org/mkp/scsi/c/83c3a7beaef7