All of lore.kernel.org
 help / color / mirror / Atom feed
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.10-rc5
Date: Fri, 20 Jan 2017 22:23:41 +0100	[thread overview]
Message-ID: <20170120212341.GD1358@potion> (raw)

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(-)

                 reply	other threads:[~2017-01-20 21:23 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=20170120212341.GD1358@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.