[GIT PULL] ACPI fix for v4.17-rc6

From: Rafael J. Wysocki
Date: Fri May 18 2018 - 03:07:04 EST


Hi Linus,

Please pull from the tag

git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
acpi-4.17-rc6

with top-most commit 7b34c0fb1b51a6377752fc971e57577eeb102d60

ACPICA: Add deferred package support for the Load and loadTable operators

on top of commit 67b8d5c7081221efa252e111cd52532ec6d4266f

Linux 4.17-rc5

to receive an ACPI fix for 4.17-rc6.

This fixes an ACPICA regression introduced in this cycle and related
to the handling of package objects loaded by the Load and loadTable
AML operators that are not initialized properly after recent changes
(Bob Moore).

Thanks!


---------------

Bob Moore (1):
ACPICA: Add deferred package support for the Load and loadTable operators

---------------

drivers/acpi/acpica/acnamesp.h | 4 +++
drivers/acpi/acpica/exconfig.c | 14 ++++++++
drivers/acpi/acpica/nsinit.c | 76 +++++++++++++++++++++++++++++++-----------
3 files changed, 74 insertions(+), 20 deletions(-)