Tomasz Chmielewski wrote: > Tejun Heo schrieb: >> Mark Lord wrote: >>> Tejun, >>> >>> This Oops (2.6.23.13) looks very much like the same bug >>> you fixed recently for me in 2.6.24. >>> >>> The bug was with sata_qstor and other drivers, in that >>> devres/libata were freeing the I/O resources before invoking >>> the LLD's host/port_stop routines .. which still need the I/O. >>> >>> Did that patch get backported to 2.6.23 yet ? >> >> No, it's not but yeah it probably should have. Tomasz, can you please >> test whether the attached patch fixes the problem? > > No oops anymore - I get those in the log instead (below). Great. > START_STOP FAILED doesn't sound very good, but perhaps it's normal? Yeap, that's normal. ATA device goes away beneath the SCSI driver and when the SCSI driver tries to stop the drive, it's already gone. I'll push the patch to -stable. Thanks. -- tejun - 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