ACPI: ACPICA 20060512
authorBob Moore <robert.moore@intel.com>
Fri, 12 May 2006 21:12:00 +0000 (17:12 -0400)
committerLen Brown <len.brown@intel.com>
Wed, 14 Jun 2006 06:34:48 +0000 (02:34 -0400)
commit958dd242b691f64ab4632b4903dbb1e16fee8269
treeddf4932fb4e3023dd0d1914571f17f2e3b03978d
parentb229cf92eee616c7cb5ad8cdb35a19b119f00bc8
ACPI: ACPICA 20060512

Replaced the acpi_os_queue_for_execution() with a new
interface named acpi_os_execute(). The major difference is
that the new interface does not have a Priority parameter,
this appeared to be useless and has been replaced by
a Type parameter. The Type tells the OS what type of
execution is being requested, such as global lock handler,
notify handler, GPE handler, etc. This allows the host
to queue and execute the request as appropriate for the
request type, possibly using different work queues and
different priorities for the various request types. This
enables fixes for multithreading deadlock problems such as
http://bugzilla.kernel.org/show_bug.cgi?id=5534
(Alexey Starikovskiy and Bob Moore)

Fixed a possible memory leak associated with the
support for the so-called "implicit return" ACPI
extension. Reported by FreeBSD  (Fiodor Suietov)
http://bugzilla.kernel.org/show_bug.cgi?id=6514

Fixed a problem with the Load() operator where a table
load from an operation region could overwrite an internal
table buffer by up to 7 bytes and cause alignment faults
on IPF systems. (With assistance from Luming Yu)

Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
28 files changed:
drivers/acpi/dispatcher/dsmethod.c
drivers/acpi/dispatcher/dsmthdat.c
drivers/acpi/dispatcher/dswload.c
drivers/acpi/events/evgpe.c
drivers/acpi/events/evmisc.c
drivers/acpi/events/evregion.c
drivers/acpi/executer/exconfig.c
drivers/acpi/executer/exstorob.c
drivers/acpi/namespace/nsaccess.c
drivers/acpi/namespace/nssearch.c
drivers/acpi/resources/rscalc.c
drivers/acpi/resources/rscreate.c
drivers/acpi/resources/rsutils.c
drivers/acpi/tables/tbrsdt.c
drivers/acpi/tables/tbxfroot.c
drivers/acpi/utilities/utglobal.c
include/acpi/acconfig.h
include/acpi/acdisasm.h
include/acpi/acevents.h
include/acpi/acglobal.h
include/acpi/aclocal.h
include/acpi/acmacros.h
include/acpi/acnamesp.h
include/acpi/acpiosxf.h
include/acpi/actbl.h
include/acpi/actypes.h
include/acpi/amlcode.h
include/acpi/amlresrc.h