2.4.9-benh0 problems and kudos

Tom Rini trini at kernel.crashing.org
Fri Aug 24 06:01:49 EST 2001


On Thu, Aug 23, 2001 at 12:48:53PM -0700, Tom Rini wrote:
>
> On Thu, Aug 23, 2001 at 02:43:37PM -0500, Robert E Brose II wrote:
> > User Tom Rini says:
> > > On Thu, Aug 23, 2001 at 11:42:56AM -0500, Robert E Brose II wrote:
> >
> > > > Next, when pppoe, ax25 or netrom are compiled as modules, trying to
> > > > insmod them gives the following...
> > >
> > > Don't use insmod.  Use modprobe.
> > > --
> > > Tom Rini (TR1265)
> > > http://gate.crashing.org/~trini/
> >
> > #/sbin/modprobe pppoe
> > /lib/modules/2.4.9-benh0/kernel/drivers/net/pppoe.o: unresolved symbol sk_run_filter
> > /lib/modules/2.4.9-benh0/kernel/drivers/net/pppoe.o: insmod /lib/modules/2.4.9-benh0/kernel/drivers/net/pppoe.o failed
> > /lib/modules/2.4.9-benh0/kernel/drivers/net/pppoe.o: insmod pppoe failed
> >
> > Same thing with respect to sk_run_filter
>
> Did you mean sk_chk_filter?  The problem is that sk_{chk,run}_filter are
> only exported on CONFIG_FILTER.  Congrats, you found a bug. :)  Go email
> Dave S. Miller <davem at redhat.com> about this.  In the mean time, edit
> net/netsyms.c, search for the symbols and remove the #ifdef CONFIG_FILTER/#endif
> around them.  Re-run make dep and recompile.

Er, wait a second...  drivers/net/pppoe.c doesn't call sk_run_filter...

--
Tom Rini (TR1265)
http://gate.crashing.org/~trini/

** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/





More information about the Linuxppc-dev mailing list