From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750754AbWGCM1V (ORCPT ); Mon, 3 Jul 2006 08:27:21 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750841AbWGCM1V (ORCPT ); Mon, 3 Jul 2006 08:27:21 -0400 Received: from nf-out-0910.google.com ([64.233.182.186]:21833 "EHLO nf-out-0910.google.com") by vger.kernel.org with ESMTP id S1750754AbWGCM1V (ORCPT ); Mon, 3 Jul 2006 08:27:21 -0400 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=e3gCLz2w/jh8QP0X8QhGw5+/cnWQsBDE4dHKaj6QhSemFma9IHMKw7UNHq39CCDUKCpnElgnKoVpgVUifrdLk7k0OH+F2y9QpYiHq+ez0pRZLO0BJMAI+claFsKQ6/rwxyM7Tfc7hWBsU+WEKhRgUmpLUCJGXonso9zO254B49w= Message-ID: <44A90D2A.6060004@gmail.com> Date: Mon, 03 Jul 2006 14:27:22 +0200 From: Michal Piotrowski User-Agent: Thunderbird 1.5.0.4 (X11/20060614) MIME-Version: 1.0 To: Michal Piotrowski CC: Andrew Morton , tigran@veritas.com, linux-kernel@vger.kernel.org, Greg KH Subject: Re: 2.6.17-mm6 References: <20060703030355.420c7155.akpm@osdl.org> <6bffcb0e0607030350l497fdeb9ucb924e883fdad29@mail.gmail.com> <20060703035644.eccdd078.akpm@osdl.org> <44A9013C.6070902@gmail.com> In-Reply-To: <44A9013C.6070902@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org > Andrew Morton wrote: >> On Mon, 3 Jul 2006 12:50:26 +0200 >> "Michal Piotrowski" wrote: >> >>> Hi, >>> >>> On 03/07/06, Andrew Morton wrote: >>>> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.17/2.6.17-mm6/ >>>> >>> Something is missing in drivers/base/firmware_class.c? >>> >>> WARNING: /lib/modules/2.6.17-mm6/kernel/arch/i386/kernel/microcode.ko >>> needs unknown symbol release_firmware >>> WARNING: /lib/modules/2.6.17-mm6/kernel/arch/i386/kernel/microcode.ko >>> needs unknown symbol request_firmware >>> WARNING: /lib/modules/2.6.17-mm6/kernel/arch/i386/kernel/microcode.ko >>> needs unknown symbol release_firmware >>> WARNING: /lib/modules/2.6.17-mm6/kernel/arch/i386/kernel/microcode.ko >>> needs unknown symbol request_firmware >>> >> Presumably you'll need CONFIG_FW_LOADER? >> > > Yes, thanks. How about this patch? > Here is an updated version of this patch. Regards, Michal -- Michal K. K. Piotrowski LTG - Linux Testers Group (http://www.stardust.webpages.pl/ltg/wiki/) Signed-off-by: Michal Piotrowski diff -uprN -X linux-mm/Documentation/dontdiff linux-mm-clean/arch/i386/Kconfig linux-mm/arch/i386/Kconfig --- linux-mm-clean/arch/i386/Kconfig 2006-07-03 12:35:16.000000000 +0200 +++ linux-mm/arch/i386/Kconfig 2006-07-03 14:07:15.000000000 +0200 @@ -399,9 +399,9 @@ config X86_REBOOTFIXUPS config MICROCODE tristate "/dev/cpu/microcode - Intel IA32 CPU microcode support" + depends on FW_LOADER ---help--- - If you say Y here and also to "/dev file system support" in the - 'File systems' section, you will be able to update the microcode on + If you say Y here, you will be able to update the microcode on Intel processors in the IA32 family, e.g. Pentium Pro, Pentium II, Pentium III, Pentium 4, Xeon etc. You will obviously need the actual microcode binary data itself which is not shipped with the