Re: powerpc/eeh: Dump PHB diag-data for non-existing PE

2015-07-22 Thread Michael Ellerman
On Tue, 2015-12-05 at 07:05:32 UTC, Gavin Shan wrote: When detecting EEH error on non-existing PE, including the reserved one, the PE is simply unfrozen without dumping the PHB diag-data, which is useful for locating the root cause of the EEH error. The patch dumps the PHB diag-data when

[PATCH] powerpc/eeh: Dump PHB diag-data for non-existing PE

2015-05-12 Thread Gavin Shan
When detecting EEH error on non-existing PE, including the reserved one, the PE is simply unfrozen without dumping the PHB diag-data, which is useful for locating the root cause of the EEH error. The patch dumps the PHB diag-data when non-existing PE reports error. Signed-off-by: Gavin Shan