public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
From: Justin Tee <justintee8345@gmail.com>
To: linux-scsi@vger.kernel.org
Cc: jsmart2021@gmail.com, justin.tee@broadcom.com,
	Justin Tee <justintee8345@gmail.com>
Subject: [PATCH 0/8] Update lpfc to revision 14.4.0.2
Date: Mon, 29 Apr 2024 15:15:39 -0700	[thread overview]
Message-ID: <20240429221547.6842-1-justintee8345@gmail.com> (raw)

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(-)

-- 
2.38.0


             reply	other threads:[~2024-04-29 21:57 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-29 22:15 Justin Tee [this message]
2024-04-29 22:15 ` [PATCH 1/8] lpfc: Change default logging level for unsolicited CT MIB commands Justin Tee
2024-04-29 22:15 ` [PATCH 2/8] lpfc: Update logging of protection type for T10 DIF I/O Justin Tee
2024-04-29 22:15 ` [PATCH 3/8] lpfc: Clear deferred RSCN processing flag when driver is unloading Justin Tee
2024-04-29 22:15 ` [PATCH 4/8] lpfc: Introduce rrq_list_lock to protect active_rrq_list Justin Tee
2024-04-29 22:15 ` [PATCH 5/8] lpfc: Change lpfc_hba hba_flag member into a bitmask Justin Tee
2024-04-29 22:15 ` [PATCH 6/8] lpfc: Add support for 32 byte CDBs Justin Tee
2024-04-29 22:15 ` [PATCH 7/8] lpfc: Update lpfc version to 14.4.0.2 Justin Tee
2024-04-29 22:15 ` [PATCH 8/8] lpfc: Copyright updates for 14.4.0.2 patches Justin Tee
2024-05-07  1:58 ` [PATCH 0/8] Update lpfc to revision 14.4.0.2 Martin K. Petersen
2024-05-11 18:39 ` Martin K. Petersen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240429221547.6842-1-justintee8345@gmail.com \
    --to=justintee8345@gmail.com \
    --cc=jsmart2021@gmail.com \
    --cc=justin.tee@broadcom.com \
    --cc=linux-scsi@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox