All of lore.kernel.org
 help / color / mirror / Atom feed
* modutils-2.3.21: modprobe looping
@ 2000-11-28 19:22 Kurt Garloff
  2000-11-28 20:33 ` Keith Owens
  0 siblings, 1 reply; 5+ messages in thread
From: Kurt Garloff @ 2000-11-28 19:22 UTC (permalink / raw)
  To: Keith Owens; +Cc: Linux kernel list


[-- Attachment #1.1: Type: text/plain, Size: 927 bytes --]

Hi Keith,

thanks for your modutils-2.3.21!

During testing I found a problem:
modprobe pppoe was recursing endlessly in build_stack().

Find attached the modules.dep that caused this: There is a circular
dependency of pppoe on pppox on pppoe on ....

modprobe has code to detect this in build_stack(), but it seems to not work.
The old dep is thrown away and the new one is taken. And checked for
dependencies again :-(
Of course, one could also think of depmod making sure that such circular
dependencies do not occur, but I guess, it's more robust if depmod has a
working test in any case.

Test system was a PPC machine running 2.4.0-test9.

Do you have a fix for this?

Regards,
-- 
Kurt Garloff  <garloff@suse.de>                          Eindhoven, NL
GPG key: See mail header, key servers         Linux kernel development
SuSE GmbH, Nuernberg, FRG                               SCSI, Security

[-- Attachment #1.2: modules.dep --]
[-- Type: text/plain, Size: 857 bytes --]

/lib/modules/2.4.0-test9/kernel/drivers/net/ppp_async.o:	/lib/modules/2.4.0-test9/kernel/drivers/net/ppp_generic.o

/lib/modules/2.4.0-test9/kernel/drivers/net/ppp_deflate.o:	/lib/modules/2.4.0-test9/kernel/drivers/net/ppp_generic.o

/lib/modules/2.4.0-test9/kernel/drivers/net/ppp_generic.o:

/lib/modules/2.4.0-test9/kernel/drivers/net/ppp_synctty.o:	/lib/modules/2.4.0-test9/kernel/drivers/net/ppp_generic.o

/lib/modules/2.4.0-test9/kernel/drivers/net/pppoe.o:	/lib/modules/2.4.0-test9/kernel/drivers/net/pppox.o \
	/lib/modules/2.4.0-test9/kernel/drivers/net/ppp_generic.o

/lib/modules/2.4.0-test9/kernel/drivers/net/pppox.o:	/lib/modules/2.4.0-test9/kernel/drivers/net/pppoe.o \
	/lib/modules/2.4.0-test9/kernel/drivers/net/ppp_generic.o

/lib/modules/2.4.0-test9/kernel/drivers/net/skfp/skfp.o:

/lib/modules/2.4.0-test9/kernel/drivers/net/slip.o:


[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2000-11-29  1:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-11-28 19:22 modutils-2.3.21: modprobe looping Kurt Garloff
2000-11-28 20:33 ` Keith Owens
2000-11-28 20:36   ` Rod Stewart
2000-11-28 21:24   ` Kurt Garloff
2000-11-29  0:48     ` Kurt Garloff

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.