RE: [PATCH v2] ACPI: APEI: do not add task_work to kernel thread to avoid memory leak
From: Luck, Tony
Date: Fri Sep 30 2022 - 11:52:53 EST
> Yes, the error is actually handled in workqueue. I think the point is that the
> synchronous exception signaled by synchronous external abort must be handled
> synchronously, otherwise, it will be signaled again.
Ok. Got it now. Thanks.
For Rafael:
Reviewed-by: Tony Luck <tony.luck@xxxxxxxxx>
-Tony