Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S972149AbdDXPvJ (ORCPT ); Mon, 24 Apr 2017 11:51:09 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51710 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S972065AbdDXPvF (ORCPT ); Mon, 24 Apr 2017 11:51:05 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com C22E270723 Authentication-Results: ext-mx02.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx02.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=rkrcmar@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com C22E270723 Date: Mon, 24 Apr 2017 17:51:02 +0200 From: Radim =?utf-8?B?S3LEjW3DocWZ?= To: Paolo Bonzini Cc: linux-kernel@vger.kernel.org, kvm@vger.kernel.org Subject: Re: [PATCH] KVM: nVMX: fix AD condition when handling EPT violation Message-ID: <20170424155102.GB32680@potion> References: <20170413163918.5830-1-rkrcmar@redhat.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.26]); Mon, 24 Apr 2017 15:51:04 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 119 Lines: 4 2017-04-14 13:10+0800, Paolo Bonzini: > More important: did kvm-unit-test catch the bug? It did; the bright side. :)