Re: [PATCH] powerpc/powernv: Fix machine check reporting of async store errors

2021-06-24 Thread Michael Ellerman
On Tue, 18 May 2021 00:03:55 +1000, Nicholas Piggin wrote: > POWER9 and POWER10 asynchronous machine checks due to stores have their > cause reported in SRR1 but SRR1[42] is set, which in other cases > indicates DSISR cause. > > Check for these cases and clear SRR1[42], so the cause matching uses

[PATCH] powerpc/powernv: Fix machine check reporting of async store errors

2021-05-17 Thread Nicholas Piggin
POWER9 and POWER10 asynchronous machine checks due to stores have their cause reported in SRR1 but SRR1[42] is set, which in other cases indicates DSISR cause. Check for these cases and clear SRR1[42], so the cause matching uses the i-side (SRR1) table. Cc: Mahesh Salgaonkar Fixes: 7b9f71f974 ("