Re: [PATCH] powerpc/mce: save ignore_event flag unconditionally for UE
From: Michael Ellerman <hidden>
Date: 2021-04-21 13:12:02
From: Michael Ellerman <hidden>
Date: 2021-04-21 13:12:02
On Wed, 7 Apr 2021 10:28:16 +0530, Ganesh Goudar wrote:
When we hit an UE while using machine check safe copy routines, ignore_event flag is set and the event is ignored by mce handler, And the flag is also saved for defered handling and printing of mce event information, But as of now saving of this flag is done on checking if the effective address is provided or physical address is calculated, which is not right. [...]
Applied to powerpc/next.
[1/1] powerpc/mce: save ignore_event flag unconditionally for UE
https://git.kernel.org/powerpc/c/92d9d61be519f32f16c07602db5bcbe30a0836fe
cheers