https://bugzilla.kernel.org/show_bug.cgi?id=26692 Jonathan Nieder <jrnieder@xxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jrnieder@xxxxxxxxx --- Comment #2 from Jonathan Nieder <jrnieder@xxxxxxxxx> 2011-08-05 20:55:52 --- If I am reading the first log at <http://bugs.debian.org/607906> correctly, the oops happened in the READ32 of /* Read doorbell and check for active bit */ if (!(CHIPREG_READ32(&ioc->chip->Doorbell) & MPI_DOORBELL_ACTIVE)) return -5; But that's only from a quick look, and it doesn't make sense in light of your later observations. Would it be possible to sprinkle the code with printk calls to figure out what's causing trouble (and for example where time is being spent in the current version)? -- 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-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html