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.9-rc6
Date: Sat, 19 Nov 2016 20:43:52 +0100 [thread overview]
Message-ID: <20161119194352.GI26213@potion> (raw)
Linus,
this pull request contains two fixes for recent syzkaller reports and
more fixes are expected for rc7.
The following changes since commit a25f0944ba9b1d8a6813fd6f1a86f1bd59ac25a6:
Linux 4.9-rc5 (2016-11-13 10:32:32 -0800)
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 a2b07739ff5ded8ca7e9c7ff0749ed6f0d36aee2:
kvm: x86: merge kvm_arch_set_irq and kvm_arch_set_irq_inatomic (2016-11-19 19:04:19 +0100)
----------------------------------------------------------------
KVM fixes for v4.9-rc6
ARM:
- Fix handling of the 32bit cycle counter
- Fix cycle counter filtering
x86:
- Fix a race leading to double unregistering of user notifiers
- Amend oversight in kvm_arch_set_irq that turned Hyper-V code dead
- Use SRCU around kvm_lapic_set_vapic_addr
- Avoid recursive flushing of asynchronous page faults
- Do not rely on deferred update in KVM_GET_CLOCK, which fixes #GP
- Let userspace know that KVM_GET_CLOCK is useful with master clock;
4.9 changed the return value to better match the guest clock, but
didn't provide means to let guests take advantage of it
----------------------------------------------------------------
Ignacio Alvarado (1):
KVM: Disable irq while unregistering user notifier
Paolo Bonzini (5):
KVM: x86: do not go through vcpu in __get_kvmclock_ns
kvm: kvmclock: let KVM_GET_CLOCK return whether the master clock is in use
KVM: async_pf: avoid recursive flushing of work items
KVM: x86: fix missed SRCU usage in kvm_lapic_set_vapic_addr
kvm: x86: merge kvm_arch_set_irq and kvm_arch_set_irq_inatomic
Radim Krčmář (1):
Merge tag 'kvm-arm-for-4.9-rc6' of git://git.kernel.org/.../kvmarm/kvmarm
Wei Huang (2):
arm64: KVM: pmu: Fix AArch32 cycle counter access
KVM: arm64: Fix the issues when guest PMCCFILTR is configured
Documentation/virtual/kvm/api.txt | 11 +++++++
arch/arm64/include/asm/perf_event.h | 10 ++++++-
arch/arm64/kernel/perf_event.c | 10 +------
arch/arm64/kvm/sys_regs.c | 10 +++++--
arch/x86/kvm/irq_comm.c | 58 +++++++++++++++++--------------------
arch/x86/kvm/x86.c | 47 +++++++++++++++++++++---------
include/uapi/linux/kvm.h | 7 +++++
virt/kvm/arm/pmu.c | 8 +++--
virt/kvm/async_pf.c | 13 ++++++++-
9 files changed, 114 insertions(+), 60 deletions(-)
reply other threads:[~2016-11-19 19:43 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=20161119194352.GI26213@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