Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753455AbcKZTFX (ORCPT ); Sat, 26 Nov 2016 14:05:23 -0500 Received: from mx1.redhat.com ([209.132.183.28]:33488 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753188AbcKZTFQ (ORCPT ); Sat, 26 Nov 2016 14:05:16 -0500 Date: Sat, 26 Nov 2016 20:05:11 +0100 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-rc7 Message-ID: <20161126190510.GA19236@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.31]); Sat, 26 Nov 2016 19:05:16 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1134 Lines: 32 Linus, The following changes since commit 9c763584b7c8911106bb77af7e648bef09af9d80: Linux 4.9-rc6 (2016-11-20 13:52:19 -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 df492896e6dfb44fd1154f5402428d8e52705081: KVM: x86: check for pic and ioapic presence before use (2016-11-24 18:39:28 +0100) ---------------------------------------------------------------- KVM fixes for v4.9-rc7 Four fixes for bugs found by syzkaller on x86, all for stable. ---------------------------------------------------------------- Radim Krčmář (4): KVM: x86: fix out-of-bounds access in lapic KVM: x86: drop error recovery in em_jmp_far and em_ret_far KVM: x86: fix out-of-bounds accesses of rtc_eoi map KVM: x86: check for pic and ioapic presence before use arch/x86/kvm/emulate.c | 36 +++++++++++------------------------- arch/x86/kvm/ioapic.c | 2 +- arch/x86/kvm/ioapic.h | 4 ++-- arch/x86/kvm/irq_comm.c | 13 +++++++++++++ arch/x86/kvm/lapic.c | 2 +- 5 files changed, 28 insertions(+), 29 deletions(-)