From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Zijlstra Subject: Re: [PATCH v3 5/6] powerpc/pseries: implement paravirt qspinlocks for SPLPAR Date: Thu, 9 Jul 2020 13:03:03 +0200 Message-ID: <20200709110303.GS597537@hirez.programming.kicks-ass.net> References: <20200706043540.1563616-1-npiggin@gmail.com> <20200706043540.1563616-6-npiggin@gmail.com> <874kqhvu1v.fsf@mpe.ellerman.id.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <874kqhvu1v.fsf@mpe.ellerman.id.au> Sender: kvm-ppc-owner@vger.kernel.org To: Michael Ellerman Cc: Nicholas Piggin , linuxppc-dev@lists.ozlabs.org, Will Deacon , Boqun Feng , Ingo Molnar , Waiman Long , Anton Blanchard , linux-kernel@vger.kernel.org, virtualization@lists.linux-foundation.org, kvm-ppc@vger.kernel.org, linux-arch@vger.kernel.org List-Id: linux-arch.vger.kernel.org On Thu, Jul 09, 2020 at 08:53:16PM +1000, Michael Ellerman wrote: > Nicholas Piggin writes: > > > Signed-off-by: Nicholas Piggin > > --- > > arch/powerpc/include/asm/paravirt.h | 28 ++++++++ > > arch/powerpc/include/asm/qspinlock.h | 66 +++++++++++++++++++ > > arch/powerpc/include/asm/qspinlock_paravirt.h | 7 ++ > > arch/powerpc/platforms/pseries/Kconfig | 5 ++ > > arch/powerpc/platforms/pseries/setup.c | 6 +- > > include/asm-generic/qspinlock.h | 2 + > > Another ack? Acked-by: Peter Zijlstra (Intel) From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42974 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726302AbgGILDN (ORCPT ); Thu, 9 Jul 2020 07:03:13 -0400 Date: Thu, 9 Jul 2020 13:03:03 +0200 From: Peter Zijlstra Subject: Re: [PATCH v3 5/6] powerpc/pseries: implement paravirt qspinlocks for SPLPAR Message-ID: <20200709110303.GS597537@hirez.programming.kicks-ass.net> References: <20200706043540.1563616-1-npiggin@gmail.com> <20200706043540.1563616-6-npiggin@gmail.com> <874kqhvu1v.fsf@mpe.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <874kqhvu1v.fsf@mpe.ellerman.id.au> Sender: linux-arch-owner@vger.kernel.org List-ID: To: Michael Ellerman Cc: Nicholas Piggin , linuxppc-dev@lists.ozlabs.org, Will Deacon , Boqun Feng , Ingo Molnar , Waiman Long , Anton Blanchard , linux-kernel@vger.kernel.org, virtualization@lists.linux-foundation.org, kvm-ppc@vger.kernel.org, linux-arch@vger.kernel.org Message-ID: <20200709110303.7VQUzwU0XK1RlgGZxBR7Jp-h8PAzCFPo-r_C03jcyyk@z> On Thu, Jul 09, 2020 at 08:53:16PM +1000, Michael Ellerman wrote: > Nicholas Piggin writes: > > > Signed-off-by: Nicholas Piggin > > --- > > arch/powerpc/include/asm/paravirt.h | 28 ++++++++ > > arch/powerpc/include/asm/qspinlock.h | 66 +++++++++++++++++++ > > arch/powerpc/include/asm/qspinlock_paravirt.h | 7 ++ > > arch/powerpc/platforms/pseries/Kconfig | 5 ++ > > arch/powerpc/platforms/pseries/setup.c | 6 +- > > include/asm-generic/qspinlock.h | 2 + > > Another ack? Acked-by: Peter Zijlstra (Intel)