From: "Radim Krčmář" <rkrcmar@redhat.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Paolo Bonzini <pbonzini@redhat.com>,
linux-kernel@vger.kernel.org, kvm@vger.kernel.org
Subject: [GIT PULL] KVM fixes for v4.7-rc2
Date: Thu, 2 Jun 2016 22:08:48 +0200 [thread overview]
Message-ID: <20160602200848.GD20275@potion> (raw)
Linus,
The following changes since commit 1a695a905c18548062509178b98bc91e67510864:
Linux 4.7-rc1 (2016-05-29 09:29:24 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/virt/kvm/kvm.git tags/for-linus
for you to fetch changes up to d14bdb553f9196169f003058ae1cdabe514470e6:
KVM: x86: fix OOPS after invalid KVM_SET_DEBUGREGS (2016-06-02 17:38:50 +0200)
----------------------------------------------------------------
ARM:
- two fixes for 4.6 vgic [Christoffer]
(cc stable)
- six fixes for 4.7 vgic [Marc]
x86:
- six fixes from syzkaller reports [Paolo]
(two of them cc stable)
- allow OS X to boot [Dmitry]
- don't trust compilers [Nadav]
----------------------------------------------------------------
Christoffer Dall (2):
KVM: arm/arm64: vgic-v2: Clear all dirty LRs
KVM: arm/arm64: vgic-v3: Clear all dirty LRs
Dmitry Bilunov (1):
KVM: Handle MSR_IA32_PERF_CTL
Marc Zyngier (6):
KVM: arm/arm64: vgic-v2: Always resample level interrupts
KVM: arm/arm64: vgic-v3: Always resample level interrupts
arm64: KVM: Make ICC_SRE_EL1 access return the configured SRE value
arm64: KVM: vgic-v3: Prevent the guest from messing with ICC_SRE_EL1
arm64: KVM: vgic-v3: Relax synchronization when SRE==1
KVM: arm/arm64: vgic-new: Removel harmful BUG_ON
Nadav Amit (1):
KVM: x86: avoid write-tearing of TDP
Paolo Bonzini (6):
kvm: x86: avoid warning on repeated KVM_SET_TSS_ADDR
KVM: x86: avoid vmalloc(0) in the KVM_SET_CPUID
KVM: fail KVM_SET_VCPU_EVENTS with invalid exception number
KVM: irqfd: fix NULL pointer dereference in kvm_irq_map_gsi
KVM: x86: avoid vmalloc(0) in the KVM_SET_CPUID
KVM: x86: fix OOPS after invalid KVM_SET_DEBUGREGS
Radim Krčmář (1):
Merge tag 'kvm-arm-for-v4.7-rc2' of git://git.kernel.org/.../kvmarm/kvmarm
arch/arm64/kvm/hyp/vgic-v3-sr.c | 36 +++++++++++++++++++++---------------
arch/arm64/kvm/sys_regs.c | 13 ++++++++++++-
arch/x86/kvm/cpuid.c | 22 ++++++++++++----------
arch/x86/kvm/mmu.c | 8 ++++----
arch/x86/kvm/x86.c | 12 +++++++++++-
virt/kvm/arm/hyp/vgic-v2-sr.c | 7 +++----
virt/kvm/arm/vgic/vgic-mmio.c | 4 +---
virt/kvm/arm/vgic/vgic-v2.c | 14 +++++++++-----
virt/kvm/arm/vgic/vgic-v3.c | 14 +++++++++-----
virt/kvm/irqchip.c | 2 +-
virt/kvm/kvm_main.c | 22 ++++++++++++----------
11 files changed, 95 insertions(+), 59 deletions(-)
reply other threads:[~2016-06-02 20:08 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160602200848.GD20275@potion \
--to=rkrcmar@redhat.com \
--cc=kvm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=pbonzini@redhat.com \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.