Re: [PATCH v2 1/3] powerpc/pseries: Parse control memory access error

2021-08-25 Thread Michael Ellerman
Ganesh writes: > On 8/24/21 12:09 PM, Michael Ellerman wrote: >> Ganesh Goudar writes: >>> Add support to parse and log control memory access >>> error for pseries. >>> >>> Signed-off-by: Ganesh Goudar >>> --- >>> v2: No changes in this patch. >>> --- >>> arch/powerpc/platforms/pseries/ras.c |

Re: [PATCH v2 1/3] powerpc/pseries: Parse control memory access error

2021-08-25 Thread Segher Boessenkool
On Wed, Aug 25, 2021 at 05:06:29PM +0530, Ganesh wrote: > > On 8/25/21 2:54 AM, Segher Boessenkool wrote: > >On Tue, Aug 24, 2021 at 04:39:57PM +1000, Michael Ellerman wrote: > >>>+ case MC_ERROR_CTRL_MEM_ACCESS_PTABLE_WALK: > >>>+ mce_err.u.ra_error_type = > >>>+

Re: [PATCH v2 1/3] powerpc/pseries: Parse control memory access error

2021-08-25 Thread Ganesh
On 8/25/21 2:54 AM, Segher Boessenkool wrote: On Tue, Aug 24, 2021 at 04:39:57PM +1000, Michael Ellerman wrote: + case MC_ERROR_CTRL_MEM_ACCESS_PTABLE_WALK: + mce_err.u.ra_error_type = + MCE_RA_ERROR_PAGE_TABLE_WALK_LOAD_STORE_FO

Re: [PATCH v2 1/3] powerpc/pseries: Parse control memory access error

2021-08-25 Thread Ganesh
On 8/24/21 12:09 PM, Michael Ellerman wrote: Hi Ganesh, Some comments below ... Ganesh Goudar writes: Add support to parse and log control memory access error for pseries. Signed-off-by: Ganesh Goudar --- v2: No changes in this patch. --- arch/powerpc/platforms/pseries/ras.c | 21 ++

Re: [PATCH v2 1/3] powerpc/pseries: Parse control memory access error

2021-08-24 Thread Segher Boessenkool
On Tue, Aug 24, 2021 at 04:39:57PM +1000, Michael Ellerman wrote: > > + case MC_ERROR_CTRL_MEM_ACCESS_PTABLE_WALK: > > + mce_err.u.ra_error_type = > > + MCE_RA_ERROR_PAGE_TABLE_WALK_LOAD_STORE_FOREIGN; > > That name is ridiculously long, but I

Re: [PATCH v2 1/3] powerpc/pseries: Parse control memory access error

2021-08-23 Thread Michael Ellerman
Hi Ganesh, Some comments below ... Ganesh Goudar writes: > Add support to parse and log control memory access > error for pseries. > > Signed-off-by: Ganesh Goudar > --- > v2: No changes in this patch. > --- > arch/powerpc/platforms/pseries/ras.c | 21 + > 1 file changed, 2

Re: [PATCH v2 1/3] powerpc/pseries: Parse control memory access error

2021-08-23 Thread Ganesh
Hi mpe, Any comments on this patchset? On 8/5/21 2:50 PM, Ganesh Goudar wrote: Add support to parse and log control memory access error for pseries. Signed-off-by: Ganesh Goudar --- v2: No changes in this patch. --- arch/powerpc/platforms/pseries/ras.c | 21 + 1 file ch

[PATCH v2 1/3] powerpc/pseries: Parse control memory access error

2021-08-05 Thread Ganesh Goudar
Add support to parse and log control memory access error for pseries. Signed-off-by: Ganesh Goudar --- v2: No changes in this patch. --- arch/powerpc/platforms/pseries/ras.c | 21 + 1 file changed, 21 insertions(+) diff --git a/arch/powerpc/platforms/pseries/ras.c b/arch/po