All of lore.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 00/10] Update lpfc to revision 14.4.0.7
Date: Thu, 12 Dec 2024 15:32:59 -0800	[thread overview]
Message-ID: <20241212233309.71356-1-justintee8345@gmail.com> (raw)

Update lpfc to revision 14.4.0.7

This patch set contains fixes related to smatch, clean up of obsolete code
and global spinlocks, changes to ADISC and LS_RJT handling, and support for
large fw object reads used in proprietary applications.

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

Justin Tee (10):
  lpfc: Redefine incorrect type in lpfc_create_device_data
  lpfc: Restrict the REG_FCFI MAM field to FCoE adapters only
  lpfc: Delete NLP_TARGET_REMOVE flag due to obsolete usage
  lpfc: Modify handling of ADISC based on ndlp state and RPI
    registration
  lpfc: Add handling for LS_RJT reason explanation authentication
    required
  lpfc: Change lpfc_nodelist save_flags member into a bitmask
  lpfc: Update definition of firmware configuration mbox cmds
  lpfc: Add support for large fw object application layer reads
  lpfc: Update lpfc version to 14.4.0.7
  lpfc: Copyright updates for 14.4.0.7 patches

 drivers/scsi/lpfc/lpfc_bsg.c       | 210 +++++++++++++++++++++++++++--
 drivers/scsi/lpfc/lpfc_bsg.h       |  19 ++-
 drivers/scsi/lpfc/lpfc_ct.c        |   6 +-
 drivers/scsi/lpfc/lpfc_disc.h      |  11 +-
 drivers/scsi/lpfc/lpfc_els.c       |  55 ++++----
 drivers/scsi/lpfc/lpfc_hbadisc.c   |  13 +-
 drivers/scsi/lpfc/lpfc_hw.h        |   3 +-
 drivers/scsi/lpfc/lpfc_hw4.h       |  85 ++++--------
 drivers/scsi/lpfc/lpfc_init.c      |  11 +-
 drivers/scsi/lpfc/lpfc_mbox.c      |   6 +-
 drivers/scsi/lpfc/lpfc_nportdisc.c |  53 ++++----
 drivers/scsi/lpfc/lpfc_scsi.c      |  27 ++--
 drivers/scsi/lpfc/lpfc_sli4.h      |   2 -
 drivers/scsi/lpfc/lpfc_version.h   |   2 +-
 drivers/scsi/lpfc/lpfc_vport.c     |  22 +--
 15 files changed, 351 insertions(+), 174 deletions(-)

-- 
2.38.0


             reply	other threads:[~2024-12-12 23:14 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-12 23:32 Justin Tee [this message]
2024-12-12 23:33 ` [PATCH 01/10] lpfc: Redefine incorrect type in lpfc_create_device_data Justin Tee
2024-12-12 23:33 ` [PATCH 02/10] lpfc: Restrict the REG_FCFI MAM field to FCoE adapters only Justin Tee
2024-12-12 23:33 ` [PATCH 03/10] lpfc: Delete NLP_TARGET_REMOVE flag due to obsolete usage Justin Tee
2024-12-12 23:33 ` [PATCH 04/10] lpfc: Modify handling of ADISC based on ndlp state and RPI registration Justin Tee
2024-12-12 23:33 ` [PATCH 05/10] lpfc: Add handling for LS_RJT reason explanation authentication required Justin Tee
2024-12-12 23:33 ` [PATCH 06/10] lpfc: Change lpfc_nodelist save_flags member into a bitmask Justin Tee
2024-12-12 23:33 ` [PATCH 07/10] lpfc: Update definition of firmware configuration mbox cmds Justin Tee
2024-12-12 23:33 ` [PATCH 08/10] lpfc: Add support for large fw object application layer reads Justin Tee
2024-12-12 23:33 ` [PATCH 09/10] lpfc: Update lpfc version to 14.4.0.7 Justin Tee
2024-12-12 23:33 ` [PATCH 10/10] lpfc: Copyright updates for 14.4.0.7 patches Justin Tee
2025-01-02 20:03 ` [PATCH 00/10] Update lpfc to revision 14.4.0.7 Martin K. Petersen
2025-01-10 21:16 ` 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=20241212233309.71356-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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.