mbox series

[SRU,Bionic,0/2] Fixes for LP:1768103

Message ID cover.1528128160.git.joseph.salisbury@canonical.com
Headers show
Series Fixes for LP:1768103 | expand

Message

Joseph Salisbury June 5, 2018, 4:10 p.m. UTC
BugLink: http://bugs.launchpad.net/bugs/1768103

== SRU Justification ==
It was reported by Broadcom that an early asic model (A0) of their 16/32GB 
HBA's doesn't boot with the lpfc driver in Ubuntu 18.04.

Bionic with the lpfc driver 12.0.0.0 can't see LPe16002-M6 but can see LPe16002B-M6.

This bug is fixed by commits bf316c78517d and c221768bd49a, which are
both still in linux-next.  Broadcom tested with this two commits and
confirmed they resolve the bug and allow the system to boot.

== Fixes ==
Currently in linux-next:
bf316c78517d ("scsi: lpfc: Fix WQ/CQ creation for older asic's.")
c221768bd49a ("scsi: lpfc: Fix 16gb hbas failing cq create.")

== Regression Potential ==
Low.  Patches fix a current regression and are limited to lpfc.

== Test Case ==
A test kernel was built with these patches and tested by the original bug reporter.
The bug reporter states the test kernel resolved the bug.


James Smart (2):
  scsi: lpfc: Fix WQ/CQ creation for older asic's.
  scsi: lpfc: Fix 16gb hbas failing cq create.

 drivers/scsi/lpfc/lpfc_hw4.h  | 1 +
 drivers/scsi/lpfc/lpfc_init.c | 8 ++++++++
 2 files changed, 9 insertions(+)

Comments

Khalid Elmously June 5, 2018, 7:27 p.m. UTC | #1
On 2018-06-05 12:10:39 , Joseph Salisbury wrote:
> BugLink: http://bugs.launchpad.net/bugs/1768103
> 
> == SRU Justification ==
> It was reported by Broadcom that an early asic model (A0) of their 16/32GB 
> HBA's doesn't boot with the lpfc driver in Ubuntu 18.04.
> 
> Bionic with the lpfc driver 12.0.0.0 can't see LPe16002-M6 but can see LPe16002B-M6.
> 
> This bug is fixed by commits bf316c78517d and c221768bd49a, which are
> both still in linux-next.  Broadcom tested with this two commits and
> confirmed they resolve the bug and allow the system to boot.
> 
> == Fixes ==
> Currently in linux-next:
> bf316c78517d ("scsi: lpfc: Fix WQ/CQ creation for older asic's.")
> c221768bd49a ("scsi: lpfc: Fix 16gb hbas failing cq create.")
> 
> == Regression Potential ==
> Low.  Patches fix a current regression and are limited to lpfc.
> 
> == Test Case ==
> A test kernel was built with these patches and tested by the original bug reporter.
> The bug reporter states the test kernel resolved the bug.
> 
> 
> James Smart (2):
>   scsi: lpfc: Fix WQ/CQ creation for older asic's.
>   scsi: lpfc: Fix 16gb hbas failing cq create.
> 
>  drivers/scsi/lpfc/lpfc_hw4.h  | 1 +
>  drivers/scsi/lpfc/lpfc_init.c | 8 ++++++++
>  2 files changed, 9 insertions(+)
>

Acked-by: Khalid Elmously <khalid.elmously@canonical.com>
Kleber Sacilotto de Souza June 5, 2018, 11:47 p.m. UTC | #2
On 06/05/18 09:10, Joseph Salisbury wrote:
> BugLink: http://bugs.launchpad.net/bugs/1768103
> 
> == SRU Justification ==
> It was reported by Broadcom that an early asic model (A0) of their 16/32GB 
> HBA's doesn't boot with the lpfc driver in Ubuntu 18.04.
> 
> Bionic with the lpfc driver 12.0.0.0 can't see LPe16002-M6 but can see LPe16002B-M6.
> 
> This bug is fixed by commits bf316c78517d and c221768bd49a, which are
> both still in linux-next.  Broadcom tested with this two commits and
> confirmed they resolve the bug and allow the system to boot.
> 
> == Fixes ==
> Currently in linux-next:
> bf316c78517d ("scsi: lpfc: Fix WQ/CQ creation for older asic's.")
> c221768bd49a ("scsi: lpfc: Fix 16gb hbas failing cq create.")
> 
> == Regression Potential ==
> Low.  Patches fix a current regression and are limited to lpfc.
> 
> == Test Case ==
> A test kernel was built with these patches and tested by the original bug reporter.
> The bug reporter states the test kernel resolved the bug.
> 
> 
> James Smart (2):
>   scsi: lpfc: Fix WQ/CQ creation for older asic's.
>   scsi: lpfc: Fix 16gb hbas failing cq create.
> 
>  drivers/scsi/lpfc/lpfc_hw4.h  | 1 +
>  drivers/scsi/lpfc/lpfc_init.c | 8 ++++++++
>  2 files changed, 9 insertions(+)
> 

Acked-by: Kleber Sacilotto de Souza <kleber.souza@canonical.com>
Khalid Elmously June 7, 2018, 9:59 p.m. UTC | #3
Applied to Bionic


On 2018-06-05 12:10:39 , Joseph Salisbury wrote:
> BugLink: http://bugs.launchpad.net/bugs/1768103
> 
> == SRU Justification ==
> It was reported by Broadcom that an early asic model (A0) of their 16/32GB 
> HBA's doesn't boot with the lpfc driver in Ubuntu 18.04.
> 
> Bionic with the lpfc driver 12.0.0.0 can't see LPe16002-M6 but can see LPe16002B-M6.
> 
> This bug is fixed by commits bf316c78517d and c221768bd49a, which are
> both still in linux-next.  Broadcom tested with this two commits and
> confirmed they resolve the bug and allow the system to boot.
> 
> == Fixes ==
> Currently in linux-next:
> bf316c78517d ("scsi: lpfc: Fix WQ/CQ creation for older asic's.")
> c221768bd49a ("scsi: lpfc: Fix 16gb hbas failing cq create.")
> 
> == Regression Potential ==
> Low.  Patches fix a current regression and are limited to lpfc.
> 
> == Test Case ==
> A test kernel was built with these patches and tested by the original bug reporter.
> The bug reporter states the test kernel resolved the bug.
> 
> 
> James Smart (2):
>   scsi: lpfc: Fix WQ/CQ creation for older asic's.
>   scsi: lpfc: Fix 16gb hbas failing cq create.
> 
>  drivers/scsi/lpfc/lpfc_hw4.h  | 1 +
>  drivers/scsi/lpfc/lpfc_init.c | 8 ++++++++
>  2 files changed, 9 insertions(+)
> 
> -- 
> 2.7.4
> 
> 
> -- 
> kernel-team mailing list
> kernel-team@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/kernel-team
Thadeu Lima de Souza Cascardo June 26, 2018, 3:15 p.m. UTC | #4
Applied to unstable master branch.

Thanks.
Cascardo.

Applied-to: unstable/master