Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934775AbbGVQIL (ORCPT ); Wed, 22 Jul 2015 12:08:11 -0400 Received: from g4t3427.houston.hp.com ([15.201.208.55]:36070 "EHLO g4t3427.houston.hp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934467AbbGVQIJ (ORCPT ); Wed, 22 Jul 2015 12:08:09 -0400 Message-ID: <1437581219.3214.268.camel@hp.com> Subject: Re: [PATCH] x86: adjust default caching mode translation tables From: Toshi Kani To: Jan Beulich Cc: bp@alien.de, mingo@elte.hu, tglx@linutronix.de, linux-kernel@vger.kernel.org, hpa@zytor.com Date: Wed, 22 Jul 2015 10:06:59 -0600 In-Reply-To: <55AFD5CB0200007800094280@prv-mh.provo.novell.com> References: <55ACC3660200007800092E62@mail.emea.novell.com> <1437517740.3214.247.camel@hp.com> <55AFD027020000780009424E@prv-mh.provo.novell.com> <1437578613.3214.257.camel@hp.com> <55AFD5CB0200007800094280@prv-mh.provo.novell.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.16.3 (3.16.3-2.fc22) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2574 Lines: 62 On Wed, 2015-07-22 at 09:41 -0600, Jan Beulich wrote: > > > > > > On 22.07.15 at 17:23, wrote: > > On Wed, 2015-07-22 at 09:17 -0600, Jan Beulich wrote: > > > > > > > > > > On 22.07.15 at 00:29, wrote: > > > > On Mon, 2015-07-20 at 08:46 +0100, Jan Beulich wrote: > > > > > Make WT really mean WT (rather than UC). > > > > > > > > > > I can't see why commit 9cd25aac1f ("x86/mm/pat: Emulate PAT when > > > > > it > > > > > is > > > > > disabled") didn't make this match its changes to pat_init(). > > > > > > > > No, the default values need to be set to the fallback types, i.e. > > > > minimal > > > > supported mode. For WC and WT, UC is the fallback type. > > > > > > But why would that be? > > > > > > > When PAT is disabled, pat_init() does update the tables below to > > > > enable > > > > WT > > > > per the default BIOS setup. However, when PAT is enabled, but CPU > > > > has > > > > PAT > > > > -errata, WT falls back to UC per the default values. > > > > > > PAT related errata I'm aware of are related to either page size or > > > the number of bits used to index into the PAT MSR, but never to > > > a particular memory type. Are you saying there are errata which > > > make use of WT or WC impossible altogether? Otherwise I would > > > have thought (even more so in the absence of any comment > > > saying otherwise - "minimal supported modes" doesn't really say > > > on what basis the set is the minimal one) that the mode systems > > > come up in (compatible with pre-PAT) ought to be what the tables > > > express. > > > > Please take a look at the comments in pat_init(). WT uses slot 7 (not > > slot > > 1) in the regular case. > > But that is an adjustment Linux makes to the default the system > comes up in. And again - in my opinion the pre-initialized table > values should reflect the mode the system comes up in (i.e. > correct prior to execution reaching pat_init()), and be updated > (which as it seems happens in all three possible cases) once the > MSR gets fiddled with. 'enum page_cache_mode' thru __cachemode2pte_tbl[] is a high-level abstraction that can be used after pat_init(). For early boot-time, __early_ioremap() takes pgprot_t directly. Do you have a need to use __cachemode2pte_tbl[] before pat_init()? Thanks, -Toshi -- 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/