BB depmod has ability to dump alias= definitions to modules.dep. When I later run BB modprobe which uses modules.dep which was generated with BB depmod (which has dumped alias= definitions :) I get SEGV. Modprobe indeed has alias support. Wrong is the way modprobe treats some alias definitions (which contain ":") as if they were dependencies definitions which in turn use ":" as the delimiter too! I'll send a quick and dirty patch in separate.
-- Vladimir 2008/6/16, Bernhard Fischer <[EMAIL PROTECTED]>: > On Mon, Jun 16, 2008 at 11:32:23AM -0700, [EMAIL PROTECTED] wrote: >>Hello, Bernhard! >> >>Seems modprobe gets stuck (SEGV) on subj. >> >>It assumes modules.dep contain only module dependencies of format >>module: dep [ ...] >>where ":" delimits the parts of definition. >> >>Bundled alias definitions of form >>alias usb:* * >>result in false positives at line 396 in modprobe.c. > > What do you mean with "Bundled alias"? Please give an exact example for > me to reproduce. >> >>Plz, fix this issue. > > Erm, "please", please ;) > Also, i suspect you don't have alias-parsing enabled in modprobe, do > you? > Please show me your > $ grep ALIAS .config > > Thanks, > _______________________________________________ busybox mailing list [email protected] http://busybox.net/cgi-bin/mailman/listinfo/busybox
