Re: [PATCH V1] smartpqi: raid bypass lba calculation fix

2016-09-19 Thread Martin K. Petersen
> "Don" == Don Brace writes: Don> From: kevin Barnett In the ioaccel Don> path, the calculation of the starting LBA for READ(6)/WRITE(6) SCSI Don> commands does not take into account the most significant 5 bits of Don> the LBA: it only uses the least significant 16 bits of the starting Don>

[PATCH V1] smartpqi: raid bypass lba calculation fix

2016-09-16 Thread Don Brace
From: kevin Barnett In the ioaccel path, the calculation of the starting LBA for READ(6)/WRITE(6) SCSI commands does not take into account the most significant 5 bits of the LBA: it only uses the least significant 16 bits of the starting LBA. Reported-by: Mahesh Rajashekhara Signed-off-by: Kevi