Re: [PATCH v9 1/7] powerpc/mce: Schedule work from irq_work
From: Balbir Singh <bsingharora@gmail.com>
Date: 2019-08-14 09:03:13
Also in:
lkml, stable
From: Balbir Singh <bsingharora@gmail.com>
Date: 2019-08-14 09:03:13
Also in:
lkml, stable
On 12/8/19 7:22 pm, Santosh Sivaraj wrote:
schedule_work() cannot be called from MCE exception context as MCE can
interrupt even in interrupt disabled context.
fixes: 733e4a4c ("powerpc/mce: hookup memory_failure for UE errors")
Suggested-by: Mahesh Salgaonkar <redacted>
Signed-off-by: Santosh Sivaraj <redacted>
Cc: stable@vger.kernel.org # v4.15+
---Acked-by: Balbir Singh <bsingharora@gmail.com>