From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759160Ab2COOYu (ORCPT ); Thu, 15 Mar 2012 10:24:50 -0400 Received: from cavan.codon.org.uk ([93.93.128.6]:43106 "EHLO cavan.codon.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755536Ab2COOYt (ORCPT ); Thu, 15 Mar 2012 10:24:49 -0400 Date: Thu, 15 Mar 2012 14:24:46 +0000 From: Matthew Garrett To: "H. Peter Anvin" Cc: linux-kernel@vger.kernel.org, x86@kernel.org, matt.fleming@intel.com Subject: Re: [PATCH] EFI: Only set regions uncacheable if they support it Message-ID: <20120315142445.GA4357@srcf.ucam.org> References: <1331819798-1955-1-git-send-email-mjg@redhat.com> <4F61F5E6.8060509@zytor.com> <20120315140708.GA3395@srcf.ucam.org> <4F61FA14.6020203@zytor.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4F61FA14.6020203@zytor.com> User-Agent: Mutt/1.5.20 (2009-06-14) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: mjg59@cavan.codon.org.uk X-SA-Exim-Scanned: No (on cavan.codon.org.uk); SAEximRunCond expanded to false Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Mar 15, 2012 at 07:17:56AM -0700, H. Peter Anvin wrote: > On 03/15/2012 07:07 AM, Matthew Garrett wrote: > > > > I have a report of a system that fails to boot with an MCE during EFI > > setup. The memory range is marked reserved and claims not to support any > > caching type, which I think probably translates as "Don't do anything to > > this region ever". > > > > In other words, "don't map me"... not something we really support at the > moment, but perhaps we should; at least until we find systems in the > field that break with that constraint :( Mapping should be harmless as long as we then don't touch it? I can't think of any circumstances where we would. -- Matthew Garrett | mjg59@srcf.ucam.org