From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752826AbdFVPTa (ORCPT ); Thu, 22 Jun 2017 11:19:30 -0400 Received: from mx1.redhat.com ([209.132.183.28]:46198 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751806AbdFVPT2 (ORCPT ); Thu, 22 Jun 2017 11:19:28 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 37F1B30AF66 Authentication-Results: ext-mx05.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx05.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=rkrcmar@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 37F1B30AF66 Date: Thu, 22 Jun 2017 17:19:20 +0200 From: Radim =?utf-8?B?S3LEjW3DocWZ?= To: Linus Torvalds Cc: Paolo Bonzini , linux-kernel@vger.kernel.org, kvm@vger.kernel.org Subject: [GIT PULL] KVM fixes for v4.12-rc7 Message-ID: <20170622151919.GF27032@potion> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.29]); Thu, 22 Jun 2017 15:19:23 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Linus, The following changes since commit 41f1830f5a7af77cf5c86359aba3cbd706687e52: Linux 4.12-rc6 (2017-06-19 22:19:37 +0800) 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 c8401dda2f0a00cd25c0af6a95ed50e478d25de4: KVM: x86: fix singlestepping over syscall (2017-06-22 16:13:29 +0200) ---------------------------------------------------------------- KVM fixes for v4.12-rc7 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. ---------------------------------------------------------------- Heiko Carstens (1): KVM: s390: gaccess: fix real-space designation asce handling for gmap shadows James Cowgill (1): KVM: MIPS: Fix maybe-uninitialized build failure Paolo Bonzini (1): KVM: x86: fix singlestepping over syscall Paul Mackerras (6): KVM: PPC: Book3S HV: Cope with host using large decrementer mode KVM: PPC: Book3S HV: Context-switch EBB registers properly KVM: PPC: Book3S HV: Restore critical SPRs to host values on guest exit KVM: PPC: Book3S HV: Preserve userspace HTM state properly KVM: PPC: Book3S HV: Save/restore host values of debug registers KVM: PPC: Book3S HV: Ignore timebase offset on POWER9 DD1 Radim Krčmář (2): Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/.../paulus/powerpc Merge tag 'kvm-s390-master-4.12-2' of git://git.kernel.org/.../kvms390/linux arch/mips/kvm/tlb.c | 6 ++- arch/powerpc/kvm/book3s_hv.c | 51 ++++++++++++++++++++++ arch/powerpc/kvm/book3s_hv_interrupts.S | 12 +++++- arch/powerpc/kvm/book3s_hv_rmhandlers.S | 75 ++++++++++++++++++++++++--------- arch/s390/kvm/gaccess.c | 15 +++---- arch/x86/include/asm/kvm_emulate.h | 1 + arch/x86/kvm/emulate.c | 1 + arch/x86/kvm/x86.c | 62 ++++++++++++++------------- 8 files changed, 163 insertions(+), 60 deletions(-)