From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [GIT PULL] Please pull my kvm-ppc-fixes branch Date: Fri, 25 Aug 2017 09:02:39 +0200 Message-ID: <083b5712-1092-0630-cdf3-b646e2ef8edf@redhat.com> References: <20170825013822.GA18972@fergus.ozlabs.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: kvm-ppc@vger.kernel.org, "Guilherme G. Piccoli" To: Paul Mackerras , kvm@vger.kernel.org Return-path: Received: from mail-wr0-f196.google.com ([209.85.128.196]:36601 "EHLO mail-wr0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754239AbdHYHCn (ORCPT ); Fri, 25 Aug 2017 03:02:43 -0400 In-Reply-To: <20170825013822.GA18972@fergus.ozlabs.ibm.com> Content-Language: en-US Sender: kvm-owner@vger.kernel.org List-ID: On 25/08/2017 03:38, Paul Mackerras wrote: > Paolo, > > Please do a pull to get three commits which fix problems relating to > interrupts on POWER9. The problems which are fixed here can cause > interrupts to get missed, leading to guest hangs and stalls. I would > like these to go into 4.13. Sure, would you also like me to include "[PATCH really v2] KVM: PPC: Book3S: Fix race and leak in kvm_vm_ioctl_create_spapr_tce()"? Paolo > Thanks, > Paul. > > The following changes since commit f2d8421b88ca28253d6265e3852de9f40aae6e63: > > Merge tag 'kvm-s390-master-4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux (2017-08-21 18:21:30 +0200) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc kvm-ppc-fixes > > for you to fetch changes up to bb9b52bd51dcb17b965a30167d0812902c1b9927: > > KVM: PPC: Book3S HV: Add missing barriers to XIVE code and document them (2017-08-24 20:02:01 +1000) > > ---------------------------------------------------------------- > Benjamin Herrenschmidt (2): > KVM: PPC: Book3S HV: Workaround POWER9 DD1.0 bug causing IPB bit loss > KVM: PPC: Book3S HV: Add missing barriers to XIVE code and document them > > Nicholas Piggin (1): > KVM: PPC: Book3S HV: Use msgsync with hypervisor doorbells on POWER9 > > arch/powerpc/kvm/book3s_hv_rmhandlers.S | 3 ++ > arch/powerpc/kvm/book3s_xive_template.c | 68 +++++++++++++++++++++++++++++++-- > 2 files changed, 68 insertions(+), 3 deletions(-) > From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Date: Fri, 25 Aug 2017 07:02:39 +0000 Subject: Re: [GIT PULL] Please pull my kvm-ppc-fixes branch Message-Id: <083b5712-1092-0630-cdf3-b646e2ef8edf@redhat.com> List-Id: References: <20170825013822.GA18972@fergus.ozlabs.ibm.com> In-Reply-To: <20170825013822.GA18972@fergus.ozlabs.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Paul Mackerras , kvm@vger.kernel.org Cc: kvm-ppc@vger.kernel.org, "Guilherme G. Piccoli" On 25/08/2017 03:38, Paul Mackerras wrote: > Paolo, > > Please do a pull to get three commits which fix problems relating to > interrupts on POWER9. The problems which are fixed here can cause > interrupts to get missed, leading to guest hangs and stalls. I would > like these to go into 4.13. Sure, would you also like me to include "[PATCH really v2] KVM: PPC: Book3S: Fix race and leak in kvm_vm_ioctl_create_spapr_tce()"? Paolo > Thanks, > Paul. > > The following changes since commit f2d8421b88ca28253d6265e3852de9f40aae6e63: > > Merge tag 'kvm-s390-master-4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux (2017-08-21 18:21:30 +0200) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc kvm-ppc-fixes > > for you to fetch changes up to bb9b52bd51dcb17b965a30167d0812902c1b9927: > > KVM: PPC: Book3S HV: Add missing barriers to XIVE code and document them (2017-08-24 20:02:01 +1000) > > ---------------------------------------------------------------- > Benjamin Herrenschmidt (2): > KVM: PPC: Book3S HV: Workaround POWER9 DD1.0 bug causing IPB bit loss > KVM: PPC: Book3S HV: Add missing barriers to XIVE code and document them > > Nicholas Piggin (1): > KVM: PPC: Book3S HV: Use msgsync with hypervisor doorbells on POWER9 > > arch/powerpc/kvm/book3s_hv_rmhandlers.S | 3 ++ > arch/powerpc/kvm/book3s_xive_template.c | 68 +++++++++++++++++++++++++++++++-- > 2 files changed, 68 insertions(+), 3 deletions(-) >