Re: powerpc/powernv: Panic on unhandled Machine Check
From: Michael Ellerman <mpe@ellerman.id.au>
Date: 2015-10-13 03:47:15
From: Michael Ellerman <mpe@ellerman.id.au>
Date: 2015-10-13 03:47:15
On Wed, 2015-23-09 at 06:41:48 UTC, Daniel Axtens wrote:
All unrecovered machine check errors on PowerNV should cause an immediate panic. There are 2 reasons that this is the right policy: it's not safe to continue, and we're already trying to reboot.
...
Explicitly panic() on unrecovered MCEs on PowerNV. Update the comments appropriately. This fixes some hangs following EEH events on cxlflash setups. Signed-off-by: Daniel Axtens <redacted> Reviewed-by: Andrew Donnellan <redacted> Reviewed-by: Ian Munsie <redacted>
Applied to powerpc fixes, thanks. https://git.kernel.org/powerpc/c/f2dd80ecca5f06b46134f2bd cheers