Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754119AbdGSLTs (ORCPT ); Wed, 19 Jul 2017 07:19:48 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49616 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754088AbdGSLTq (ORCPT ); Wed, 19 Jul 2017 07:19:46 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 3E9B37A181 Authentication-Results: ext-mx04.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx04.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=rkrcmar@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 3E9B37A181 Date: Wed, 19 Jul 2017 13:19:39 +0200 From: Radim =?utf-8?B?S3LEjW3DocWZ?= To: Brijesh Singh Cc: pbonzini@redhat.com, joro@8bytes.org, kvm@vger.kernel.org, linux-kernel@vger.kernel.org, tglx@linutronix.de, mingo@redhat.com, hpa@zytor.com, x86@kernel.org, Thomas.Lendacky@amd.com Subject: Re: [PATCH v2] KVM: x86: Avoid guest page table walk when gpa_available is set Message-ID: <20170719111939.GA16149@potion> References: <1495206749-25393-1-git-send-email-brijesh.singh@amd.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.28]); Wed, 19 Jul 2017 11:19:46 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 401 Lines: 12 2017-07-17 16:32-0500, Brijesh Singh: > Hi Paolo and Radim > > Any comments on this patch, I could not find it in 4.13-2 branch. > > Please let me know if you want to fix something, or want me to > refresh and resend the patch. Sorry, I tried it during the merge window, but it didn't pass tests on VMX and I got distracted by other bugs before looking into the cause. Can you reproduce the fail?