Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751524Ab3GFWOQ (ORCPT ); Sat, 6 Jul 2013 18:14:16 -0400 Received: from mx1.redhat.com ([209.132.183.28]:13093 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750703Ab3GFWOO (ORCPT ); Sat, 6 Jul 2013 18:14:14 -0400 Date: Sat, 6 Jul 2013 18:14:01 -0400 From: Dave Jones To: Linux Kernel Mailing List Cc: gregkh@linuxfoundation.org, tiwai@suse.de Subject: Re: dell_rbu: Select CONFIG_FW_LOADER_USER_HELPER explicitly Message-ID: <20130706221401.GA3652@redhat.com> Mail-Followup-To: Dave Jones , Linux Kernel Mailing List , gregkh@linuxfoundation.org, tiwai@suse.de References: <20130702192749.A2E7E660D9B@gitolite.kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130702192749.A2E7E660D9B@gitolite.kernel.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1768 Lines: 44 On Tue, Jul 02, 2013 at 07:27:49PM +0000, Linux Kernel wrote: > Gitweb: http://git.kernel.org/linus/;a=commit;h=d05c39ea67f5786a549ac9d672d2951992b658c6 > Commit: d05c39ea67f5786a549ac9d672d2951992b658c6 > Parent: a3b2c8c7aa1ca860edcf0b0afa371d9eb2269c3c > Author: Takashi Iwai > AuthorDate: Wed May 22 18:28:37 2013 +0200 > Committer: Greg Kroah-Hartman > CommitDate: Mon Jun 3 13:57:29 2013 -0700 > > dell_rbu: Select CONFIG_FW_LOADER_USER_HELPER explicitly > > The usermode helper is mandatory for this driver. > > Signed-off-by: Takashi Iwai > Signed-off-by: Greg Kroah-Hartman > --- > drivers/firmware/Kconfig | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/drivers/firmware/Kconfig b/drivers/firmware/Kconfig > index 9387630..0747872 100644 > --- a/drivers/firmware/Kconfig > +++ b/drivers/firmware/Kconfig > @@ -64,6 +64,7 @@ config DELL_RBU > tristate "BIOS update support for DELL systems via sysfs" > depends on X86 > select FW_LOADER > + select FW_LOADER_USER_HELPER > help > Say m if you want to have the option of updating the BIOS for your > DELL system. Note you need a Dell OpenManage or Dell Update package (DUP) This is pretty crappy. Now every distro kernel has to have that enabled, which screws up for eg, the x86 microcode driver. (It takes 1 minute per cpu when this is enabled). Dave -- 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/