https://bugzilla.kernel.org/show_bug.cgi?id=16142 --- Comment #15 from Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> 2010-06-15 19:12:28 --- (In reply to comment #12) > Created an attachment (id=26776) --> (https://bugzilla.kernel.org/attachment.cgi?id=26776) [details] > kernel oops v3 > > this one is done via firewire This seems impossible. I think the oops happened in int ide_complete_rq(ide_drive_t *drive, int error, unsigned int nr_bytes) { ide_hwif_t *hwif = drive->hwif; accessing 0x00000040, so `drive' is NULL. But it's clearly non-NULL up in cdrom_newpc_intr(). Possibly it's a miscompile. But you've tried several different kernel version, which I assume were compiled by someone at gentoo. -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug. -- 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