Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755458AbYFKRg3 (ORCPT ); Wed, 11 Jun 2008 13:36:29 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752521AbYFKRgW (ORCPT ); Wed, 11 Jun 2008 13:36:22 -0400 Received: from terminus.zytor.com ([198.137.202.10]:34215 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751994AbYFKRgV (ORCPT ); Wed, 11 Jun 2008 13:36:21 -0400 Message-ID: <48500CED.4020906@zytor.com> Date: Wed, 11 Jun 2008 10:35:41 -0700 From: "H. Peter Anvin" User-Agent: Thunderbird 2.0.0.14 (X11/20080501) MIME-Version: 1.0 To: Andreas Herrmann CC: Rene Herman , Thomas Gleixner , Ingo Molnar , linux-kernel@vger.kernel.org, Venkatesh Pallipadi , Suresh B Siddha Subject: Re: [PATCH 2/5] x86: PAT: fix ambiguous paranoia check in pat_init() References: <20080610140518.GF5024@alberich.amd.com> <484F065B.2050002@keyaccess.nl> <484F0F5D.8010507@zytor.com> <20080611094730.GB5889@alberich.amd.com> In-Reply-To: <20080611094730.GB5889@alberich.amd.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 975 Lines: 29 Andreas Herrmann wrote: > > For Intel all family 0xf CPUs, and family 6 CPUs starting with model > 15 are whitelisted. > Arg, sorry, I read the code brokenly. You're right, of course. > There seem to be other Intel CPUs that advertise PAT support. > See cpuinfo output at http://gentoo-wiki.com/Safe_Cflags > E.g. Pentium M (model 13), Celeron (model 6), Pentium III (model 8). > (Not sure how correct this information is, though) Yes, those all have PAT enabled. > Turn the white- into a blacklist for those remaining CPUs until they > are verified? Yes, that would be a suitable course of action; moving it to Intel-specific code. Then the Intel people can worry about lifting the remaining blacklisted CPUs. -hpa -- 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/