From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [GIT PULL] Please pull my kvm-ppc-fixes branch again Date: Mon, 3 Jul 2017 10:40:13 +0200 Message-ID: References: <20170701101113.GA2197@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, David Gibson To: Paul Mackerras , kvm@vger.kernel.org Return-path: Received: from mail-wm0-f68.google.com ([74.125.82.68]:35184 "EHLO mail-wm0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752378AbdGCIkR (ORCPT ); Mon, 3 Jul 2017 04:40:17 -0400 In-Reply-To: <20170701101113.GA2197@fergus.ozlabs.ibm.com> Content-Language: en-US Sender: kvm-owner@vger.kernel.org List-ID: On 01/07/2017 12:11, Paul Mackerras wrote: > Paolo, > > If there is time, I would really like to get one more commit into > 4.12, which fixes a bug where userspace can cause a host kernel crash > on POWER9. The fix is simple, just 2 lines. The cause was a typo > where we had 'i' where we should have had 'j' inside a loop. This is > in code which is new in 4.12. Because I couldn't pull this in time, I've cherry-picked the patch from the branch and added "Cc: stable@vger.kernel.org". Paolo > Thanks, > Paul. > > The following changes since commit 3d3efb68c19e539f0535c93a5258c1299270215f: > > KVM: PPC: Book3S HV: Ignore timebase offset on POWER9 DD1 (2017-06-16 16:04:57 +1000) > > 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 28b0057f7f6fe13a72188e33cbe7b79ac88220b9: > > KVM: PPC: Book3S: Fix typo in XICS-on-XIVE state saving code (2017-07-01 18:54:07 +1000) > > ---------------------------------------------------------------- > Paul Mackerras (1): > KVM: PPC: Book3S: Fix typo in XICS-on-XIVE state saving code > > arch/powerpc/kvm/book3s_xive.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Date: Mon, 03 Jul 2017 08:40:13 +0000 Subject: Re: [GIT PULL] Please pull my kvm-ppc-fixes branch again Message-Id: List-Id: References: <20170701101113.GA2197@fergus.ozlabs.ibm.com> In-Reply-To: <20170701101113.GA2197@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, David Gibson On 01/07/2017 12:11, Paul Mackerras wrote: > Paolo, > > If there is time, I would really like to get one more commit into > 4.12, which fixes a bug where userspace can cause a host kernel crash > on POWER9. The fix is simple, just 2 lines. The cause was a typo > where we had 'i' where we should have had 'j' inside a loop. This is > in code which is new in 4.12. Because I couldn't pull this in time, I've cherry-picked the patch from the branch and added "Cc: stable@vger.kernel.org". Paolo > Thanks, > Paul. > > The following changes since commit 3d3efb68c19e539f0535c93a5258c1299270215f: > > KVM: PPC: Book3S HV: Ignore timebase offset on POWER9 DD1 (2017-06-16 16:04:57 +1000) > > 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 28b0057f7f6fe13a72188e33cbe7b79ac88220b9: > > KVM: PPC: Book3S: Fix typo in XICS-on-XIVE state saving code (2017-07-01 18:54:07 +1000) > > ---------------------------------------------------------------- > Paul Mackerras (1): > KVM: PPC: Book3S: Fix typo in XICS-on-XIVE state saving code > > arch/powerpc/kvm/book3s_xive.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >