Re: [PATCH] sg: limit maximum cdb size to 252 bytes

2014-06-26 Thread Ewan Milne
On Wed, 2014-06-25 at 13:05 -0400, Douglas Gilbert wrote: > Boaz Harrosh commented on the "[PATCH v5] sg: relax 16 > byte cdb restriction" thread that SCSI variable length > commands (which are all SCSI commands greater than 16 > bytes long) must themselves be a multiple of 4 bytes > long. > > Cha

Re: [PATCH] sg: limit maximum cdb size to 252 bytes

2014-06-26 Thread Christoph Hellwig
Looks good, Reviewed-by: Christoph Hellwig -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH] sg: limit maximum cdb size to 252 bytes

2014-06-25 Thread Martin K. Petersen
> "Doug" == Douglas Gilbert writes: Doug> Boaz Harrosh commented on the "[PATCH v5] sg: relax 16 byte cdb Doug> restriction" thread that SCSI variable length commands (which are Doug> all SCSI commands greater than 16 bytes long) must themselves be a Doug> multiple of 4 bytes long. Doug> Cha

[PATCH] sg: limit maximum cdb size to 252 bytes

2014-06-25 Thread Douglas Gilbert
Boaz Harrosh commented on the "[PATCH v5] sg: relax 16 byte cdb restriction" thread that SCSI variable length commands (which are all SCSI commands greater than 16 bytes long) must themselves be a multiple of 4 bytes long. ChangeLog - limit the maximum cdb size permitted by the sg v3 interf