This patch series contains the linux-ized release of ACPICA version 20201113. For Linux, the most notable change is a fix in a memory leak that occurs when evaluating _CID as well as handling orphan _REG methods for GPIO OperationRegions. Bob Moore (2): ACPICA: Add 5 new UUIDs to the known UUID table ACPICA: Update version to 20201113 Colin Ian King (1): ACPICA: Remove extreaneous "the" in comments Erik Kaneda (2): ACPICA: Add function trace macros to improve debugging ACPICA: Interpreter: fix memory leak by using use existing buffer Hans de Goede (1): ACPICA: Also handle "orphan" _REG methods for GPIO OpRegions drivers/acpi/acpica/accommon.h | 2 +- drivers/acpi/acpica/evregion.c | 54 ++++++++++++++++----------------- drivers/acpi/acpica/nspredef.c | 10 +++--- drivers/acpi/acpica/nsprepkg.c | 38 ++++++++++++----------- drivers/acpi/acpica/nsrepair2.c | 39 +++++++++++------------- include/acpi/acpixf.h | 2 +- include/acpi/acuuid.h | 5 +++ 7 files changed, 77 insertions(+), 73 deletions(-) -- 2.25.1