On Wed, Nov 29, 2023 at 02:52:22PM +0100, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki <rafael.j.wysocki@xxxxxxxxx> > > After the recent modification changing the ACPI SCI interrupt handler > into a threaded one, the SCI interrupt handler code does not run in > interrupt context any more and acpi_os_execute(), that may be invoked > by it, need not use GFP_ATOMIC for allocating work items. > > Make it use GFP_KERNEL instead. True, threader IRQ handler can sleep. Reviewed-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> -- With Best Regards, Andy Shevchenko