Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 7 Mar 2003 10:18:08 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 7 Mar 2003 10:18:08 -0500 Received: from chaos.physics.uiowa.edu ([128.255.34.189]:2965 "EHLO chaos.physics.uiowa.edu") by vger.kernel.org with ESMTP id ; Fri, 7 Mar 2003 10:18:07 -0500 Date: Fri, 7 Mar 2003 09:27:07 -0600 (CST) From: Kai Germaschewski X-X-Sender: kai@chaos.physics.uiowa.edu To: David Woodhouse cc: Arun Prasad , , Subject: Re: 2.5.51 CRC32 undefined In-Reply-To: <1047040816.32200.59.camel@passion.cambridge.redhat.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 855 Lines: 21 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/) --Kai - 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/