Timothy Thelin wrote: > This fixes an issue in scsi command initialization from a request > where sd, sr, st, and scsi_lib all fail to copy the request's > cmd_len to the scsi command's cmd_len field. This is an important fix. The bug is triggered whenever a SCSI command is sent that does not conform to the old "top 3 bits of the first byte dictate cdb length" convention. This mainly happens with vendor specific commands and with variable length commands (those starting with opcode 0x7f). The latter is not a problem today because linux doesn't support variable length commands (or, to be more precise, those commands with more than 16 bytes in them). Doug Gilbert - : 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