Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 10 Mar 2003 08:10:13 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 10 Mar 2003 08:10:13 -0500 Received: from wohnheim.fh-wedel.de ([195.37.86.122]:25570 "EHLO wohnheim.fh-wedel.de") by vger.kernel.org with ESMTP id ; Mon, 10 Mar 2003 08:10:12 -0500 Date: Mon, 10 Mar 2003 14:14:22 +0100 From: =?unknown-8bit?Q?J=F6rn?= Engel To: Kai Germaschewski Cc: David Woodhouse , Arun Prasad , linux-kernel@vger.kernel.org, torvalds@transmeta.com Subject: Re: 2.5.51 CRC32 undefined Message-ID: <20030310131422.GA525@wohnheim.fh-wedel.de> References: <1047040816.32200.59.camel@passion.cambridge.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=unknown-8bit Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.3.28i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1331 Lines: 31 On Fri, 7 March 2003 09:27:07 -0600, Kai Germaschewski wrote: > On 7 Mar 2003, David Woodhouse wrote: > > > The problem is that crc32.o isn't actually linked into the kernel, > > because no symbols from it are referenced when the linker is asked to > > pull in lib/lib.a > > > > Set CONFIG_CRC32=m. We probably shouldn't allow it to be set to 'Y' in > > the first place., given the above. > > I think it'd be much nicer to just make it work, which can easily be done > by moving the EXPORT_SYMBOL() to kernel/ksyms.c. Or, just move the entire > file into kernel/ (which unfortunately isn't a very natural place for it. > The real problem is that we need a lib/dont_drop_unreferenced/) Is it just me, or does lib/lib._a_ not make too much sense? It is nice to be speaking about the kernel library, but what are the benefits of it being a .a instead of a .o? J?rn -- Don't worry about people stealing your ideas. If your ideas are any good, you'll have to ram them down people's throats. -- Howard Aiken quoted by Ken Iverson quoted by Jim Horning quoted by Raph Levien, 1979 - 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/