]> xenbits.xen.org Git - xenclient/kernel.git/commit
Backport upstream patch to fix an ACPI internal exception (obvious when running WMI... origin/HEAD origin/master
authorKamala Narasimhan <kamala.narasimhan@citrix.com>
Fri, 20 Feb 2009 22:48:11 +0000 (17:48 -0500)
committerKamala Narasimhan <kamala.narasimhan@citrix.com>
Fri, 20 Feb 2009 22:48:11 +0000 (17:48 -0500)
commited883e9aa09352ff2ff72e5313cfdf8a7f46f5cc
tree3928a3d13d62a0f4612e774a945b3118c3db84f0
parentda5498c4e064de11192df358c1f076a8e77b87c4
Backport upstream patch to fix an ACPI internal exception (obvious when running WMI on Dell).

Patch details as is from upstream -

ACPICA: Fix for possible error when packages/buffers are passed to methods externally

Fixed a problem where buffer and package objects passed as
arguments to a control method via the external AcpiEvaluateObject
interface could cause an AE_AML_INTERNAL exception depending on the
order and type of operators executed by the target control method.

Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Alexey Starikovskiy <astarikovskiy@suse.de>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/utilities/utcopy.c