From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mackerras Subject: [GIT PULL] Please pull my kvm-ppc-fixes branch again Date: Sat, 1 Jul 2017 20:11:14 +1000 Message-ID: <20170701101113.GA2197@fergus.ozlabs.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm-ppc@vger.kernel.org, David Gibson To: Paolo Bonzini , kvm@vger.kernel.org Return-path: Received: from ozlabs.org ([103.22.144.67]:40073 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751753AbdGAKLT (ORCPT ); Sat, 1 Jul 2017 06:11:19 -0400 Content-Disposition: inline Sender: kvm-owner@vger.kernel.org List-ID: 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. 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: Paul Mackerras Date: Sat, 01 Jul 2017 10:11:14 +0000 Subject: [GIT PULL] Please pull my kvm-ppc-fixes branch again Message-Id: <20170701101113.GA2197@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, David Gibson 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. 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(-)