kvm.vger.kernel.org archive mirror
 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.9-rc2
Date: Fri, 21 Oct 2016 21:08:04 +0200	[thread overview]
Message-ID: <20161021190803.GB23395@potion> (raw)

Linus,

The following changes since commit 1001354ca34179f3db924eb66672442a173147dc:

  Linux 4.9-rc1 (2016-10-15 12:17:50 -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 658f7c4bb714740366b6d6ab1d88ba1b774a97fc:

  Merge tag 'kvm-arm-for-4.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm (2016-10-21 18:49:53 +0200)

----------------------------------------------------------------
KVM fixes for v4.9-rc2

ARM:
 - avoid livelock when walking guest page tables
 - fix HYP mode static keys without CC_HAVE_ASM_GOTO

MIPS:
 - fix a build error without TRACEPOINTS_ENABLED

s390:
 - reject a malformed userspace configuration

x86:
 - suppress a warning without CONFIG_CPU_FREQ
 - initialize whole irq_eoi array

----------------------------------------------------------------
Borislav Petkov (1):
      kvm/x86: Fix unused variable warning in kvm_timer_init()

Christian Borntraeger (1):
      KVM: s390: reject invalid modes for runtime instrumentation

James Hogan (1):
      KVM: MIPS: Add missing uaccess.h include

Jiri Slaby (1):
      kvm: x86: memset whole irq_eoi

Marc Zyngier (1):
      arm/arm64: KVM: Map the BSS at HYP

Radim Krčmář (3):
      Merge tag 'kvm_mips_4.9_2' of git://git.kernel.org/.../jhogan/kvm-mips
      Merge tag 'kvm-s390-master-4.9-1' of git://git.kernel.org/.../kvms390/linux
      Merge tag 'kvm-arm-for-4.9-rc2' of git://git.kernel.org/.../kvmarm/kvmarm

Will Deacon (1):
      arm64: KVM: Take S1 walks into account when determining S2 write faults

 arch/arm/kvm/arm.c                   |  7 +++++++
 arch/arm64/include/asm/kvm_emulate.h | 11 ++++++-----
 arch/mips/kvm/mips.c                 |  1 +
 arch/s390/kvm/intercept.c            |  9 +++++++--
 arch/x86/kvm/ioapic.c                |  2 +-
 arch/x86/kvm/x86.c                   |  4 ++--
 6 files changed, 24 insertions(+), 10 deletions(-)

                 reply	other threads:[~2016-10-21 19: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=20161021190803.GB23395@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;
as well as URLs for NNTP newsgroup(s).