Re: [PATCH v3] powerpc/mce: log the error for all unrecoverable errors

2023-02-15 Thread Michael Ellerman
On Wed, 1 Feb 2023 15:29:33 +0530, Ganesh Goudar wrote: > For all unrecoverable errors we are missing to log the > error, Since machine_check_log_err() is not getting called > for unrecoverable errors. machine_check_log_err() is called > from deferred handler, To run deferred handlers we have to

[PATCH v3] powerpc/mce: log the error for all unrecoverable errors

2023-02-01 Thread Ganesh Goudar
For all unrecoverable errors we are missing to log the error, Since machine_check_log_err() is not getting called for unrecoverable errors. machine_check_log_err() is called from deferred handler, To run deferred handlers we have to do irq work raise from the exception handler. For recoverable