Re: [PATCH] ACPI/OSL: Add IRQ handler flushing support in the OSL.

2014-11-14 Thread Rafael J. Wysocki
On Wednesday, November 05, 2014 03:06:13 PM Lv Zheng wrote: > It is possible that a GPE handler or a fixed event handler still accessed > after removing the handlers by invoking acpi_remove_gpe_handler() or > acpi_remove_fixed_event_handler(), this possibility can crash OPSM after a > module remova

[PATCH] ACPI/OSL: Add IRQ handler flushing support in the OSL.

2014-11-04 Thread Lv Zheng
It is possible that a GPE handler or a fixed event handler still accessed after removing the handlers by invoking acpi_remove_gpe_handler() or acpi_remove_fixed_event_handler(), this possibility can crash OPSM after a module removal. In the Linux kernel, though all other GPE drivers are not modules