Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 28 Nov 2002 20:23:08 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 28 Nov 2002 20:23:07 -0500 Received: from dp.samba.org ([66.70.73.150]:26041 "EHLO lists.samba.org") by vger.kernel.org with ESMTP id ; Thu, 28 Nov 2002 20:22:48 -0500 From: Rusty Russell To: Thomas Molina Cc: linux-kernel@vger.kernel.org, Anders Gustafsson , Steve Lord Subject: Re: [RELEASE] module-init-tools 0.8 In-reply-to: Your message of "Wed, 27 Nov 2002 23:55:08 MDT." Date: Fri, 29 Nov 2002 11:59:49 +1100 Message-Id: <20021129013010.38C262C2BA@lists.samba.org> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1238 Lines: 31 In message you write: > With the patch you included, I get the following: > > In file included from include/linux/raid/md.h:27, > from init/do_mounts.c:25: > include/linux/module.h:159: parse error before "Elf32_Sym" Argh.... Put back the #include at the top of the file. It's required for CONFIG_KALLSYMS=y. The main reason for separating out moduleloader.h was so modules.h didn't include elf.h, because xfs defines AT_GID and AT_UID itself. The kallsyms patch put that back. We could make module.symtab a void*, but that's just wrong. I think we actually have to solve this clash, rather than hack around it, since this is going to be a recurring problem. Steve? Changing the prefix on xfs or elf seems equally painful (xfs because it'll be a big patch, elf because it's standardized and been like that forever). Thoughts? Rusty. -- Anyone who quotes me in their sig is an idiot. -- Rusty Russell. - 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/