mbox series

[0/2,SRU,Bionic] acpi: apei: Send all PCIe errors to AER driver

Message ID 20180507220729.18402-1-dann.frazier@canonical.com
Headers show
Series acpi: apei: Send all PCIe errors to AER driver | expand

Message

dann frazier May 7, 2018, 10:07 p.m. UTC
BugLink: https://bugs.launchpad.net/bugs/1769730

Clean cherry picks. Tested on a Qualcomm QDF2400 (arm64) and a Dell PowerEdge
R810 (x86).

Tyler Baicar (2):
  ACPI: APEI: handle PCIe AER errors in separate function
  ACPI: APEI: call into AER handling regardless of severity

 drivers/acpi/apei/ghes.c | 76 ++++++++++++++++++++++++----------------
 1 file changed, 46 insertions(+), 30 deletions(-)

Comments

Kleber Sacilotto de Souza May 11, 2018, 11:16 a.m. UTC | #1
On 05/08/18 00:07, dann frazier wrote:
> BugLink: https://bugs.launchpad.net/bugs/1769730
> 
> Clean cherry picks. Tested on a Qualcomm QDF2400 (arm64) and a Dell PowerEdge
> R810 (x86).
> 
> Tyler Baicar (2):
>   ACPI: APEI: handle PCIe AER errors in separate function
>   ACPI: APEI: call into AER handling regardless of severity
> 
>  drivers/acpi/apei/ghes.c | 76 ++++++++++++++++++++++++----------------
>  1 file changed, 46 insertions(+), 30 deletions(-)
> 

Acked-by: Kleber Sacilotto de Souza <kleber.souza@canonical.com>
Stefan Bader May 22, 2018, 5:10 p.m. UTC | #2
On 08.05.2018 00:07, dann frazier wrote:
> BugLink: https://bugs.launchpad.net/bugs/1769730
> 
> Clean cherry picks. Tested on a Qualcomm QDF2400 (arm64) and a Dell PowerEdge
> R810 (x86).
> 
> Tyler Baicar (2):
>   ACPI: APEI: handle PCIe AER errors in separate function
>   ACPI: APEI: call into AER handling regardless of severity
> 
>  drivers/acpi/apei/ghes.c | 76 ++++++++++++++++++++++++----------------
>  1 file changed, 46 insertions(+), 30 deletions(-)
> 
Acked-by: Stefan Bader <stefan.bader@canonical.com>

though like for other reports before a [fix] section would be good

-Stefan
dann frazier May 22, 2018, 5:45 p.m. UTC | #3
On Tue, May 22, 2018 at 11:10 AM, Stefan Bader
<stefan.bader@canonical.com> wrote:
> On 08.05.2018 00:07, dann frazier wrote:
>> BugLink: https://bugs.launchpad.net/bugs/1769730
>>
>> Clean cherry picks. Tested on a Qualcomm QDF2400 (arm64) and a Dell PowerEdge
>> R810 (x86).
>>
>> Tyler Baicar (2):
>>   ACPI: APEI: handle PCIe AER errors in separate function
>>   ACPI: APEI: call into AER handling regardless of severity
>>
>>  drivers/acpi/apei/ghes.c | 76 ++++++++++++++++++++++++----------------
>>  1 file changed, 46 insertions(+), 30 deletions(-)
>>
> Acked-by: Stefan Bader <stefan.bader@canonical.com>
>
> though like for other reports before a [fix] section would be good

Thanks - I've added one.
Stefan Bader May 23, 2018, 9:38 a.m. UTC | #4
On 08.05.2018 00:07, dann frazier wrote:
> BugLink: https://bugs.launchpad.net/bugs/1769730
> 
> Clean cherry picks. Tested on a Qualcomm QDF2400 (arm64) and a Dell PowerEdge
> R810 (x86).
> 
> Tyler Baicar (2):
>   ACPI: APEI: handle PCIe AER errors in separate function
>   ACPI: APEI: call into AER handling regardless of severity
> 
>  drivers/acpi/apei/ghes.c | 76 ++++++++++++++++++++++++----------------
>  1 file changed, 46 insertions(+), 30 deletions(-)
> 
Applied to bionic master-next.

-Stefan