linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] KVM fixes for v4.10-rc5
@ 2017-01-20 21:23 Radim Krčmář
  0 siblings, 0 replies; only message in thread
From: Radim Krčmář @ 2017-01-20 21:23 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Paolo Bonzini, linux-kernel, kvm

Linus,

The following changes since commit 49def1853334396f948dcb4cedb9347abb318df5:

  Linux 4.10-rc4 (2017-01-15 16:21:59 -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 fec969012314ec452620516f8251f512f9b534ac:

  Merge tag 'kvm-s390-master-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux (2017-01-20 17:59:02 +0100)

----------------------------------------------------------------
KVM fixes for v4.10-rc5

ARM:
 - Fix for timer setup on VHE machines
 - Drop spurious warning when the timer races against the vcpu running
   again
 - Prevent a vgic deadlock when the initialization fails (for stable)

s390:
 - Fix a kernel memory exposure (for stable)

x86:
 - Fix exception injection when hypercall instruction cannot be patched

----------------------------------------------------------------
Christian Borntraeger (1):
      KVM: s390: do not expose random data via facility bitmap

Christoffer Dall (1):
      KVM: arm/arm64: Fix occasional warning from the timer work function

Dmitry Vyukov (1):
      KVM: x86: fix fixing of hypercalls

Jintack Lim (1):
      KVM: arm64: Access CNTHCTL_EL2 bit fields correctly on VHE systems

Marc Zyngier (1):
      KVM: arm/arm64: vgic: Fix deadlock on error handling

Radim Krčmář (2):
      Merge tag 'kvm-arm-for-4.10-rc4' of git://git.kernel.org/.../kvmarm/kvmarm
      Merge tag 'kvm-s390-master-4.10-1' of git://git.kernel.org/.../kvms390/linux

 arch/arm/include/asm/virt.h   |  5 +++++
 arch/arm/kvm/arm.c            |  3 +++
 arch/arm64/include/asm/virt.h |  9 +++++++++
 arch/s390/kvm/kvm-s390.c      |  4 ++--
 arch/x86/kvm/x86.c            |  3 ++-
 include/kvm/arm_arch_timer.h  |  1 +
 virt/kvm/arm/arch_timer.c     | 26 +++++++++++++++++++++++---
 virt/kvm/arm/hyp/timer-sr.c   | 33 +++++++++++++++++++++------------
 virt/kvm/arm/vgic/vgic-init.c | 18 +++++++++++++-----
 virt/kvm/arm/vgic/vgic-v2.c   |  2 --
 virt/kvm/arm/vgic/vgic-v3.c   |  2 --
 11 files changed, 79 insertions(+), 27 deletions(-)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-01-20 21:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-20 21:23 [GIT PULL] KVM fixes for v4.10-rc5 Radim Krčmář

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).