mbox series

[J,0/6] Update Broadcom Emulex FC HBA lpfc driver to 14.0.0.4 for Ubuntu 22.04

Message ID 20220208142014.3782820-1-jeffrey.lane@canonical.com
Headers show
Series Update Broadcom Emulex FC HBA lpfc driver to 14.0.0.4 for Ubuntu 22.04 | expand

Message

Jeff Lane Feb. 8, 2022, 2:20 p.m. UTC
BugLink: https://bugs.launchpad.net/bugs/1956982

Please include the following patches as requested by Broadcom to update the
lpfc driver to 14.0.0.4 in Jammy.

All patches are upstream in 5.16 or later, and all cleanly cherrypick into the
lpfc driver code in Jammy.


James Smart (6):
  scsi: lpfc: Change return code on I/Os received during link bounce
  scsi: lpfc: Fix NPIV port deletion crash
  scsi: lpfc: Adjust CMF total bytes and rxmonitor
  scsi: lpfc: Cap CMF read bytes to MBPI
  scsi: lpfc: Add additional debugfs support for CMF
  scsi: lpfc: Update lpfc version to 14.0.0.4

 drivers/scsi/lpfc/lpfc.h         |  5 +-
 drivers/scsi/lpfc/lpfc_debugfs.c | 27 ++++++++---
 drivers/scsi/lpfc/lpfc_debugfs.h |  2 +-
 drivers/scsi/lpfc/lpfc_els.c     | 11 ++++-
 drivers/scsi/lpfc/lpfc_hbadisc.c |  2 -
 drivers/scsi/lpfc/lpfc_hw.h      |  2 +-
 drivers/scsi/lpfc/lpfc_init.c    | 29 ++++++++---
 drivers/scsi/lpfc/lpfc_scsi.c    |  8 +--
 drivers/scsi/lpfc/lpfc_version.h |  2 +-
 drivers/scsi/lpfc/lpfc_vport.c   | 83 ++++++++++++++++++++++++--------
 10 files changed, 124 insertions(+), 47 deletions(-)

Comments

Tim Gardner Feb. 8, 2022, 3:28 p.m. UTC | #1
Acked-by: Tim Gardner <tim.gardner@canonical.com>

On 2/8/22 7:20 AM, Jeff Lane wrote:
> BugLink: https://bugs.launchpad.net/bugs/1956982
> 
> Please include the following patches as requested by Broadcom to update the
> lpfc driver to 14.0.0.4 in Jammy.
> 
> All patches are upstream in 5.16 or later, and all cleanly cherrypick into the
> lpfc driver code in Jammy.
> 
> 
> James Smart (6):
>    scsi: lpfc: Change return code on I/Os received during link bounce
>    scsi: lpfc: Fix NPIV port deletion crash
>    scsi: lpfc: Adjust CMF total bytes and rxmonitor
>    scsi: lpfc: Cap CMF read bytes to MBPI
>    scsi: lpfc: Add additional debugfs support for CMF
>    scsi: lpfc: Update lpfc version to 14.0.0.4
> 
>   drivers/scsi/lpfc/lpfc.h         |  5 +-
>   drivers/scsi/lpfc/lpfc_debugfs.c | 27 ++++++++---
>   drivers/scsi/lpfc/lpfc_debugfs.h |  2 +-
>   drivers/scsi/lpfc/lpfc_els.c     | 11 ++++-
>   drivers/scsi/lpfc/lpfc_hbadisc.c |  2 -
>   drivers/scsi/lpfc/lpfc_hw.h      |  2 +-
>   drivers/scsi/lpfc/lpfc_init.c    | 29 ++++++++---
>   drivers/scsi/lpfc/lpfc_scsi.c    |  8 +--
>   drivers/scsi/lpfc/lpfc_version.h |  2 +-
>   drivers/scsi/lpfc/lpfc_vport.c   | 83 ++++++++++++++++++++++++--------
>   10 files changed, 124 insertions(+), 47 deletions(-)
>
Krzysztof Kozlowski Feb. 10, 2022, 1:40 p.m. UTC | #2
On 08/02/2022 15:20, Jeff Lane wrote:
> BugLink: https://bugs.launchpad.net/bugs/1956982
> 
> Please include the following patches as requested by Broadcom to update the
> lpfc driver to 14.0.0.4 in Jammy.
> 
> All patches are upstream in 5.16 or later, and all cleanly cherrypick into the
> lpfc driver code in Jammy.
> 
> 
> James Smart (6):
>   scsi: lpfc: Change return code on I/Os received during link bounce
>   scsi: lpfc: Fix NPIV port deletion crash
>   scsi: lpfc: Adjust CMF total bytes and rxmonitor
>   scsi: lpfc: Cap CMF read bytes to MBPI
>   scsi: lpfc: Add additional debugfs support for CMF
>   scsi: lpfc: Update lpfc version to 14.0.0.4
> 


Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>


Best regards,
Krzysztof
Paolo Pisati Feb. 11, 2022, 11:13 a.m. UTC | #3
On Tue, Feb 08, 2022 at 09:20:08AM -0500, Jeff Lane wrote:
> BugLink: https://bugs.launchpad.net/bugs/1956982