Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754096AbcKIPQm (ORCPT ); Wed, 9 Nov 2016 10:16:42 -0500 Received: from mx1.redhat.com ([209.132.183.28]:52344 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752508AbcKIPQk (ORCPT ); Wed, 9 Nov 2016 10:16:40 -0500 Subject: Re: [GIT PULL] kvm/page_track changes for i915 KVMGT To: linux-kernel@vger.kernel.org, kvm@vger.kernel.org, rkrcmar@redhat.com, intel-gfx@lists.freedesktop.org, Jike Song , Jani Nikula , Zhenyu Wang References: <1478701519-13533-1-git-send-email-pbonzini@redhat.com> <20161109151545.w2fhldk6o7illb2g@phenom.ffwll.local> From: Paolo Bonzini Message-ID: <8bdfe5c1-3719-7617-c8da-1e275b9947d0@redhat.com> Date: Wed, 9 Nov 2016 16:16:35 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <20161109151545.w2fhldk6o7illb2g@phenom.ffwll.local> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.38]); Wed, 09 Nov 2016 15:16:40 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1563 Lines: 46 On 09/11/2016 16:15, Daniel Vetter wrote: > On Wed, Nov 09, 2016 at 03:25:19PM +0100, Paolo Bonzini wrote: >> Daniel, >> >> The following changes since commit d9092f52d7e61dd1557f2db2400ddb430e85937e: >> >> kvm: x86: Check memopp before dereference (CVE-2016-8630) (2016-11-02 21:31:53 +0100) >> >> are available in the git repository at: >> >> git://git.kernel.org/pub/scm/virt/kvm/kvm.git tags/for-kvmgt >> >> for you to fetch changes up to 871b7ef2a1850d0b435c8b324bf4a5d391adde3f: >> >> kvm/page_track: export symbols for external usage (2016-11-04 12:13:20 +0100) > > Pulled into drm-intel, thanks. Please also pull this into your kvm-next > tree to make sure we can land kvm/drm trees in any order for the 4.10 > merge window. Yes, I've already done that (though I have not pushed yet). Paolo > Thanks, Daniel > >> >> ---------------------------------------------------------------- >> The three KVM patches that KVMGT needs. >> >> ---------------------------------------------------------------- >> Jike Song (2): >> kvm/page_track: call notifiers with kvm_page_track_notifier_node >> kvm/page_track: export symbols for external usage >> >> Xiaoguang Chen (1): >> KVM: x86: add track_flush_slot page track notifier >> >> arch/x86/include/asm/kvm_page_track.h | 14 +++++++++++++- >> arch/x86/kvm/mmu.c | 11 ++++++++++- >> arch/x86/kvm/page_track.c | 31 ++++++++++++++++++++++++++++++- >> arch/x86/kvm/x86.c | 2 +- >> 4 files changed, 54 insertions(+), 4 deletions(-) >