Re: [PATCH] ACPI/APEI: Add BERT data driver

From: Luck, Tony
Date: Thu Aug 17 2017 - 13:49:37 EST


On Thu, Aug 17, 2017 at 11:25:23AM +0100, Punit Agrawal wrote:
> Though, I am OK with "table-data/BERT" as well.

So I coded this up ... and it looks much better than I thought
it might. A bit larger than the previous version that modified
drivers/acpi/apei/bert.c. But on the plus side easy to extend if
there are other ACPI tables that point at interesting data.

It doesn't handle dynamic tables. That would add a lot of complexity
and BERT isn't dynamic. Could be a later patch if someone has a
need for it.

All names negotiable.

-Tony