Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753746AbaJCPDX (ORCPT ); Fri, 3 Oct 2014 11:03:23 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57902 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753687AbaJCPDT (ORCPT ); Fri, 3 Oct 2014 11:03:19 -0400 Message-ID: <1412348517.5410.13.camel@deneb.redhat.com> Subject: Re: [PATCH] rtc: Disable EFI rtc for x86 From: Mark Salter To: Matt Fleming Cc: Alessandro Zummo , rtc-linux@googlegroups.com, linux-efi@vger.kernel.org, linux-kernel@vger.kernel.org, Matt Fleming , Dave Young Date: Fri, 03 Oct 2014 11:01:57 -0400 In-Reply-To: <1412339576-17972-1-git-send-email-matt@console-pimps.org> References: <1412339576-17972-1-git-send-email-matt@console-pimps.org> Organization: Red Hat, Inc Content-Type: text/plain; charset="UTF-8" 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 On Fri, 2014-10-03 at 13:32 +0100, Matt Fleming wrote: > From: Matt Fleming > > commit da167ad7638759 ("rtc: ia64: allow other architectures to use EFI > RTC") inadvertently introduced a regression for x86. We've been careful > not to enable the EFI rtc driver for x86 due to the generally buggy > implementations of the time-related EFI runtime services. > > Previous attempts have been made to us the time EFI services, but all > have eventually been reverted due to crashes inside the firmware code. > > In fact, since the above commit was merged we've seen reports of crashes > on 32-bit tablets, > > https://bugzilla.kernel.org/show_bug.cgi?id=84241#c21 > > Disable it explicitly for x86 so that we don't give users false hope > that this driver will work - it won't, and your machine is likely to > crash. > > Cc: Mark Salter > Cc: Dave Young > Cc: Alessandro Zummo > Signed-off-by: Matt Fleming > --- Acked-by: Mark Salter > > Unless anyone objects, I'm happy to take this through the EFI tree. > > drivers/rtc/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig > index a168e96142b9..54ef393b0def 100644 > --- a/drivers/rtc/Kconfig > +++ b/drivers/rtc/Kconfig > @@ -806,7 +806,7 @@ config RTC_DRV_DA9063 > > config RTC_DRV_EFI > tristate "EFI RTC" > - depends on EFI > + depends on EFI && !X86 > help > If you say yes here you will get support for the EFI > Real Time Clock. -- 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/