mbox series

[0/8] Update lpfc to revision 14.4.0.2

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

Message

Justin Tee April 29, 2024, 10:15 p.m. UTC
Update lpfc to revision 14.4.0.2

This patch set contains updates to log messaging, a bug fix related to
unloading of the driver, clean up patches regarding the abuse of a global
spinlock, and support for 32 byte CDBs.

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

Justin Tee (8):
  lpfc: Change default logging level for unsolicited CT MIB commands
  lpfc: Update logging of protection type for T10 DIF I/O
  lpfc: Clear deferred RSCN processing flag when driver is unloading
  lpfc: Introduce rrq_list_lock to protect active_rrq_list
  lpfc: Change lpfc_hba hba_flag member into a bitmask
  lpfc: Add support for 32 byte CDBs
  lpfc: Update lpfc version to 14.4.0.2
  lpfc: Copyright updates for 14.4.0.2 patches

 drivers/scsi/lpfc/lpfc.h           |  62 ++++----
 drivers/scsi/lpfc/lpfc_attr.c      |  31 ++--
 drivers/scsi/lpfc/lpfc_bsg.c       |   3 +-
 drivers/scsi/lpfc/lpfc_ct.c        |  24 ++--
 drivers/scsi/lpfc/lpfc_els.c       |  43 +++---
 drivers/scsi/lpfc/lpfc_hbadisc.c   | 133 ++++++++----------
 drivers/scsi/lpfc/lpfc_hw4.h       |   8 ++
 drivers/scsi/lpfc/lpfc_init.c      | 119 +++++++---------
 drivers/scsi/lpfc/lpfc_nportdisc.c |  63 +++++----
 drivers/scsi/lpfc/lpfc_nvme.c      |  27 ++--
 drivers/scsi/lpfc/lpfc_nvmet.c     |   9 +-
 drivers/scsi/lpfc/lpfc_scsi.c      |  71 ++++++----
 drivers/scsi/lpfc/lpfc_scsi.h      |  32 +++--
 drivers/scsi/lpfc/lpfc_sli.c       | 218 +++++++++++++----------------
 drivers/scsi/lpfc/lpfc_version.h   |   2 +-
 15 files changed, 432 insertions(+), 413 deletions(-)

Comments

Martin K. Petersen May 7, 2024, 1:58 a.m. UTC | #1
Justin,

> Update lpfc to revision 14.4.0.2
>
> This patch set contains updates to log messaging, a bug fix related to
> unloading of the driver, clean up patches regarding the abuse of a
> global spinlock, and support for 32 byte CDBs.
>
> The patches were cut against Martin's 6.10/scsi-queue tree.

Applied to 6.10/scsi-staging, thanks!
Martin K. Petersen May 11, 2024, 6:39 p.m. UTC | #2
On Mon, 29 Apr 2024 15:15:39 -0700, Justin Tee wrote:

> Update lpfc to revision 14.4.0.2
> 
> This patch set contains updates to log messaging, a bug fix related to
> unloading of the driver, clean up patches regarding the abuse of a global
> spinlock, and support for 32 byte CDBs.
> 
> The patches were cut against Martin's 6.10/scsi-queue tree.
> 
> [...]

Applied to 6.10/scsi-queue, thanks!

[1/8] lpfc: Change default logging level for unsolicited CT MIB commands
      https://git.kernel.org/mkp/scsi/c/1db60fa05929
[2/8] lpfc: Update logging of protection type for T10 DIF I/O
      https://git.kernel.org/mkp/scsi/c/18f7761d5c6f
[3/8] lpfc: Clear deferred RSCN processing flag when driver is unloading
      https://git.kernel.org/mkp/scsi/c/bf81e9cd1767
[4/8] lpfc: Introduce rrq_list_lock to protect active_rrq_list
      https://git.kernel.org/mkp/scsi/c/5f800d72762a
[5/8] lpfc: Change lpfc_hba hba_flag member into a bitmask
      https://git.kernel.org/mkp/scsi/c/e780c9423b10
[6/8] lpfc: Add support for 32 byte CDBs
      https://git.kernel.org/mkp/scsi/c/af20bb73ac25
[7/8] lpfc: Update lpfc version to 14.4.0.2
      https://git.kernel.org/mkp/scsi/c/37a8001d7b9f
[8/8] lpfc: Copyright updates for 14.4.0.2 patches
      https://git.kernel.org/mkp/scsi/c/3f1d179f8f47