]> git.baikalelectronics.ru Git - kernel.git/commit
ACPICA: Add deferred package support for the Load and loadTable operators
authorBob Moore <robert.moore@intel.com>
Tue, 8 May 2018 21:06:15 +0000 (14:06 -0700)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 14 May 2018 20:25:45 +0000 (22:25 +0200)
commitfeeef41ec67436f1a61997019dc93f8c1d83987b
tree879c4d9f3ccdbeda8f4d0caf5e3538540da53586
parent4d67ae1aaceb07043b76ae3fda9f3622a2ac0b53
ACPICA: Add deferred package support for the Load and loadTable operators

Completes the support and fixes a regression introduced in
version 20180209.

The regression caused package objects that were loaded by the Load and
loadTable operators. This created an error message like the following:

[    0.251922] ACPI Error: No pointer back to namespace node in package
00000000fd2a44cd (20180313/dsargs-303)

Link: https://bugzilla.kernel.org/show_bug.cgi?id=199413
Fixes: 8fc639ead5b0 (ACPICA: Integrate package handling with module-level code)
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/acpica/acnamesp.h
drivers/acpi/acpica/exconfig.c
drivers/acpi/acpica/nsinit.c