From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262017AbVGFSyk (ORCPT ); Wed, 6 Jul 2005 14:54:40 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261921AbVGFSyj (ORCPT ); Wed, 6 Jul 2005 14:54:39 -0400 Received: from [195.23.16.24] ([195.23.16.24]:24764 "EHLO bipbip.comserver-pie.com") by vger.kernel.org with ESMTP id S262017AbVGFNpb (ORCPT ); Wed, 6 Jul 2005 09:45:31 -0400 Message-ID: <42CBE05F.4090706@grupopie.com> Date: Wed, 06 Jul 2005 14:45:03 +0100 From: Paulo Marques Organization: Grupo PIE User-Agent: Mozilla Thunderbird 1.0 (X11/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Alexis Ballier Cc: Linux Kernel Mailing List Subject: Re: Linux 2.6.13-rc2 - Inconsistent kallsyms data References: <42CB8088.1090508@ppp0.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Alexis Ballier wrote: > Hi ! > > I have a problem building the rc2 (or rc3, whatever ;) ) > > Here is the end of the log : > > [...] > Inconsistent kallsyms data > Try setting CONFIG_KALLSYMS_EXTRA_PASS > make: *** [vmlinux] Erreur 1 Can you try to change this setting in scripts/kallsyms.c: #define WORKING_SET 1024 to somethig like: #define WORKING_SET 65536 If this fixes it, then it is a known problem and the fix is already in -mm. The fix is more complex than this, however. -- Paulo Marques - www.grupopie.com It is a mistake to think you can solve any major problems just with potatoes. Douglas Adams