https://bugzilla.novell.com/show_bug.cgi?id=216114 trenn@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joachim.deguara@amd.com AssignedTo|kernel- |ak@novell.com |maintainers@forge.provo.nove| |ll.com | Status|ASSIGNED |NEW ------- Comment #9 from trenn@novell.com 2006-11-09 07:46 MST ------- Andi: some x86_64 smp machines seem to hang in kernel/kmod.c in request_module() here when trying to load the module binfmt-464c: if (atomic_read(&kmod_concurrent) > max_modprobes) { /* We may be blaming an innocent here, but unlikely */ if (kmod_loop_msg++ < 5) printk(KERN_ERR "request_module: runaway loop modprobe %s\n", module_name); atomic_dec(&kmod_concurrent); return -ENOMEM; } Maybe it's just the blaming an innocent case? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.