Message ID | 20201130192048.3093726-1-erik.kaneda@intel.com |
---|---|
Headers | show |
Series | ACPICA version 20201113 | expand |
On Mon, Nov 30, 2020 at 8:47 PM Erik Kaneda <erik.kaneda@intel.com> wrote: > > 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(-) > > -- All applied as 5.11-rc material, thanks!