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.13-rc4
Date: Fri, 4 Aug 2017 22:32:37 +0200 [thread overview]
Message-ID: <20170804203237.GA1967@potion> (raw)
Linus,
The following changes since commit 16f73eb02d7e1765ccab3d2018e0bd98eb93d973:
Linux 4.13-rc3 (2017-07-30 12:40:36 -0700)
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 53a5abd8392e5f6e5b134fe47eb9f2400256d93e:
Merge tag 'kvm-arm-for-v4.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm (2017-08-03 17:59:58 +0200)
----------------------------------------------------------------
KVM fixes for v4.13-rc4
ARM:
- Yet another race with VM destruction plugged
- A set of small vgic fixes
x86:
- Preserve pending INIT
- RCU fixes in paravirtual async pf, VM teardown, and VMXOFF emulation
- nVMX interrupt injection and dirty tracking fixes
- initialize to make UBSAN happy
----------------------------------------------------------------
Andrew Jones (1):
KVM: arm/arm64: PMU: Fix overflow interrupt injection
Christoffer Dall (1):
KVM: arm/arm64: vgic: Use READ_ONCE fo cmpxchg
David Matlack (2):
kvm: nVMX: don't flush VMCS12 during VMXOFF or VCPU teardown
KVM: nVMX: mark vmcs12 pages dirty on L2 exit
Longpeng(Mike) (1):
KVM: X86: init irq->level in kvm_pv_kick_cpu_op
Paolo Bonzini (4):
KVM: nVMX: do not fill vm_exit_intr_error_code in prepare_vmcs12
KVM: nVMX: fixes to nested virt interrupt injection
KVM: avoid using rcu_dereference_protected
KVM: nVMX: do not pin the VMCS12
Radim Krčmář (1):
Merge tag 'kvm-arm-for-v4.13-rc4' of git://git.kernel.org/.../kvmarm/kvmarm
Shanker Donthineni (1):
KVM: arm/arm64: Fix bug in advertising KVM_CAP_MSI_DEVID capability
Suzuki K Poulose (1):
KVM: arm/arm64: Handle hva aging while destroying the vm
Wanpeng Li (3):
KVM: async_pf: make rcu irq exit if not triggered from idle task
KVM: X86: Fix loss of pending INIT due to race
KVM: nVMX: Fix interrupt window request with "Acknowledge interrupt on exit"
arch/arm64/kvm/sys_regs.c | 2 +-
arch/x86/kernel/kvm.c | 6 +-
arch/x86/kvm/svm.c | 10 ++
arch/x86/kvm/vmx.c | 237 +++++++++++++++++++++++++++------------
arch/x86/kvm/x86.c | 20 ++--
include/kvm/arm_pmu.h | 2 -
include/linux/kvm_host.h | 6 +-
virt/kvm/arm/mmu.c | 4 +
virt/kvm/arm/pmu.c | 43 +++----
virt/kvm/arm/vgic/vgic-init.c | 3 -
virt/kvm/arm/vgic/vgic-its.c | 1 +
virt/kvm/arm/vgic/vgic-mmio-v3.c | 4 +-
virt/kvm/kvm_main.c | 11 +-
13 files changed, 220 insertions(+), 129 deletions(-)
reply other threads:[~2017-08-04 20:32 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=20170804203237.GA1967@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox