linux/drivers/acpi/dispatcher
Bob Moore cca97b8156 ACPICA: Fix for some local named nodes not marked temporary and to disallow duplicates
Fixed a problem with the CreateField, CreateXXXField (Bit, Byte,
Word, Dword, Qword), Field, BankField, and IndexField operators
when invoked from inside an executing control method. In this case,
these operators created namespace nodes that were incorrectly
left marked as permanent nodes instead of temporary nodes. This
could cause a problem if there is race condition between an
exiting control method and a running namespace walk. (Reported
by Linn Crosetto). Fixed a problem where the CreateField and
CreateXXXField operators would incorrectly allow duplicate names
(the name of the field) with no exception generated.

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 23:01:51 -04:00
..
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
dsfield.c ACPICA: Fix for some local named nodes not marked temporary and to disallow duplicates 2008-04-22 23:01:51 -04:00
dsinit.c ACPICA: Update copyright to 2007. 2007-02-02 21:14:31 -05:00
dsmethod.c ACPICA: Cosmetic changes only, no functional changes 2008-04-22 14:29:27 -04:00
dsmthdat.c ACPICA: Update copyright to 2007. 2007-02-02 21:14:31 -05:00
dsobject.c ACPICA: Fix for extraneous debug message for packages 2008-04-22 15:34:41 -04:00
dsopcode.c ACPICA: Implemented full argument resolution support for the BankValue argument to BankField 2008-04-22 14:29:28 -04:00
dsutils.c ACPICA: Implemented full argument resolution support for the BankValue argument to BankField 2008-04-22 14:29:28 -04:00
dswexec.c ACPICA: Implemented full argument resolution support for the BankValue argument to BankField 2008-04-22 14:29:28 -04:00
dswload.c ACPICA: Fix for some local named nodes not marked temporary and to disallow duplicates 2008-04-22 23:01:51 -04:00
dswscope.c ACPICA: Update copyright to 2007. 2007-02-02 21:14:31 -05:00
dswstate.c ACPICA: Cosmetic changes only, no functional changes 2008-04-22 14:29:27 -04:00