Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753109Ab2KEMN2 (ORCPT ); Mon, 5 Nov 2012 07:13:28 -0500 Received: from arkanian.console-pimps.org ([212.110.184.194]:42247 "EHLO arkanian.console-pimps.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752059Ab2KEMNZ (ORCPT ); Mon, 5 Nov 2012 07:13:25 -0500 Message-ID: <1352117601.14888.278.camel@mfleming-mobl1.ger.corp.intel.com> Subject: Re: [PATCH] samsung-laptop: Disable if CONFIG_EFI=y From: Matt Fleming To: Corentin Chary Cc: Matthew Garrett , LKML , linux-efi@vger.kernel.org, "platform-driver-x86@vger.kernel.org" , Alessandro Crismani , Mikhail Bakhterev , Patrick H , "H. Peter Anvin" , stable@vger.kernel.org Date: Mon, 05 Nov 2012 12:13:21 +0000 In-Reply-To: References: <1352050506-29317-1-git-send-email-matt@console-pimps.org> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.4.4 (3.4.4-2.fc17) 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: 2295 Lines: 61 On Sun, 2012-11-04 at 17:44 +0000, Corentin Chary wrote: > On Sun, Nov 4, 2012 at 5:35 PM, Matt Fleming wrote: > > From: Matt Fleming > > > > We've started getting reports of users seeing Machine Check Exceptions > > when booting their Samsung laptops in UEFI mode, > > > > https://bugzilla.kernel.org/show_bug.cgi?id=47121 > > > > This module seems to be the culprit as it's grovelling around in the > > 0xf0000 region which has no mapping in either the e820 or EFI memory > > maps on the affected machines. > > > > Reported-by: Alessandro Crismani > > Reported-by: Mikhail Bakhterev > > Tested-by: Patrick H > > Cc: H. Peter Anvin > > Cc: Matthew Garrett > > Cc: Corentin Chary > > Cc: stable@vger.kernel.org > > Signed-off-by: Matt Fleming > > --- > > drivers/platform/x86/Kconfig | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig > > index c86bae8..0fe5200 100644 > > --- a/drivers/platform/x86/Kconfig > > +++ b/drivers/platform/x86/Kconfig > > @@ -717,7 +717,7 @@ config XO15_EBOOK > > > > config SAMSUNG_LAPTOP > > tristate "Samsung Laptop driver" > > - depends on X86 > > + depends on X86 && !EFI > > depends on RFKILL || RFKILL = n > > depends on BACKLIGHT_CLASS_DEVICE > > select LEDS_CLASS > > -- > > 1.7.11.7 > > > > Acked-by: Corentin Chary > > Matthew could you merge this in your tree ? Thanks. > > Matt, any idea if SABI doesn't exist on these machines, or is just > mapped somewhere else ? > By any luck, could Samsung tell you how to safely detect SABI aware machines ? I don't know whether or not SABI exists on these machines and I don't have one of them to try and figure that out, sorry. -- Matt Fleming, Intel Open Source Technology Center -- 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/