Paolo, Please do a pull from my kvm-ppc-next branch to get a PPC update for 4.14. There are various minor fixes and cleanups. The only new feature is that we now export information about storage key support to userspace, so it can advertise it to the guest. I have pulled in Michael Ellerman's topic/ppc-kvm branch from the powerpc tree to get a couple of fixes that touch both KVM PPC code and other PPC code. That's why there is some arch/powerpc stuff in the diffstat that isn't arch/powerpc/kvm. Thanks, Paul. The following changes since commit 712b12d72451411c40e39d25e2140fb8c7fd0e49: kvm: nVMX: Validate the virtual-APIC address on nested VM-entry (2017-08-25 12:34:16 +0200) 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 43f6b0cfb2e4dfd5aa452a1d44491e805e37b7da: KVM: PPC: Book3S HV: Fix memory leak in kvm_vm_ioctl_get_htab_fd (2017-09-01 10:17:58 +1000) ---------------------------------------------------------------- Andreas Schwab (1): KVM: PPC: Book3S HV: Fix invalid use of register expression Aneesh Kumar K.V (1): powerpc/mm: Rename find_linux_pte_or_hugepte() Dan Carpenter (2): KVM: PPC: e500: Fix some NULL dereferences on error KVM: PPC: e500mc: Fix a NULL dereference Nicholas Piggin (2): KVM: PPC: Book3S HV: POWER9 does not require secondary thread management KVM: PPC: Book3S HV: Fix H_REGISTER_VPA VPA size validation Paul Mackerras (3): KVM: PPC: Book3S HV: Fix case where HDEC is treated as 32-bit on POWER9 KVM: PPC: Book3S HV: Report storage key support to userspace Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-next Ram Pai (1): KVM: PPC: Book3S HV: Fix setting of storage key in H_ENTER nixiaoming (1): KVM: PPC: Book3S HV: Fix memory leak in kvm_vm_ioctl_get_htab_fd arch/powerpc/include/asm/book3s/64/mmu-hash.h | 1 + arch/powerpc/include/asm/kvm_book3s_asm.h | 4 +++ arch/powerpc/include/asm/pgtable.h | 10 +------- arch/powerpc/include/asm/pte-walk.h | 35 +++++++++++++++++++++++++++ arch/powerpc/kernel/eeh.c | 4 +-- arch/powerpc/kernel/idle_book3s.S | 35 ++++++++++++++++++--------- arch/powerpc/kernel/io-workarounds.c | 5 ++-- arch/powerpc/kvm/book3s_64_mmu_hv.c | 6 +++-- arch/powerpc/kvm/book3s_64_mmu_radix.c | 28 ++++++++++----------- arch/powerpc/kvm/book3s_64_vio_hv.c | 12 ++++++++- arch/powerpc/kvm/book3s_hv.c | 29 ++++++++++++++++++++-- arch/powerpc/kvm/book3s_hv_rm_mmu.c | 20 +++++++-------- arch/powerpc/kvm/book3s_hv_rmhandlers.S | 13 ++++++++-- arch/powerpc/kvm/e500.c | 8 ++++-- arch/powerpc/kvm/e500_mmu_host.c | 3 ++- arch/powerpc/kvm/e500mc.c | 4 ++- arch/powerpc/mm/hash_utils_64.c | 5 ++-- arch/powerpc/mm/hugetlbpage.c | 24 ++++++++++-------- arch/powerpc/mm/tlb_hash64.c | 6 +++-- arch/powerpc/perf/callchain.c | 3 ++- include/uapi/linux/kvm.h | 3 ++- 21 files changed, 183 insertions(+), 75 deletions(-) create mode 100644 arch/powerpc/include/asm/pte-walk.h