This patchset tries to fix atomicity issue in the notify handler. Lv Zheng (3): ACPICA: Utilities: Add deferred lock free contexts for deleting operand objects ACPI / osl: Add OSL_GC_HANDLER/OSL_GC_THREAD support ACPICA: Events: Fix reference counting code for per-object notify handlers drivers/acpi/acpica/acevents.h | 4 + drivers/acpi/acpica/acglobal.h | 5 ++ drivers/acpi/acpica/acobject.h | 2 +- drivers/acpi/acpica/evmisc.c | 134 +++++++++++++++++++++++++++- drivers/acpi/acpica/evxface.c | 66 ++------------ drivers/acpi/acpica/utdelete.c | 191 +++++++++++++++++++++++++++++++++------- drivers/acpi/acpica/utstate.c | 22 ++++- drivers/acpi/bus.c | 4 +- drivers/acpi/osl.c | 52 ++++++++++- include/acpi/acpiosxf.h | 2 + 10 files changed, 381 insertions(+), 101 deletions(-) -- 1.7.10 -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html