On Mon, Jul 20, 2020 at 7:55 PM Erik Kaneda <erik.kaneda@xxxxxxxxx> wrote: > > This series contains patches relevant to linux kernel from ACPICA's > 20200717 release. This ACPICA release contains a change in the ACPI > object reference counting mechanism to allow firmware to declare a > large amount of OperationRegion field units without overflowing the > reference count. > > Bob Moore (1): > ACPICA: Update version to 20200717 Version 20200717. > > Erik Kaneda (1): > ACPICA: Do not increment operation_region reference counts for field > units > > Gustavo A. R. Silva (1): > ACPICA: Replace one-element array with flexible-array > > drivers/acpi/acpica/exprep.c | 4 ---- > drivers/acpi/acpica/utdelete.c | 6 +----- > drivers/acpi/acpica/utids.c | 3 +-- > include/acpi/acpixf.h | 2 +- > include/acpi/actypes.h | 2 +- > 5 files changed, 4 insertions(+), 13 deletions(-) > > -- All three patches applied as 5.9 material, thanks!