This is the ACPICA20180212 release. Notable commits are changes made to integrate package handling with MLC and setting the TermList parsing as a default. A small commit was made to disable package resolution errors. This reverts the error reporting behavior to match the previous behavior (in 4.13) Bob Moore (7): ACPICA: Update error message, no functional change ACPICA: Update for some debug output. No functional change ACPICA: Revert "Fix for implicit result conversion for the ToXXXX functions" ACPICA: Add option to disable Package object name resolution errors ACPICA: Restructure ACPI table files ACPICA: Integrate package handling with module-level code ACPICA: Update version to 20180209 drivers/acpi/acpica/acopcode.h | 14 +- drivers/acpi/acpica/amlcode.h | 20 +- drivers/acpi/acpica/dsargs.c | 1 + drivers/acpi/acpica/dsopcode.c | 4 +- drivers/acpi/acpica/dspkginit.c | 164 ++-- drivers/acpi/acpica/dswexec.c | 6 +- drivers/acpi/acpica/dswload.c | 2 +- drivers/acpi/acpica/exconvrt.c | 1 + drivers/acpi/acpica/exnames.c | 7 +- drivers/acpi/acpica/exresop.c | 1 + drivers/acpi/acpica/nseval.c | 8 +- drivers/acpi/acpica/nsinit.c | 7 +- drivers/acpi/acpica/nsnames.c | 3 + drivers/acpi/acpica/nsparse.c | 10 +- drivers/acpi/acpica/psloop.c | 4 +- drivers/acpi/acpica/psparse.c | 2 +- drivers/acpi/acpica/pstree.c | 1 + drivers/acpi/acpica/utcache.c | 7 +- drivers/acpi/acpica/utdelete.c | 20 +- include/acpi/acpixf.h | 10 +- include/acpi/actbl1.h | 1638 ++++++++++++++++---------------- include/acpi/actbl2.h | 1964 +++++++++++++++++++++------------------ include/acpi/actbl3.h | 1016 +++++++++----------- include/acpi/platform/aclinux.h | 1 + 24 files changed, 2477 insertions(+), 2434 deletions(-) -- 2.14.3 -- 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