From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758559AbcHDMVW (ORCPT ); Thu, 4 Aug 2016 08:21:22 -0400 Received: from mail-wm0-f68.google.com ([74.125.82.68]:36338 "EHLO mail-wm0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750862AbcHDMVV (ORCPT ); Thu, 4 Aug 2016 08:21:21 -0400 Subject: Re: [PATCH v2 0/3] vmx: miscellaneous cleanups To: Bandan Das , kvm@vger.kernel.org References: <1470169957-12616-1-git-send-email-bsd@redhat.com> Cc: rkrcmar@redhat.com, linux-kernel@vger.kernel.org From: Paolo Bonzini Message-ID: <2ca22110-012a-ba62-a9c7-d4977e7e7fda@redhat.com> Date: Thu, 4 Aug 2016 14:21:18 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: <1470169957-12616-1-git-send-email-bsd@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02/08/2016 22:32, Bandan Das wrote: > v1 posted here https://lkml.org/lkml/2016/7/20/605 > > v2: > 1/3 : Replacing BUG_ONs with WARN_ONs is not necessary > 2/3 : No change > 3/3 : Remove the kvm parameter from two other functions > 4/3 : Removed, although the spec says to do it, it can't be triggered > > These are some very minor vmx cleanups. > 2/4 is necessary for nested esx to be able to > successfully launch a guest of its own. Without single context > invalidation present, it just disables ept altogether. > > Bandan Das (3): > nvmx: remove comment about missing nested vpid support > nvmx: mark ept single context invalidation as supported > mmu: don't pass *kvm to spte_write_protect and spte_*_dirty > > arch/x86/kvm/mmu.c | 12 ++++++------ > arch/x86/kvm/vmx.c | 15 +++++++-------- > 2 files changed, 13 insertions(+), 14 deletions(-) > Applied patches 1-2, while 3 will wait for 4.9. Paolo