Re: [PATCH] acpi: apei: fix GHES estatus iteration

2017-08-11 Thread Baicar, Tyler
On 8/10/2017 4:04 PM, gengdongjiu wrote: On 2017/8/9 8:52, Rafael J. Wysocki wrote: On Tuesday, August 8, 2017 6:32:20 PM CEST Will Deacon wrote: On Thu, Aug 03, 2017 at 03:32:25PM -0600, Tyler Baicar wrote: Currently iterating through the GHES estatus blocks does not take into account the

Re: [PATCH] acpi: apei: fix GHES estatus iteration

2017-08-11 Thread Baicar, Tyler
On 8/10/2017 4:04 PM, gengdongjiu wrote: On 2017/8/9 8:52, Rafael J. Wysocki wrote: On Tuesday, August 8, 2017 6:32:20 PM CEST Will Deacon wrote: On Thu, Aug 03, 2017 at 03:32:25PM -0600, Tyler Baicar wrote: Currently iterating through the GHES estatus blocks does not take into account the

Re: [PATCH] acpi: apei: fix GHES estatus iteration

2017-08-10 Thread gengdongjiu
On 2017/8/9 8:52, Rafael J. Wysocki wrote: > On Tuesday, August 8, 2017 6:32:20 PM CEST Will Deacon wrote: >> On Thu, Aug 03, 2017 at 03:32:25PM -0600, Tyler Baicar wrote: >>> Currently iterating through the GHES estatus blocks does not >>> take into account the new generic data v3 structure

Re: [PATCH] acpi: apei: fix GHES estatus iteration

2017-08-10 Thread gengdongjiu
On 2017/8/9 8:52, Rafael J. Wysocki wrote: > On Tuesday, August 8, 2017 6:32:20 PM CEST Will Deacon wrote: >> On Thu, Aug 03, 2017 at 03:32:25PM -0600, Tyler Baicar wrote: >>> Currently iterating through the GHES estatus blocks does not >>> take into account the new generic data v3 structure

Re: [PATCH] acpi: apei: fix GHES estatus iteration

2017-08-08 Thread Borislav Petkov
On Wed, Aug 09, 2017 at 02:52:06AM +0200, Rafael J. Wysocki wrote: > Actually I will if Boris ACKs these. It's all on the TODO list for when I get back from vacation next week. Unless Tony gets to them before me... Thanks. -- Regards/Gruss, Boris. SUSE Linux GmbH, GF: Felix Imendörffer,

Re: [PATCH] acpi: apei: fix GHES estatus iteration

2017-08-08 Thread Borislav Petkov
On Wed, Aug 09, 2017 at 02:52:06AM +0200, Rafael J. Wysocki wrote: > Actually I will if Boris ACKs these. It's all on the TODO list for when I get back from vacation next week. Unless Tony gets to them before me... Thanks. -- Regards/Gruss, Boris. SUSE Linux GmbH, GF: Felix Imendörffer,

Re: [PATCH] acpi: apei: fix GHES estatus iteration

2017-08-08 Thread Rafael J. Wysocki
On Tuesday, August 8, 2017 6:32:20 PM CEST Will Deacon wrote: > On Thu, Aug 03, 2017 at 03:32:25PM -0600, Tyler Baicar wrote: > > Currently iterating through the GHES estatus blocks does not > > take into account the new generic data v3 structure size. This > > can result in garbage non-standard

Re: [PATCH] acpi: apei: fix GHES estatus iteration

2017-08-08 Thread Rafael J. Wysocki
On Tuesday, August 8, 2017 6:32:20 PM CEST Will Deacon wrote: > On Thu, Aug 03, 2017 at 03:32:25PM -0600, Tyler Baicar wrote: > > Currently iterating through the GHES estatus blocks does not > > take into account the new generic data v3 structure size. This > > can result in garbage non-standard

Re: [PATCH] acpi: apei: fix GHES estatus iteration

2017-08-08 Thread Will Deacon
On Thu, Aug 03, 2017 at 03:32:25PM -0600, Tyler Baicar wrote: > Currently iterating through the GHES estatus blocks does not > take into account the new generic data v3 structure size. This > can result in garbage non-standard trace events to be triggered > since the loop will not properly iterate

Re: [PATCH] acpi: apei: fix GHES estatus iteration

2017-08-08 Thread Will Deacon
On Thu, Aug 03, 2017 at 03:32:25PM -0600, Tyler Baicar wrote: > Currently iterating through the GHES estatus blocks does not > take into account the new generic data v3 structure size. This > can result in garbage non-standard trace events to be triggered > since the loop will not properly iterate

[PATCH] acpi: apei: fix GHES estatus iteration

2017-08-03 Thread Tyler Baicar
Currently iterating through the GHES estatus blocks does not take into account the new generic data v3 structure size. This can result in garbage non-standard trace events to be triggered since the loop will not properly iterate through the estatus blocks and not properly terminate. Update the

[PATCH] acpi: apei: fix GHES estatus iteration

2017-08-03 Thread Tyler Baicar
Currently iterating through the GHES estatus blocks does not take into account the new generic data v3 structure size. This can result in garbage non-standard trace events to be triggered since the loop will not properly iterate through the estatus blocks and not properly terminate. Update the