From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [GIT PULL] KVM changes for 4.6-rc4 Date: Tue, 12 Apr 2016 20:34:29 +0200 Message-ID: <570D3FB5.6090402@redhat.com> References: <1460479803-27669-1-git-send-email-rkrcmar@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: kvm@vger.kernel.org To: =?UTF-8?B?UmFkaW0gS3LEjW3DocWZ?= , Linus Torvalds Return-path: Received: from mail-pa0-f45.google.com ([209.85.220.45]:35033 "EHLO mail-pa0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933255AbcDLSei (ORCPT ); Tue, 12 Apr 2016 14:34:38 -0400 Received: by mail-pa0-f45.google.com with SMTP id td3so18009851pab.2 for ; Tue, 12 Apr 2016 11:34:38 -0700 (PDT) In-Reply-To: <1460479803-27669-1-git-send-email-rkrcmar@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On 12/04/2016 18:50, Radim Kr=C4=8Dm=C3=A1=C5=99 wrote: > Linus, >=20 > The following changes since commit 541d8f4d59d79f5d37c8c726f723d42ff3= 07db57: >=20 > Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm = (2016-04-05 16:16:00 -0700) >=20 > are available in the git repository at: >=20 > git://git.kernel.org/pub/scm/virt/kvm/kvm.git tags/for-linus >=20 > for you to fetch changes up to 316314cae15fb0e3869b76b468f59a0c83ac3d= 4e: >=20 > KVM: x86: mask CPUID(0xD,0x1).EAX against host value (2016-04-10 21= :53:50 +0200) =46or the record, this tag is signed by me because I prepared the pull request. Further pull requests for 4.6 will be signed and sent out by Radim directly. Thanks, Paolo > ---------------------------------------------------------------- > KVM/ARM fixes: > - Wrong indentation in the PMU code from the merge window > - A long-time bug occuring with running ntpd on the host, candidate f= or stable > - Properly handle (and warn about) the unsupported configuration of r= unning on > systems with less than 40 bits of PA space > - More fixes to the PM and hotplug notifier stuff from the merge wind= ow >=20 > x86: > - leak of guest xcr0 (typically shows up as SIGILL) > - new maintainer (who is sending the pull request too) > - fix for merge window regression > - fix for guest CPUID >=20 > ---------------------------------------------------------------- > David Matlack (1): > kvm: x86: do not leak guest xcr0 into host interrupt handlers >=20 > Marc Zyngier (2): > KVM: arm/arm64: Handle forward time correction gracefully > arm64: KVM: Warn when PARange is less than 40 bits >=20 > Paolo Bonzini (2): > KVM: new maintainer on the block > KVM: x86: mask CPUID(0xD,0x1).EAX against host value >=20 > Radim Kr=C4=8Dm=C3=A1=C5=99 (1): > Merge tag 'kvm-arm-for-4.6-rc4' of git://git.kernel.org/.../kvm= arm/kvmarm >=20 > Sudeep Holla (1): > arm64: KVM: unregister notifiers in hyp mode teardown path >=20 > Will Deacon (1): > arm64: KVM: Add braces to multi-line if statement in virtual PM= U code >=20 > Xiao Guangrong (1): > KVM: MMU: fix permission_fault() >=20 > MAINTAINERS | 2 +- > arch/arm/kvm/arm.c | 13 ++++++++--- > arch/arm64/include/asm/kvm_arm.h | 6 ++--- > arch/arm64/include/asm/kvm_asm.h | 2 +- > arch/arm64/include/asm/kvm_host.h | 7 +++--- > arch/arm64/kvm/hyp/s2-setup.c | 39 +++++++++++++++++++++++++++++= -- > arch/x86/kvm/cpuid.c | 1 + > arch/x86/kvm/mmu.h | 9 ++++--- > arch/x86/kvm/paging_tmpl.h | 2 +- > arch/x86/kvm/x86.c | 10 ++++---- > virt/kvm/arm/arch_timer.c | 49 +++++++++++++++++++++++++++++= ++-------- > virt/kvm/arm/pmu.c | 3 ++- > 12 files changed, 106 insertions(+), 37 deletions(-) > -- > To unsubscribe from this list: send the line "unsubscribe kvm" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html >=20