Where would the kernel symbol netdev_fastroute get defined?
I've installed Debian for S/390, with the 2.4.17 kernel, under z/VM 4.3,
using a vCTC.
I'm now trying to give it a HiperSockets interface. No, I am not
concerned about ideological purity.
The qdio module loads OK.
However, when I try loading qeth, I get
debian:/lib/modules/2.4.17/misc# modprobe qeth
Warning: loading /lib/modules/2.4.17/misc/qdio-2.4.17-s390-2.o will
taint the kernel: no license
/lib/modules/2.4.17/misc/qeth.o: unresolved symbol netdev_fastroute
/lib/modules/2.4.17/misc/qeth.o:
Hint: You are trying to load a module without a GPL compatible license
and it has unresolved symbols. Contact the module supplier for
assistance, only they can help you.
/lib/modules/2.4.17/misc/qeth.o: insmod /lib/modules/2.4.17/misc/qeth.o failed
/lib/modules/2.4.17/misc/qeth.o: insmod qeth failed
So, uh, how do I get the netdev_fastroute symbol into my kernel? And if
it's a config option, what is the right way to build a Debianized kernel
that contains it?
Adam