Re: [v3] cxl: Refine slice error debug messages

2016-07-11 Thread Michael Ellerman
On Tue, 2016-05-07 at 11:08:06 UTC, Philippe Bergheaud wrote: > The PSL Slice Error Register (PSL_SERR_An) reports implementation > dependent AFU errors, in the form of a bitmap. The PSL_SERR_An > register content is printed in the form of hex dump debug message. > > This patch decodes the PSL_ERR

Re: [PATCH v3] cxl: Refine slice error debug messages

2016-07-05 Thread Ian Munsie
Acked-by: Ian Munsie ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

[PATCH v3] cxl: Refine slice error debug messages

2016-07-05 Thread Philippe Bergheaud
The PSL Slice Error Register (PSL_SERR_An) reports implementation dependent AFU errors, in the form of a bitmap. The PSL_SERR_An register content is printed in the form of hex dump debug message. This patch decodes the PSL_ERR_An register contents, and prints a specific error message for each poss

Re: [PATCH v2] cxl: Refine slice error debug messages

2016-07-04 Thread Ian Munsie
I agree with Mikey - this needs a description. But otherwise it looks good to me, and I'll be happy if it stops any more AFU developers from reporting their bugs to us, so happy to add this now: Acked-by: Ian Munsie Excerpts from Philippe Bergheaud's message of 2016-07-04 17:07:36 +0200: > Signe

Re: [PATCH v2] cxl: Refine slice error debug messages

2016-07-04 Thread Michael Neuling
This needs a description.  How are you "refining it? Mikey On Mon, 2016-07-04 at 17:07 +0200, Philippe Bergheaud wrote: > Signed-off-by: Philippe Bergheaud > --- > Changes since v1: >   - Rebased on Ian's patch > "cxl: Abstract the differences between the PSL and XSL" > >  drivers/misc/cxl

Re: [PATCH v2] cxl: Refine slice error debug messages

2016-07-04 Thread Frederic Barrat
Le 04/07/2016 17:07, Philippe Bergheaud a écrit : Signed-off-by: Philippe Bergheaud --- Changes since v1: - Rebased on Ian's patch "cxl: Abstract the differences between the PSL and XSL" Thanks! Reviewed-by: Frederic Barrat ___ Linuxppc-d

[PATCH v2] cxl: Refine slice error debug messages

2016-07-04 Thread Philippe Bergheaud
Signed-off-by: Philippe Bergheaud --- Changes since v1: - Rebased on Ian's patch "cxl: Abstract the differences between the PSL and XSL" drivers/misc/cxl/cxl.h| 15 +++ drivers/misc/cxl/guest.c | 9 ++--- drivers/misc/cxl/irq.c| 29 + d

Re: cxl: Refine slice error debug messages.

2016-06-16 Thread Michael Ellerman
On Wed, 2016-11-05 at 14:10:53 UTC, Philippe Bergheaud wrote: > Signed-off-by: Philippe Bergheaud > Acked-by: Ian Munsie This conflicted with "cxl: Abstract the differences between the PSL and XSL" so I dropped this. Please rebase and resend if you still want it to go in. cheers _

Re: [PATCH] cxl: Refine slice error debug messages.

2016-05-11 Thread Ian Munsie
Acked-by: Ian Munsie ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

[PATCH] cxl: Refine slice error debug messages.

2016-05-11 Thread Philippe Bergheaud
Signed-off-by: Philippe Bergheaud --- drivers/misc/cxl/cxl.h| 15 +++ drivers/misc/cxl/guest.c | 11 --- drivers/misc/cxl/irq.c| 27 +++ drivers/misc/cxl/native.c | 27 ++- 4 files changed, 68 insertions(+), 12 deletion