Message ID | 20231031191224.150862-1-justintee8345@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | lpfc: Update lpfc to revision 14.2.0.16 | expand |
> On Oct 31, 2023, at 12:12 PM, Justin Tee <justintee8345@gmail.com> wrote: > > Update lpfc to revision 14.2.0.16 > > This patch set contains a user input range check correction, static code > analyzer fixes, refactoring of clean up code, and logging enhancements. > > The patches were cut against Martin's 6.7/scsi-queue tree. > > Justin Tee (9): > lpfc: Correct maximum PCI function value for RAS fw logging > lpfc: Fix possible file string name overflow when updating firmware > lpfc: Fix list_entry null check warning in lpfc_cmpl_els_plogi > lpfc: Eliminate unnecessary relocking in lpfc_check_nlp_post_devloss > lpfc: Return early in lpfc_poll_eratt when the driver is unloading > lpfc: Refactor and clean up mailbox command memory free > lpfc: Enhance driver logging for selected discovery events > lpfc: Update lpfc version to 14.2.0.16 > lpfc: Copyright updates for 14.2.0.16 patches > > drivers/scsi/lpfc/lpfc.h | 1 + > drivers/scsi/lpfc/lpfc_attr.c | 4 +-- > drivers/scsi/lpfc/lpfc_els.c | 53 ++++++++++++++++++++------------ > drivers/scsi/lpfc/lpfc_hbadisc.c | 2 +- > drivers/scsi/lpfc/lpfc_init.c | 4 +-- > drivers/scsi/lpfc/lpfc_mbox.c | 6 ++-- > drivers/scsi/lpfc/lpfc_mem.c | 47 ++++++++++++++++------------ > drivers/scsi/lpfc/lpfc_sli.c | 20 +++++++++--- > drivers/scsi/lpfc/lpfc_sli.h | 10 +++--- > drivers/scsi/lpfc/lpfc_version.h | 2 +- > 10 files changed, 93 insertions(+), 56 deletions(-) > > -- > 2.38.0 > For the series Reviewed-by: Himanshu Madhani <himanshu.madhani@oracle.com>
On Tue, 31 Oct 2023 12:12:15 -0700, Justin Tee wrote: > Update lpfc to revision 14.2.0.16 > > This patch set contains a user input range check correction, static code > analyzer fixes, refactoring of clean up code, and logging enhancements. > > The patches were cut against Martin's 6.7/scsi-queue tree. > > [...] Applied to 6.8/scsi-queue, thanks! [1/9] lpfc: Correct maximum PCI function value for RAS fw logging https://git.kernel.org/mkp/scsi/c/2fe4b6a67730 [2/9] lpfc: Fix possible file string name overflow when updating firmware https://git.kernel.org/mkp/scsi/c/f5779b529240 [3/9] lpfc: Fix list_entry null check warning in lpfc_cmpl_els_plogi https://git.kernel.org/mkp/scsi/c/1dec1311b9b6 [4/9] lpfc: Eliminate unnecessary relocking in lpfc_check_nlp_post_devloss https://git.kernel.org/mkp/scsi/c/e07ac2d2aa5f [5/9] lpfc: Return early in lpfc_poll_eratt when the driver is unloading https://git.kernel.org/mkp/scsi/c/57ea41eb7fe6 [6/9] lpfc: Refactor and clean up mailbox command memory free https://git.kernel.org/mkp/scsi/c/349b1e2c1bda [7/9] lpfc: Enhance driver logging for selected discovery events https://git.kernel.org/mkp/scsi/c/e6af45218755 [8/9] lpfc: Update lpfc version to 14.2.0.16 https://git.kernel.org/mkp/scsi/c/c855e02b57ed [9/9] lpfc: Copyright updates for 14.2.0.16 patches https://git.kernel.org/mkp/scsi/c/1f86b0d9c76c