Re: [PATCH 4/4] powerpc: machine check interrupt is a non-maskable interrupt

2017-07-06 Thread kbuild test robot
Hi Nicholas, [auto build test ERROR on powerpc/next] [also build test ERROR on v4.12 next-20170706] [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/machine-check-handling-improvem

[PATCH 4/4] powerpc: machine check interrupt is a non-maskable interrupt

2017-07-04 Thread Nicholas Piggin
Use nmi_enter similarly to system reset interrupts. This uses NMI printk NMI buffers and turns off various debugging facilities that helps avoid tripping on ourselves or other CPUs. Signed-off-by: Nicholas Piggin --- arch/powerpc/kernel/traps.c | 9 ++--- arch/powerpc/platforms/pow