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(-) -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html