Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752452AbbKKNHn (ORCPT ); Wed, 11 Nov 2015 08:07:43 -0500 Received: from mx1.redhat.com ([209.132.183.28]:35985 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751942AbbKKNHm (ORCPT ); Wed, 11 Nov 2015 08:07:42 -0500 Subject: Re: [PATCH 0/3] Infinite loops in microcode while running guests To: Austin S Hemmelgarn , linux-kernel@vger.kernel.org, kvm@vger.kernel.org References: <1447158174-10484-1-git-send-email-pbonzini@redhat.com> <564338F6.3070207@gmail.com> Cc: digitaleric@google.com From: Paolo Bonzini Message-ID: <56433D93.8070702@redhat.com> Date: Wed, 11 Nov 2015 14:07:31 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <564338F6.3070207@gmail.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1062 Lines: 26 On 11/11/2015 13:47, Austin S Hemmelgarn wrote: >> > I just finished running a couple of tests in a KVM instance running > nested on a Xen HVM instance, and found no issues, so for the set as a > whole: > > Tested-by: Austin S. Hemmelgarn > > Now to hope the equivalent fix for Xen gets into the Gentoo repositories > soon, as the issue propagates down through nested virtualization and > ties up the CPU regardless (and in turn triggers the watchdog). Note that nested guests should _not_ lock up the outer (L0) hypervisor if the outer hypervisor has the fix. At least this is the case for KVM: a fixed outer KVM can protect any vulnerable nested (L1) hypervisor from malicious nested guests. A vulnerable outer KVM is also protected if the nested hypervisor has the workaround. Paolo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/