http://bugzilla.kernel.org/show_bug.cgi?id=10943 ------- Comment #14 from tj@xxxxxxxxxx 2008-07-31 03:14 ------- Gustavo, can you please add the following loop at the top of device_shutdown() and report what the kernel says? printk("XXX head prev=%p next=%p\n", devices_kset->list.prev, devices_kset->list.next); list_for_each_entry(dev, &devices_kset->list, kobj.entry) printk("XXX prev=%p next=%p\n", dev->kobj.entry.prev, dev->kobj.entry.next); -- 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