Re: [PATCH 2/2] powerpc: Add support for function error injection

2018-06-06 Thread Naveen N. Rao
Naveen N. Rao wrote: Michael Ellerman wrote: I guess if it doesn't already apply to tip you should rebase it. You've probably missed 4.18 anyway. Oh ok. I just tried and it seems to apply just fine. I'll post v2 after giving this a quick test. I didn't post a v2 since I have decided agains

Re: [PATCH 2/2] powerpc: Add support for function error injection

2018-05-31 Thread Naveen N. Rao
Michael Ellerman wrote: "Naveen N. Rao" writes: Michael Ellerman wrote: "Naveen N. Rao" writes: ... A change log is always nice even if it's short :) I tried, but really couldn't come up with anything more to write. I'll try harder for v2 :) Yeah true. You could just say "All that's

Re: [PATCH 2/2] powerpc: Add support for function error injection

2018-05-31 Thread Michael Ellerman
"Naveen N. Rao" writes: > Michael Ellerman wrote: >> "Naveen N. Rao" writes: >>> ... >> >> A change log is always nice even if it's short :) > > I tried, but really couldn't come up with anything more to write. I'll > try harder for v2 :) Yeah true. You could just say "All that's required is

Re: [PATCH 2/2] powerpc: Add support for function error injection

2018-05-31 Thread Naveen N. Rao
Michael Ellerman wrote: "Naveen N. Rao" writes: ... A change log is always nice even if it's short :) I tried, but really couldn't come up with anything more to write. I'll try harder for v2 :) Signed-off-by: Naveen N. Rao --- arch/powerpc/Kconfig | 1 + arch/p

Re: [PATCH 2/2] powerpc: Add support for function error injection

2018-05-30 Thread Michael Ellerman
"Naveen N. Rao" writes: > ... A change log is always nice even if it's short :) > Signed-off-by: Naveen N. Rao > --- > arch/powerpc/Kconfig | 1 + > arch/powerpc/include/asm/error-injection.h | 9 + > arch/powerpc/include/asm/ptrace.h | 5 + > 3 files

[PATCH 2/2] powerpc: Add support for function error injection

2018-05-29 Thread Naveen N. Rao
Signed-off-by: Naveen N. Rao --- arch/powerpc/Kconfig | 1 + arch/powerpc/include/asm/error-injection.h | 9 + arch/powerpc/include/asm/ptrace.h | 5 + 3 files changed, 15 insertions(+) create mode 100644 arch/powerpc/include/asm/error-injection.h diff