From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Zigotzky Subject: Re: [GIT PULL] Please pull my kvm-ppc-fixes branch Date: Mon, 15 May 2017 10:32:16 +0200 Message-ID: <29b5b52f-a3d0-5455-0900-846136833a3f@xenosoft.de> References: <20170515081629.GA3691@fergus.ozlabs.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: kvm-ppc@vger.kernel.org, David Gibson To: Paul Mackerras , Paolo Bonzini , kvm@vger.kernel.org Return-path: Received: from mo4-p00-ob.smtp.rzone.de ([81.169.146.219]:32058 "EHLO mo4-p00-ob.smtp.rzone.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751761AbdEOIcg (ORCPT ); Mon, 15 May 2017 04:32:36 -0400 In-Reply-To: <20170515081629.GA3691@fergus.ozlabs.ibm.com> Content-Language: en-GB Sender: kvm-owner@vger.kernel.org List-ID: Many thanks for fixing! Have a nice week! -- Christian On 15 May 2017 at 10:16 AM, Paul Mackerras wrote: > Paolo, > > Please do a pull from my kvm-ppc-fixes branch to get 3 commits that > should go into 4.12. Two of them fix failures to build for PR KVM > configurations, and one of them fixes a host crash that can occur on > POWER9 with radix guests. > > Thanks, > Paul. > > The following changes since commit 36c344f3f1ffc0b1b20abd237b7401dc6687ee8f: > > Merge tag 'kvm-arm-for-v4.12-round2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD (2017-05-09 12:51:49 +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 76d837a4c0f905f98088877d780169d7a14a6b29: > > KVM: PPC: Book3S PR: Don't include SPAPR TCE code on non-pseries platforms (2017-05-12 15:32:30 +1000) > > ---------------------------------------------------------------- > Paul Mackerras (3): > KVM: PPC: Book3S HV: Add radix checks in real-mode hypercall handlers > KVM: PPC: Book3S PR: Check copy_to/from_user return values > KVM: PPC: Book3S PR: Don't include SPAPR TCE code on non-pseries platforms > > arch/powerpc/kvm/Kconfig | 2 +- > arch/powerpc/kvm/Makefile | 4 +-- > arch/powerpc/kvm/book3s_64_vio_hv.c | 13 +++++++ > arch/powerpc/kvm/book3s_hv_builtin.c | 9 ++++- > arch/powerpc/kvm/book3s_pr_papr.c | 70 +++++++++++++++++++++++++++--------- > arch/powerpc/kvm/powerpc.c | 4 ++- > 6 files changed, 80 insertions(+), 22 deletions(-) > -- > To unsubscribe from this list: send the line "unsubscribe kvm-ppc" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Zigotzky Date: Mon, 15 May 2017 08:32:16 +0000 Subject: Re: [GIT PULL] Please pull my kvm-ppc-fixes branch Message-Id: <29b5b52f-a3d0-5455-0900-846136833a3f@xenosoft.de> List-Id: References: <20170515081629.GA3691@fergus.ozlabs.ibm.com> In-Reply-To: <20170515081629.GA3691@fergus.ozlabs.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Paul Mackerras , Paolo Bonzini , kvm@vger.kernel.org Cc: kvm-ppc@vger.kernel.org, David Gibson Many thanks for fixing! Have a nice week! -- Christian On 15 May 2017 at 10:16 AM, Paul Mackerras wrote: > Paolo, > > Please do a pull from my kvm-ppc-fixes branch to get 3 commits that > should go into 4.12. Two of them fix failures to build for PR KVM > configurations, and one of them fixes a host crash that can occur on > POWER9 with radix guests. > > Thanks, > Paul. > > The following changes since commit 36c344f3f1ffc0b1b20abd237b7401dc6687ee8f: > > Merge tag 'kvm-arm-for-v4.12-round2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD (2017-05-09 12:51:49 +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 76d837a4c0f905f98088877d780169d7a14a6b29: > > KVM: PPC: Book3S PR: Don't include SPAPR TCE code on non-pseries platforms (2017-05-12 15:32:30 +1000) > > ---------------------------------------------------------------- > Paul Mackerras (3): > KVM: PPC: Book3S HV: Add radix checks in real-mode hypercall handlers > KVM: PPC: Book3S PR: Check copy_to/from_user return values > KVM: PPC: Book3S PR: Don't include SPAPR TCE code on non-pseries platforms > > arch/powerpc/kvm/Kconfig | 2 +- > arch/powerpc/kvm/Makefile | 4 +-- > arch/powerpc/kvm/book3s_64_vio_hv.c | 13 +++++++ > arch/powerpc/kvm/book3s_hv_builtin.c | 9 ++++- > arch/powerpc/kvm/book3s_pr_papr.c | 70 +++++++++++++++++++++++++++--------- > arch/powerpc/kvm/powerpc.c | 4 ++- > 6 files changed, 80 insertions(+), 22 deletions(-) > -- > To unsubscribe from this list: send the line "unsubscribe kvm-ppc" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html >