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: Thu, 12 Nov 2015 10:11:35 +0100 Message-ID: <564457C7.5030102@redhat.com> References: <20151112053542.GA22330@fergus.ozlabs.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: David Gibson To: Paul Mackerras , kvm-ppc@vger.kernel.org, kvm@vger.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:37626 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753700AbbKLJLj (ORCPT ); Thu, 12 Nov 2015 04:11:39 -0500 In-Reply-To: <20151112053542.GA22330@fergus.ozlabs.ibm.com> Sender: kvm-owner@vger.kernel.org List-ID: On 12/11/2015 06:35, Paul Mackerras wrote: > Paolo, > > I have two fixes for HV KVM which I would like to have included in > v4.4-rc1. The first one is a fix for a bug identified by Red Hat > which causes occasional guest crashes. The second one fixes a bug > which causes host stalls and timeouts under certain circumstances when > the host is configured for static 2-way micro-threading mode. > > Thanks, > Paul. > > The following changes since commit a3eaa8649e4c6a6afdafaa04b9114fb230617bb1: > > KVM: VMX: Fix commit which broke PML (2015-11-05 11:34:11 +0100) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc.git kvm-ppc-fixes > > for you to fetch changes up to f74f2e2e26199f695ca3df94f29e9ab7cb707ea4: > > KVM: PPC: Book3S HV: Don't dynamically split core when already split (2015-11-06 16:02:59 +1100) > > ---------------------------------------------------------------- > Paul Mackerras (2): > KVM: PPC: Book3S HV: Synthesize segment fault if SLB lookup fails > KVM: PPC: Book3S HV: Don't dynamically split core when already split > > arch/powerpc/kvm/book3s_hv.c | 2 +- > arch/powerpc/kvm/book3s_hv_rmhandlers.S | 20 ++++++++++++-------- > 2 files changed, 13 insertions(+), 9 deletions(-) > Pulled, thanks. Paolo From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Date: Thu, 12 Nov 2015 09:11:35 +0000 Subject: Re: [GIT PULL] Please pull my kvm-ppc-fixes branch Message-Id: <564457C7.5030102@redhat.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: Paul Mackerras , kvm-ppc@vger.kernel.org, kvm@vger.kernel.org Cc: David Gibson On 12/11/2015 06:35, Paul Mackerras wrote: > Paolo, > > I have two fixes for HV KVM which I would like to have included in > v4.4-rc1. The first one is a fix for a bug identified by Red Hat > which causes occasional guest crashes. The second one fixes a bug > which causes host stalls and timeouts under certain circumstances when > the host is configured for static 2-way micro-threading mode. > > Thanks, > Paul. > > The following changes since commit a3eaa8649e4c6a6afdafaa04b9114fb230617bb1: > > KVM: VMX: Fix commit which broke PML (2015-11-05 11:34:11 +0100) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc.git kvm-ppc-fixes > > for you to fetch changes up to f74f2e2e26199f695ca3df94f29e9ab7cb707ea4: > > KVM: PPC: Book3S HV: Don't dynamically split core when already split (2015-11-06 16:02:59 +1100) > > ---------------------------------------------------------------- > Paul Mackerras (2): > KVM: PPC: Book3S HV: Synthesize segment fault if SLB lookup fails > KVM: PPC: Book3S HV: Don't dynamically split core when already split > > arch/powerpc/kvm/book3s_hv.c | 2 +- > arch/powerpc/kvm/book3s_hv_rmhandlers.S | 20 ++++++++++++-------- > 2 files changed, 13 insertions(+), 9 deletions(-) > Pulled, thanks. Paolo