Linus, The following changes since commit daaf216c06fba4ee4dc3f62715667da929d68774: KVM: x86: Fix device passthrough when SME is active (2018-03-16 14:32:23 +0100) are available in the Git repository at: git://git.kernel.org/pub/scm/virt/kvm/kvm tags/for-linus for you to fetch changes up to 17a1079d9c63579d6e392a526405b8888e9ede37: KVM: x86: Fix pv tlb flush dependencies (2018-03-28 15:53:34 +0200) ---------------------------------------------------------------- KVM fixes for v4.16-rc8 PPC: - Fix a bug causing occasional machine check exceptions on POWER8 hosts (introduced in 4.16-rc1) x86: - Fix a guest crashing regression with nested VMX and restricted guest (introduced in 4.16-rc1) - Fix dependency check for pv tlb flush (The wrong dependency that effectively disabled the feature was added in 4.16-rc4, the original feature in 4.16-rc1, so it got decent testing.) ---------------------------------------------------------------- Paolo Bonzini (1): Merge tag 'kvm-ppc-fixes-4.16-3' of git://git.kernel.org/.../paulus/powerpc into kvm-master Paul Mackerras (1): KVM: PPC: Book3S HV: Fix duplication of host SLB entries Sean Christopherson (1): KVM: nVMX: sync vmcs02 segment regs prior to vmx_set_cr0 Wanpeng Li (1): KVM: x86: Fix pv tlb flush dependencies arch/powerpc/kvm/book3s_hv_rmhandlers.S | 35 +++++++++++++++++---------------- arch/x86/kernel/kvm.c | 4 ++-- arch/x86/kvm/vmx.c | 10 +++++----- 3 files changed, 25 insertions(+), 24 deletions(-)