ACPICA 20050526 from Bob Moore <robert.moore@intel.com>
authorRobert Moore <robert.moore@intel.com>
Thu, 26 May 2005 04:00:00 +0000 (00:00 -0400)
committerLen Brown <len.brown@intel.com>
Wed, 13 Jul 2005 20:46:34 +0000 (16:46 -0400)
commit88ac00f5a841dcfc5c682000f4a6add0add8caac
tree80dcff8323c6c79e8706f42eb4b7c3884bc03152
parent6f42ccf2fc50ecee8ea170040627f268430c1648
ACPICA 20050526 from Bob Moore <robert.moore@intel.com>

Implemented support to execute Type 1 and Type 2 AML
opcodes appearing at the module level (not within a control
method.)  These opcodes are executed exactly once at the
time the table is loaded. This type of code was legal up
until the release of ACPI 2.0B (2002) and is now supported
within ACPI CA in order to provide backwards compatibility
with earlier BIOS implementations. This eliminates the
"Encountered executable code at module level" warning that
was previously generated upon detection of such code.

Fixed a problem in the interpreter where an AE_NOT_FOUND
exception could inadvertently be generated during the
lookup of namespace objects in the second pass parse of
ACPI tables and control methods. It appears that this
problem could occur during the resolution of forward
references to namespace objects.

Added the ACPI_MUTEX_DEBUG #ifdef to the
acpi_ut_release_mutex function, corresponding to the same
the deadlock detection debug code to be compiled out in
the normal case, improving mutex performance (and overall
subsystem performance) considerably.  As suggested by
Alexey Starikovskiy.

Implemented a handful of miscellaneous fixes for possible
memory leaks on error conditions and error handling
control paths. These fixes were suggested by FreeBSD and
the Coverity Prevent source code analysis tool.

Added a check for a null RSDT pointer in
acpi_get_firmware_table (tbxfroot.c) to prevent a fault
in this error case.

Signed-off-by Len Brown <len.brown@intel.com>
14 files changed:
drivers/acpi/dispatcher/dsmethod.c
drivers/acpi/dispatcher/dsopcode.c
drivers/acpi/dispatcher/dswload.c
drivers/acpi/dispatcher/dswstate.c
drivers/acpi/executer/exconfig.c
drivers/acpi/executer/exfield.c
drivers/acpi/executer/exnames.c
drivers/acpi/executer/exoparg1.c
drivers/acpi/namespace/nsparse.c
drivers/acpi/parser/psparse.c
drivers/acpi/tables/tbxfroot.c
drivers/acpi/utilities/utmisc.c
include/acpi/acconfig.h
include/acpi/acstruct.h