http://bugzilla.kernel.org/show_bug.cgi?id=10943 ------- Comment #15 from gfpadovan@xxxxxxxxx 2008-08-01 13:00 ------- The dev->kobj.entry.prev and dev->kobj.entry.next point to same place. But I noted that it isn't the one. This happens with other devices too. So I tried whit this: list_for_each_entry(dev, &devices_kset->list, kobj.entry) { dev_emerg(dev, " dev=%p prev=%p next=%p\n", dev->kobj.entry, dev->kobj.entry.prev, dev->kobj.entry.next) And the unique dev that dev->kobj.entry, dev->kobj.entry.prev and dev->kobj.entry.next point to same place. So we take an infinite loop. Where is the function that include the device on the list? Is device_initialize()? If my English is bad, ask me to rewrite this. -- Configure bugmail: http://bugzilla.kernel.org/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. -- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html