kernel-ark/drivers/acpi/executer
Lin Ming 8246934b7c ACPICA: Fix for SizeOf when used with Buffers and Packages
Fixed a problem with the SizeOf operator when used with Package
and Buffer objects. These objects have deferred execution for some
arguments, and the execution is now completed before the SizeOf is
executed. This problem caused unexpected AE_PACKAGE_LIMIT errors
on some systems.

http://bugzilla.kernel.org/show_bug.cgi?id=9558

Signed-off-by: Lin Ming <ming.m.lin@intel.com>
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>
2008-04-22 14:29:29 -04:00
..
exconfig.c ACPICA: Cosmetic changes only, no functional changes 2008-04-22 14:29:27 -04:00
exconvrt.c
excreate.c ACPICA: Implemented full support for deferred execution for the TermArg string arguments for DataTableRegion 2008-04-22 14:29:28 -04:00
exdump.c ACPICA: Cleanup of debug output 2008-04-22 14:29:27 -04:00
exfield.c ACPICA: Fixed a problem with Index Fields where the Index register was incorrectly limited to a maximum of 32 bits 2008-04-22 14:29:28 -04:00
exfldio.c ACPICA: Fixed a problem with Index Fields where the Index register was incorrectly limited to a maximum of 32 bits 2008-04-22 14:29:28 -04:00
exmisc.c
exmutex.c ACPICA: Undo accidental checkin of not-fully-tested mutex changes 2008-04-22 14:29:28 -04:00
exnames.c
exoparg1.c ACPICA: Fix for SizeOf when used with Buffers and Packages 2008-04-22 14:29:29 -04:00
exoparg2.c ACPICA: Avoid use of invalid pointers in returned object field 2008-04-22 14:29:21 -04:00
exoparg3.c ACPICA: Avoid use of invalid pointers in returned object field 2008-04-22 14:29:21 -04:00
exoparg6.c ACPICA: Avoid use of invalid pointers in returned object field 2008-04-22 14:29:21 -04:00
exprep.c ACPICA: Implemented full argument resolution support for the BankValue argument to BankField 2008-04-22 14:29:28 -04:00
exregion.c ACPICA: Cosmetic changes only, no functional changes 2008-04-22 14:29:27 -04:00
exresnte.c ACPICA: Fixed a problem with CopyObject used in conjunction with the Index operator 2008-04-22 14:29:28 -04:00
exresolv.c ACPICA: Fixed a problem with CopyObject used in conjunction with the Index operator 2008-04-22 14:29:28 -04:00
exresop.c
exstore.c ACPICA: Cosmetic changes only, no functional changes 2008-04-22 14:29:27 -04:00
exstoren.c
exstorob.c
exsystem.c ACPICA: Cosmetic changes only, no functional changes 2008-04-22 14:29:27 -04:00
exutils.c ACPICA: Cosmetic changes only, no functional changes 2008-04-22 14:29:27 -04:00
Makefile