Re: [PATCH v2 1/3] powerpc/powernv: Always stop secondaries before reboot/shutdown

2017-11-12 Thread Michael Ellerman
Nicholas Piggin writes: > On Fri, 10 Nov 2017 22:08:32 +1100 > Michael Ellerman wrote: > >> Nicholas Piggin writes: >> >> > Currently powernv reboot and shutdown requests just leave secondaries >> > to do their own things. This is undesirable because they can trigger >> > any number of watchdo

Re: [PATCH v2 1/3] powerpc/powernv: Always stop secondaries before reboot/shutdown

2017-11-10 Thread Nicholas Piggin
On Fri, 10 Nov 2017 22:08:32 +1100 Michael Ellerman wrote: > Nicholas Piggin writes: > > > Currently powernv reboot and shutdown requests just leave secondaries > > to do their own things. This is undesirable because they can trigger > > any number of watchdogs while waiting for reboot, but als

Re: [PATCH v2 1/3] powerpc/powernv: Always stop secondaries before reboot/shutdown

2017-11-10 Thread Michael Ellerman
Nicholas Piggin writes: > Currently powernv reboot and shutdown requests just leave secondaries > to do their own things. This is undesirable because they can trigger > any number of watchdogs while waiting for reboot, but also we don't > know what else they might be doing, or they might be stuck

[PATCH v2 1/3] powerpc/powernv: Always stop secondaries before reboot/shutdown

2017-10-23 Thread Nicholas Piggin
Currently powernv reboot and shutdown requests just leave secondaries to do their own things. This is undesirable because they can trigger any number of watchdogs while waiting for reboot, but also we don't know what else they might be doing, or they might be stuck somewhere causing trouble. The o