2.4.9-benh0 problems and kudos
Tom Rini
trini at kernel.crashing.org
Fri Aug 24 11:51:12 EST 2001
On Thu, Aug 23, 2001 at 08:00:20PM -0500, Robert E Brose II wrote:
> User Tom Rini says:
> > > 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...
> >
>
> UMMM, I don't see myself where it's getting it from however with a
> clean compile I see the following...
>
> # nm pppoe.o | grep sk_
> U sk_alloc_R5f9fe915
> U sk_free_R6807b2c7
> U sk_run_filter
Do a grep sk_run_filter /proc/ksyms, I bet it there, w/ some bits on the end.
Try mv .config /tmp && make distclean && mv /tmp/.config . && make oldconfig
Then make vmlinux modules and try again.
--
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