Re: [RFC PATCH 1/3] powernv/mce: reduce mce console logs to lesser lines.
From: Michael Ellerman <mpe@ellerman.id.au>
Date: 2019-03-31 09:56:37
From: Michael Ellerman <mpe@ellerman.id.au>
Date: 2019-03-31 09:56:37
Mahesh Jagannath Salgaonkar [off-list ref] writes:
On 3/29/19 5:50 AM, Michael Ellerman wrote:quoted
Hi Mahesh, Thanks for doing this series. Mahesh J Salgaonkar [off-list ref] writes:quoted
From: Mahesh Salgaonkar <redacted> Also add cpu number while displaying mce log. This will help cleaner logs when mce hits on multiple cpus simultaneously.Can you include some examples of the output before and after, so it's easier to compare what the changes are.
...
quoted
I also think it'd be clearer to print the NIP on the 2nd line in all cases, rather than the first.Sure, and I will then put "machine check" on 1st line like below ? printk("%sMCE: CPU%d: machine check (%s) %s %s %s %s[%s]\n",
Yes that would be good. Thanks. cheers