From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753107AbYIFFuo (ORCPT ); Sat, 6 Sep 2008 01:50:44 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751640AbYIFFuf (ORCPT ); Sat, 6 Sep 2008 01:50:35 -0400 Received: from rv-out-0506.google.com ([209.85.198.230]:58370 "EHLO rv-out-0506.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751602AbYIFFue (ORCPT ); Sat, 6 Sep 2008 01:50:34 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=CvNj5CIDChtax7ujWi6uI7fmMjCx+YoDA/Mdmw+hErUe1KMC+MXo0NR8d7aJo1lKN1 +VZPDQbr6EyvkQRbuBp3aXwM3/GgBkOJe9fo9tKUDPF6yd7oCn2I9q9HU2XxPNJ3JIND qGy7I0IpPB52+B6CCEWoUi5mVpymhULOWVgNw= Message-ID: <86802c440809052250h194a3e7dnd088fa1228dff109@mail.gmail.com> Date: Fri, 5 Sep 2008 22:50:34 -0700 From: "Yinghai Lu" To: "H. Peter Anvin" Subject: Re: [git pull] x86 fixes (NOPL issue) Cc: "Robert Hancock" , "Linus Torvalds" , "x86 maintainers" , LKML In-Reply-To: <48C201E5.7080703@zytor.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <48C200F8.90705@shaw.ca> <48C201E5.7080703@zytor.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Sep 5, 2008 at 9:07 PM, H. Peter Anvin wrote: > Robert Hancock wrote: >>> >>> if so, should only test on VIA chips. >> >> The virtual CPUs are more of a problem. They can't be distinguished from >> the real CPU models they are emulating other than by actually testing. > > Right, hence the first-principles test. In theory we could just execute the > test on ALL CPUs, but I have excluded family < 6 simply because there is a > (very) remote possibility one of them might have used that opcode for > something completely different. oh, is the one that is going to fix booting with VirtualBox? YH