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

From: Naveen N. Rao
Date: Thu May 31 2018 - 06:12:02 EST


Michael Ellerman wrote:
"Naveen N. Rao" <naveen.n.rao@xxxxxxxxxxxxxxxxxx> 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 <naveen.n.rao@xxxxxxxxxxxxxxxxxx>
---
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

This looks fine to me, it's probably easiest if it goes in via tip along
with patch 1.

Acked-by: Michael Ellerman <mpe@xxxxxxxxxxxxxx>

Thanks for the review. I'll base v2 on -tip


- Naveen