Re: [PATCH 3/3] powerpc/pseries: implement nmi ipi with H_SIGNAL_SYS_RESET

2016-11-08 Thread kbuild test robot
Hi Nicholas, [auto build test ERROR on powerpc/next] [also build test ERROR on v4.9-rc4] [cannot apply to next-20161108] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Nicholas-Piggin/powerpc-NM

[PATCH 3/3] powerpc/pseries: implement nmi ipi with H_SIGNAL_SYS_RESET

2016-11-08 Thread Nicholas Piggin
H_SIGNAL_SYS_RESET can provide a hard NMI (it is not recoverable if raised when the target has MSR_RI clear). This patch makes a couple of changes to generic system_reset_exception handler, which should be split out and platforms defining a handler audited. --- arch/powerpc/kernel/traps.c