[PATCH] ACPICA: Add support for multiple notify handlers

Tim Gardner tim.gardner at canonical.com
Tue Mar 12 14:44:36 UTC 2013


On 03/12/2013 03:38 AM, AceLan Kao wrote:
> From: Bob Moore <robert.moore at intel.com>
> 
> BugLink: http://bugs.launchpad.net/bugs/1153977
> 
> This change adds support to allow multiple notify handlers on
> Device, ThermalZone, and Processor objects. Also re-worked
> and restructured the entire notify support code for handler
> installation, handler removal, notify event queuing, and notify
> dispatch to handler.
> 
> Extends and updates original commit 3f0be67("ACPI / ACPICA: Multiple
> system notify handlers per device") by Rafael Wysocki.
> 
> Signed-off-by: Bob Moore <robert.moore at intel.com>
> Signed-off-by: Lin Ming <ming.m.lin at intel.com>
> Signed-off-by: Len Brown <len.brown at intel.com>
> (cherry picked from commit 86ed4bc83abf530cf2019044b74f89a39dfd6425)
> 
> Signed-off-by: AceLan Kao <acelan.kao at canonical.com>
> ---
>  drivers/acpi/acpica/acglobal.h |   3 +-
>  drivers/acpi/acpica/aclocal.h  |  13 +-
>  drivers/acpi/acpica/acobject.h |   9 +-
>  drivers/acpi/acpica/evmisc.c   | 185 +++++++----------
>  drivers/acpi/acpica/evxface.c  | 440 ++++++++++++++---------------------------
>  drivers/acpi/acpica/exdump.c   |  25 ++-
>  drivers/acpi/acpica/utdelete.c |  24 ++-
>  drivers/acpi/acpica/utglobal.c |   4 +-
>  include/acpi/actypes.h         |   4 +
>  9 files changed, 266 insertions(+), 441 deletions(-)
> 

Has there been _any_ regression testing on this ? Frankly, the only
reason I'd consider a patch of this magnitude is because it is a clean
cherry-pick.

rtg
-- 
Tim Gardner tim.gardner at canonical.com




More information about the kernel-team mailing list