Re: 2.4.6-pre1 unresolved symbols

2001-06-05 Thread Shawn Starr
Thanks, Patch applied. On Tue, 5 Jun 2001, Jeff Garzik wrote: > Shawn Starr wrote: > > > > I have noticed unresolves symbols for the netfilter modules. this occurs > > durning depmod -a. > > Note they are the same unresolved symbol. > > Ingo Molnar has posted a patch for this, entitled >

Re: 2.4.6-pre1 unresolved symbols

2001-06-05 Thread Jeff Garzik
Shawn Starr wrote: > > I have noticed unresolves symbols for the netfilter modules. this occurs > durning depmod -a. Note they are the same unresolved symbol. Ingo Molnar has posted a patch for this, entitled [patch] softirq-2.4.6-B4 or you can edit kernel/ksyms.c yourself, and add the

Re: 2.4.6-pre1 unresolved symbols

2001-06-05 Thread Shawn Starr
I have noticed unresolves symbols for the netfilter modules. this occurs durning depmod -a. Shawn. On Tue, 5 Jun 2001, George Bonser wrote: > > depmod: *** Unresolved symbols in > /lib/modules/2.4.6-pre1/kernel/drivers/net/3c59x.o > depmod: do_softirq > depmod: *** Unresolved symbols i

Re: 2.4.6-pre1 unresolved symbols

2001-06-05 Thread Ingo Molnar
On Tue, 5 Jun 2001, George Bonser wrote: > depmod: do_softirq > depmod: tasklet_hi_schedule forgot about those - the attached softirq-2.4.6-A0 patch exports these symbols. Ingo --- linux/kernel/ksyms.c.orig Tue Jun 5 09:59:44 2001 +++ linux/kernel/ksyms.cT