Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Pull KVM fixes from Radim Krčmář: "MIPS: - Fix build with KVM, DYNAMIC_DEBUG and JUMP_LABEL. PPC: - Fix host crashes/hangs on POWER9. - Properly restore userspace state after KVM_RUN ioctl. s390: - Fix address translation in odd-ball cases (real-space designation ASCEs). x86: - Fix privilege escalation in 64-bit Windows guests All patches are for stable and the x86 also has a CVE" * tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm: KVM: x86: fix singlestepping over syscall KVM: s390: gaccess: fix real-space designation asce handling for gmap shadows KVM: MIPS: Fix maybe-uninitialized build failure KVM: PPC: Book3S HV: Ignore timebase offset on POWER9 DD1 KVM: PPC: Book3S HV: Save/restore host values of debug registers KVM: PPC: Book3S HV: Preserve userspace HTM state properly KVM: PPC: Book3S HV: Restore critical SPRs to host values on guest exit KVM: PPC: Book3S HV: Context-switch EBB registers properly KVM: PPC: Book3S HV: Cope with host using large decrementer mode
No related branches found
No related tags found
Showing
- arch/mips/kvm/tlb.c 5 additions, 1 deletionarch/mips/kvm/tlb.c
- arch/powerpc/kvm/book3s_hv.c 51 additions, 0 deletionsarch/powerpc/kvm/book3s_hv.c
- arch/powerpc/kvm/book3s_hv_interrupts.S 11 additions, 1 deletionarch/powerpc/kvm/book3s_hv_interrupts.S
- arch/powerpc/kvm/book3s_hv_rmhandlers.S 56 additions, 19 deletionsarch/powerpc/kvm/book3s_hv_rmhandlers.S
- arch/s390/kvm/gaccess.c 6 additions, 9 deletionsarch/s390/kvm/gaccess.c
- arch/x86/include/asm/kvm_emulate.h 1 addition, 0 deletionsarch/x86/include/asm/kvm_emulate.h
- arch/x86/kvm/emulate.c 1 addition, 0 deletionsarch/x86/kvm/emulate.c
- arch/x86/kvm/x86.c 32 additions, 30 deletionsarch/x86/kvm/x86.c
Loading
Please register or sign in to comment