mbox series

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

Message ID 20230109233317.54737-1-justintee8345@gmail.com
Headers show
Series lpfc: Update lpfc to revision 14.2.0.10 | expand

Message

Justin Tee Jan. 9, 2023, 11:33 p.m. UTC
Update lpfc to revision 14.2.0.10

This patch set contains fixes for bugs, kernel test robot, and introduces
new attention type event handling.

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

Justin Tee (12):
  lpfc: Fix space indentation in lpfc_xcvr_data
  lpfc: Replace outdated strncpy with strscpy
  lpfc: Resolve miscellaneous variable set but not used compiler
    warnings
  lpfc: Set max dma segment size to hba supported SGE length
  lpfc: Remove redundant clean up code in disable_vport
  lpfc: Remove duplicate ndlp kref decrement in lpfc_cleanup_rpis
  lpfc: Exit PRLI completion handling early if ndlp not in PRLI_ISSUE
    state
  lpfc: Fix use-after-free KFENCE violation during sysfs firmware write
  lpfc: Reinitialize internal VMID data structures after FLOGI
    completion
  lpfc: Introduce new attention types for lpfc_sli4_async_fc_evt hdlr
  lpfc: Update lpfc version to 14.2.0.10
  Copyright updates for 14.2.0.10 patches

 drivers/scsi/lpfc/lpfc.h         |  4 +-
 drivers/scsi/lpfc/lpfc_attr.c    | 63 +++++++++------------
 drivers/scsi/lpfc/lpfc_crtn.h    |  4 +-
 drivers/scsi/lpfc/lpfc_els.c     | 33 ++++++++++-
 drivers/scsi/lpfc/lpfc_hbadisc.c | 17 +-----
 drivers/scsi/lpfc/lpfc_hw4.h     |  7 ++-
 drivers/scsi/lpfc/lpfc_init.c    | 94 ++++++++++++++++++++++++++------
 drivers/scsi/lpfc/lpfc_scsi.c    |  8 +--
 drivers/scsi/lpfc/lpfc_sli.c     | 83 ++++++++++++++--------------
 drivers/scsi/lpfc/lpfc_sli4.h    |  5 +-
 drivers/scsi/lpfc/lpfc_version.h |  6 +-
 drivers/scsi/lpfc/lpfc_vmid.c    | 41 +++++++++++++-
 drivers/scsi/lpfc/lpfc_vport.c   | 16 +-----
 13 files changed, 238 insertions(+), 143 deletions(-)

Comments

Martin K. Petersen Jan. 12, 2023, 5:05 a.m. UTC | #1
Justin,

> Update lpfc to revision 14.2.0.10
>
> This patch set contains fixes for bugs, kernel test robot, and introduces
> new attention type event handling.

Applied to 6.3/scsi-staging, thanks!
Martin K. Petersen Jan. 14, 2023, 3:19 a.m. UTC | #2
On Mon, 09 Jan 2023 15:33:05 -0800, Justin Tee wrote:

> Update lpfc to revision 14.2.0.10
> 
> This patch set contains fixes for bugs, kernel test robot, and introduces
> new attention type event handling.
> 
> The patches were cut against Martin's 6.3/scsi-queue tree.
> 
> [...]

Applied to 6.3/scsi-queue, thanks!

[01/12] lpfc: Fix space indentation in lpfc_xcvr_data
	https://git.kernel.org/mkp/scsi/c/6058304a66ba
[02/12] lpfc: Replace outdated strncpy with strscpy
	https://git.kernel.org/mkp/scsi/c/1f7b5f94f8d0
[03/12] lpfc: Resolve miscellaneous variable set but not used compiler warnings
	https://git.kernel.org/mkp/scsi/c/7ab07683aa4c
[04/12] lpfc: Set max dma segment size to hba supported SGE length
	https://git.kernel.org/mkp/scsi/c/b5c894cf430e
[05/12] lpfc: Remove redundant clean up code in disable_vport
	https://git.kernel.org/mkp/scsi/c/f81395570e6c
[06/12] lpfc: Remove duplicate ndlp kref decrement in lpfc_cleanup_rpis
	https://git.kernel.org/mkp/scsi/c/ecdf4ddf4eb7
[07/12] lpfc: Exit PRLI completion handling early if ndlp not in PRLI_ISSUE state
	https://git.kernel.org/mkp/scsi/c/c051f1a424a1
[08/12] lpfc: Fix use-after-free KFENCE violation during sysfs firmware write
	https://git.kernel.org/mkp/scsi/c/21681b81b9ae
[09/12] lpfc: Reinitialize internal VMID data structures after FLOGI completion
	https://git.kernel.org/mkp/scsi/c/f1d2337d3e58
[10/12] lpfc: Introduce new attention types for lpfc_sli4_async_fc_evt hdlr
	https://git.kernel.org/mkp/scsi/c/96fb8c34e5c1
[11/12] lpfc: Update lpfc version to 14.2.0.10
	https://git.kernel.org/mkp/scsi/c/41cf6bbe3d99
[12/12] Copyright updates for 14.2.0.10 patches
	https://git.kernel.org/mkp/scsi/c/191b5a38771d