From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mackerras Subject: [GIT PULL] Please pull my kvm-ppc-next branch Date: Mon, 20 Feb 2017 10:25:55 +1100 Message-ID: <20170219232555.GA17708@fergus.ozlabs.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii To: Paolo Bonzini , kvm@vger.kernel.org Return-path: Received: from ozlabs.org ([103.22.144.67]:50607 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751095AbdBSX0h (ORCPT ); Sun, 19 Feb 2017 18:26:37 -0500 Content-Disposition: inline Sender: kvm-owner@vger.kernel.org List-ID: Paolo, Please do a pull from my kvm-ppc-next branch to get some fixes which I would like to have in 4.11. There are four small commits there; two are fixes for potential host crashes in the new HPT resizing code, and the other two are changes to printks to make KVM on PPC a little less noisy. Thanks, Paul. The following changes since commit ee10689117c0186fd4fe7feca8d48c7316f65d70: Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into HEAD (2017-02-15 12:30:20 +0100) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc kvm-ppc-next for you to fetch changes up to bcd3bb63dbc87a3bbb21e95a09cd26bb6479c332: KVM: PPC: Book3S HV: Disable HPT resizing on POWER9 for now (2017-02-18 14:22:47 +1100) ---------------------------------------------------------------- David Gibson (1): KVM: PPC: Book3S HV: Prevent double-free on HPT resize commit path Paul Mackerras (1): KVM: PPC: Book3S HV: Disable HPT resizing on POWER9 for now Thomas Huth (1): KVM: PPC: Book3S HV: Turn "KVM guest htab" message into a debug message Vipin K Parashar (1): KVM: PPC: Book3S PR: Ratelimit copy data failure error messages arch/powerpc/kvm/book3s_32_mmu.c | 3 ++- arch/powerpc/kvm/book3s_64_mmu.c | 3 ++- arch/powerpc/kvm/book3s_64_mmu_hv.c | 13 +++++++++++-- arch/powerpc/kvm/powerpc.c | 3 ++- 4 files changed, 17 insertions(+), 5 deletions(-)