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(-)