* 2.2.20 - Possible module symbol bug
@ 2001-11-09 20:48 David Ranch
2001-11-10 6:28 ` Keith Owens
2001-11-13 21:17 ` Eric Preston
0 siblings, 2 replies; 5+ messages in thread
From: David Ranch @ 2001-11-09 20:48 UTC (permalink / raw)
To: linux-kernel; +Cc: Alan.Cox, dranch
Hello esteemed Linux gurus,
I think I've found a bug in 2.2.20. Specifically,
if I compile up a 2.2.20 kernel on a Mandrake 7.0 box
(glibc 2.1.3 - modutil 2.1.121) and run "depmod -a", all
IPMASQ modules, loop, and ide-scsi modules fail dependencies.
--
#depmod -a
/lib/modules/2.2.20/scsi/ide-scsi.o: unresolved symbol(s)
/lib/modules/2.2.20/block/loop.o: unresolved symbol(s)
/lib/modules/2.2.20/ipv4/ip_masq_vdolive.o: unresolved symbol(s)
/lib/modules/2.2.20/ipv4/ip_masq_quake.o: unresolved symbol(s)
/lib/modules/2.2.20/ipv4/ip_masq_raudio.o: unresolved symbol(s)
/lib/modules/2.2.20/ipv4/ip_masq_irc.o: unresolved symbol(s)
/lib/modules/2.2.20/ipv4/ip_masq_ftp.o: unresolved symbol(s)
/lib/modules/2.2.20/ipv4/ip_masq_user.o: unresolved symbol(s)
#modprobe --debug ip_masq_ftp
/lib/modules/2.2.20/ipv4/ip_masq_ftp.o: unresolved symbol ip_masq_new
/lib/modules/2.2.20/ipv4/ip_masq_ftp.o: unresolved symbol ip_masq_put
/lib/modules/2.2.20/ipv4/ip_masq_ftp.o: unresolved symbol ip_masq_listen
/lib/modules/2.2.20/ipv4/ip_masq_ftp.o: unresolved symbol ip_masq_control_add
/lib/modules/2.2.20/ipv4/ip_masq_ftp.o: unresolved symbol ip_masq_out_get
--
If I do this make config on a a Mandrake 7.2 machine
(Glibc 2.1.3 - modutils 2.3.21), only the loop module fails.
If I do this on a Mandrake 8.0 machine (Glibc 2.2.2 - modutils 2.4.3),
everything is FINE.
So, playing around with the kernel config a little, I've found
that if I -do not- enable "CONFIG_MODVERSIONS", then everything
is ok on all machines.
Any thoughts on what is going on? If possible, please CC: on the
the reply as I'm not on the linux-kernel list nor can my email
box handle the additional load. ;-) Thanks.
Ps. If anyone would like a copy of the .config or the System.map
files, please email me.
--David
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: 2.2.20 - Possible module symbol bug
2001-11-09 20:48 2.2.20 - Possible module symbol bug David Ranch
@ 2001-11-10 6:28 ` Keith Owens
[not found] ` <Your message of "Fri, 09 Nov 2001 12:48:34 -0800." <3BEC4122.4C4DFB32@juniper.net>
2001-11-13 21:17 ` Eric Preston
1 sibling, 1 reply; 5+ messages in thread
From: Keith Owens @ 2001-11-10 6:28 UTC (permalink / raw)
To: David Ranch; +Cc: linux-kernel, dranch
On Fri, 09 Nov 2001 12:48:34 -0800,
David Ranch <dranch@juniper.net> wrote:
>I think I've found a bug in 2.2.20. Specifically,
>if I compile up a 2.2.20 kernel on a Mandrake 7.0 box
>(glibc 2.1.3 - modutil 2.1.121) and run "depmod -a", all
>IPMASQ modules, loop, and ide-scsi modules fail dependencies.
Broken kernel Makefiles, http://www.tux.org/lkml/#s8-8
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: 2.2.20 - Possible module symbol bug
2001-11-09 20:48 2.2.20 - Possible module symbol bug David Ranch
2001-11-10 6:28 ` Keith Owens
@ 2001-11-13 21:17 ` Eric Preston
1 sibling, 0 replies; 5+ messages in thread
From: Eric Preston @ 2001-11-13 21:17 UTC (permalink / raw)
To: David Ranch; +Cc: linux-kernel
> #depmod -a
> /lib/modules/2.2.20/scsi/ide-scsi.o: unresolved symbol(s)
> /lib/modules/2.2.20/block/loop.o: unresolved symbol(s)
> /lib/modules/2.2.20/ipv4/ip_masq_vdolive.o: unresolved symbol(s)
> /lib/modules/2.2.20/ipv4/ip_masq_quake.o: unresolved symbol(s)
> /lib/modules/2.2.20/ipv4/ip_masq_raudio.o: unresolved symbol(s)
> /lib/modules/2.2.20/ipv4/ip_masq_irc.o: unresolved symbol(s)
> /lib/modules/2.2.20/ipv4/ip_masq_ftp.o: unresolved symbol(s)
> /lib/modules/2.2.20/ipv4/ip_masq_user.o: unresolved symbol(s)
>
> #modprobe --debug ip_masq_ftp
> /lib/modules/2.2.20/ipv4/ip_masq_ftp.o: unresolved symbol ip_masq_new
> /lib/modules/2.2.20/ipv4/ip_masq_ftp.o: unresolved symbol ip_masq_put
> /lib/modules/2.2.20/ipv4/ip_masq_ftp.o: unresolved symbol ip_masq_listen
> /lib/modules/2.2.20/ipv4/ip_masq_ftp.o: unresolved symbol ip_masq_control_add
> /lib/modules/2.2.20/ipv4/ip_masq_ftp.o: unresolved symbol ip_masq_out_get
I noticed the same problem when recently building 2.2.20,
Enable "prompt for experimental code"
And choose the appropriate masq options that now appear,
and the masq stuff goes away. Something to do with CONFIG_MASQUERADE_MOD
not being set, was in a hurry so i didn't bother to look into it more,
regards,
Eric
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2001-11-13 21:13 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-11-09 20:48 2.2.20 - Possible module symbol bug David Ranch
2001-11-10 6:28 ` Keith Owens
[not found] ` <Your message of "Fri, 09 Nov 2001 12:48:34 -0800." <3BEC4122.4C4DFB32@juniper.net>
2001-11-11 4:38 ` David Ranch
2001-11-11 6:03 ` Keith Owens
2001-11-13 21:17 ` Eric Preston
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox