Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935832AbcJUTIJ (ORCPT ); Fri, 21 Oct 2016 15:08:09 -0400 Received: from mx1.redhat.com ([209.132.183.28]:58166 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935246AbcJUTIH (ORCPT ); Fri, 21 Oct 2016 15:08:07 -0400 Date: Fri, 21 Oct 2016 21:08:04 +0200 From: Radim =?utf-8?B?S3LEjW3DocWZ?= To: Linus Torvalds Cc: Paolo Bonzini , linux-kernel@vger.kernel.org, kvm@vger.kernel.org Subject: [GIT PULL] KVM fixes for v4.9-rc2 Message-ID: <20161021190803.GB23395@potion> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.29]); Fri, 21 Oct 2016 19:08:07 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1958 Lines: 62 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(-)