Re: [PATCH v4] acpi: apei: fix the wrong iteration of generic error status block

From: Rafael J. Wysocki
Date: Mon Aug 28 2017 - 17:06:06 EST


On Thursday, August 17, 2017 1:43:49 PM CEST Borislav Petkov wrote:
> On Thu, Aug 17, 2017 at 08:07:18PM +0800, Dongjiu Geng wrote:
> > The revision 0x300 generic error data entry is different
> > from the old version, but currently iterating through the
> > GHES estatus blocks does not take into account this difference.
> > This will lead to failure to get the right data entry if GHES
> > has revision 0x300 error data entry.
> >
> > Update the GHES estatus iteration to properly increment using
> > iteration macro,
>
> This is not what I meant - I meant:
>
> "Update the GHES estatus iteration macro to properly increment using
> acpi_hest_get_next(), and ..."
>
> But you don't need to send another version.
>
> Rafael, please correct that when applying, instead.

Well, I think I did that. :-)

Anyway, applied.

Thanks!