[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20161021190803.GB23395@potion>
Date: Fri, 21 Oct 2016 21:08:04 +0200
From: Radim Krčmář <rkrcmar@...hat.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Paolo Bonzini <pbonzini@...hat.com>, linux-kernel@...r.kernel.org,
kvm@...r.kernel.org
Subject: [GIT PULL] KVM fixes for v4.9-rc2
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(-)
Powered by blists - more mailing lists