From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mackerras Subject: [GIT PULL] Please pull my kvm-ppc-fixes branch Date: Fri, 25 Aug 2017 11:38:22 +1000 Message-ID: <20170825013822.GA18972@fergus.ozlabs.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm-ppc@vger.kernel.org, "Guilherme G. Piccoli" To: Paolo Bonzini , kvm@vger.kernel.org Return-path: Received: from ozlabs.org ([103.22.144.67]:35651 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753627AbdHYBi2 (ORCPT ); Thu, 24 Aug 2017 21:38:28 -0400 Content-Disposition: inline Sender: kvm-owner@vger.kernel.org List-ID: 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. 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: Paul Mackerras Date: Fri, 25 Aug 2017 01:38:22 +0000 Subject: [GIT PULL] Please pull my kvm-ppc-fixes branch Message-Id: <20170825013822.GA18972@fergus.ozlabs.ibm.com> List-Id: References: <20151112053542.GA22330@fergus.ozlabs.ibm.com> In-Reply-To: <20151112053542.GA22330@fergus.ozlabs.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Paolo Bonzini , kvm@vger.kernel.org Cc: kvm-ppc@vger.kernel.org, "Guilherme G. Piccoli" 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. 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(-)