On Friday, June 1, 2018 9:06:37 PM CEST Erik Schmauss wrote: > This is the 20180531 release of ACPICA. > > Notable commits: > > AML parser has been changed to continue loading table at all costs. > The previous behavior rejected ACPI table loads if a runtime error > occurred during table load. > > We have begun the process of the deprecation of the Unload operator. > We have done this because the a correct implementation on at least > some hosts may not be possible. > > These commits are also available at the link below: > https://github.com/SchmErik/linux/tree/acpica20180531 > > Bob Moore (5): > ACPICA: Debugger: Add count of namespace nodes after namespace dump > ACPICA: AML Parser: Add debug option to dump parse trees > ACPICA: Debugger: Reduce verbosity for module-level code errors. > ACPICA: Interpreter: Begin deprecation of Unload operator > ACPICA: Update version to 20180531 > > Erik Schmauss (1): > ACPICA: AML parser: attempt to continue loading table after error > > Robin Murphy (2): > ACPICA: IORT: Update for revision D > ACPICA: IORT: Add PMCG node supprt > > drivers/acpi/acpica/dbnames.c | 1 + > drivers/acpi/acpica/dbobject.c | 23 ++++++++++++++++++- > drivers/acpi/acpica/dsdebug.c | 12 +++++++--- > drivers/acpi/acpica/exconfig.c | 11 +++++++++ > drivers/acpi/acpica/nsdump.c | 3 +++ > drivers/acpi/acpica/psloop.c | 51 +++++++++++++++++++++++++++++++++++++++++- > drivers/acpi/acpica/psobject.c | 30 +++++++++++++++++++++++++ > drivers/acpi/acpica/pswalk.c | 34 +++++++++++++++++++++++++--- > drivers/acpi/acpica/uterror.c | 10 ++++----- > include/acpi/acoutput.h | 4 +++- > include/acpi/acpixf.h | 2 +- > include/acpi/actbl2.h | 25 ++++++++++++++++----- > 12 files changed, 185 insertions(+), 21 deletions(-) > > All applied, thanks! -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html