Nicholas Piggin <npig...@gmail.com> writes: > On Wed, 4 Apr 2018 02:03:18 +1000 (AEST) > Michael Ellerman <patch-notificati...@ellerman.id.au> wrote: >> On Fri, 2017-11-17 at 14:08:05 UTC, Nicholas Piggin wrote: >> > Implement a new function to invoke stop, power9_offline_stop, which is >> > like power9_idle_stop but used by the cpu hotplug code. >> > >> > Move KVM secondary state manipulation code to the offline case. >> > >> > Signed-off-by: Nicholas Piggin <npig...@gmail.com> >> > Reviewed-by: Vaidyanathan Srinivasan <sva...@linux.vnet.ibm.com> >> >> Applied to powerpc next, thanks. >> >> https://git.kernel.org/powerpc/c/3d4fbffdd703d2b968db443911f214 > > I sent out a new series for this which is rebased and a bit cleaner. > I probably wasn't clear enough about the change, sorry.
No that's OK, I just already had the previous series applied (partially) in my testing tree and didn't see the new series in time to back it out. > This patch will need to be adjusted for the force SMT4 change. The > end result should look like this, > > https://patchwork.ozlabs.org/patch/893948/ Thanks. I did a patch to get everything in sync, and confirmed the result is the same as applying your new series. cheers