* Unresolved symbol in 2.4.4p1, ia32
@ 2001-04-07 21:01 Jonathan Hudson
2001-04-09 16:54 ` Todd M. Roy
2001-04-09 18:58 ` Alan Cox
0 siblings, 2 replies; 4+ messages in thread
From: Jonathan Hudson @ 2001-04-07 21:01 UTC (permalink / raw)
To: linux-kernel
depmod: *** Unresolved symbols in
/lib/modules/2.4.4-pre1/kernel/drivers/ide/ide-cd.o
depmod: strstr
depmod: *** Unresolved symbols in
/lib/modules/2.4.4-pre1/kernel/drivers/parport/parport.o
depmod: strstr
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Unresolved symbol in 2.4.4p1, ia32
2001-04-07 21:01 Unresolved symbol in 2.4.4p1, ia32 Jonathan Hudson
@ 2001-04-09 16:54 ` Todd M. Roy
2001-04-09 18:58 ` Alan Cox
1 sibling, 0 replies; 4+ messages in thread
From: Todd M. Roy @ 2001-04-09 16:54 UTC (permalink / raw)
To: jonathan; +Cc: linux-kernel
> From: Jonathan Hudson <jonathan@daria.co.uk>
> X-Newsreader: knews 1.0b.1
> x-no-productlinks: yes
> X-Newsgroups: fa.linux.kernel
> Content-Type: text/plain; charset=iso-8859-1
> Date: Sat, 07 Apr 2001 21:01:56 GMT
> Bytes: 235
> Sender: linux-kernel-owner@vger.kernel.org
> Precedence: bulk
> X-Mailing-List: linux-kernel@vger.kernel.org
>
> depmod: *** Unresolved symbols in
> /lib/modules/2.4.4-pre1/kernel/drivers/ide/ide-cd.o
> depmod: strstr
>
> depmod: *** Unresolved symbols in
> /lib/modules/2.4.4-pre1/kernel/drivers/parport/parport.o
> depmod: strstr
> -
> 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/
>
>
I think strstr (apparently a new function) got left out of
i386_ksyms.c:
The following appears to have fixed it for me:
--- arch/i386/kernel/i386_ksyms.c.~1~ Mon Apr 9 10:54:58 2001
+++ arch/i386/kernel/i386_ksyms.c Mon Apr 9 12:46:45 2001
@@ -97,6 +97,7 @@
EXPORT_SYMBOL_NOVERS(__put_user_2);
EXPORT_SYMBOL_NOVERS(__put_user_4);
+EXPORT_SYMBOL(strstr);
EXPORT_SYMBOL(strtok);
EXPORT_SYMBOL(strpbrk);
EXPORT_SYMBOL(simple_strtol);
-- todd --
**********************************************************************
This footnote confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.
**********************************************************************
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Unresolved symbol in 2.4.4p1, ia32
2001-04-07 21:01 Unresolved symbol in 2.4.4p1, ia32 Jonathan Hudson
2001-04-09 16:54 ` Todd M. Roy
@ 2001-04-09 18:58 ` Alan Cox
2001-04-09 19:27 ` Andrea Arcangeli
1 sibling, 1 reply; 4+ messages in thread
From: Alan Cox @ 2001-04-09 18:58 UTC (permalink / raw)
To: Jonathan Hudson; +Cc: linux-kernel
> depmod: *** Unresolved symbols in
> /lib/modules/2.4.4-pre1/kernel/drivers/ide/ide-cd.o
> depmod: strstr
>
> depmod: *** Unresolved symbols in
> /lib/modules/2.4.4-pre1/kernel/drivers/parport/parport.o
> depmod: strstr
That'll be from my patches. Now I am back I'll check over the stuff I sent
Linus and see what escaped/got dropped/didnt get sent. I suspect its a missing
EXPORT entry
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Unresolved symbol in 2.4.4p1, ia32
2001-04-09 18:58 ` Alan Cox
@ 2001-04-09 19:27 ` Andrea Arcangeli
0 siblings, 0 replies; 4+ messages in thread
From: Andrea Arcangeli @ 2001-04-09 19:27 UTC (permalink / raw)
To: Alan Cox; +Cc: Jonathan Hudson, linux-kernel
On Mon, Apr 09, 2001 at 07:58:23PM +0100, Alan Cox wrote:
> > depmod: *** Unresolved symbols in
> > /lib/modules/2.4.4-pre1/kernel/drivers/ide/ide-cd.o
> > depmod: strstr
> >
> > depmod: *** Unresolved symbols in
> > /lib/modules/2.4.4-pre1/kernel/drivers/parport/parport.o
> > depmod: strstr
>
> That'll be from my patches. Now I am back I'll check over the stuff I sent
> Linus and see what escaped/got dropped/didnt get sent. I suspect its a missing
> EXPORT entry
Yep.
ftp://ftp.kernel.org/pub/linux/kernel/people/andrea/patches/v2.4/2.4.4pre1/strstr-1
Andrea
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2001-04-09 19:26 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-04-07 21:01 Unresolved symbol in 2.4.4p1, ia32 Jonathan Hudson
2001-04-09 16:54 ` Todd M. Roy
2001-04-09 18:58 ` Alan Cox
2001-04-09 19:27 ` Andrea Arcangeli
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox