]> git.baikalelectronics.ru Git - kernel.git/commit
scsi: libsas: fix ata xfer length
authorJohn Garry <john.garry@huawei.com>
Thu, 16 Mar 2017 15:07:28 +0000 (23:07 +0800)
committerMartin K. Petersen <martin.petersen@oracle.com>
Mon, 20 Mar 2017 13:45:08 +0000 (09:45 -0400)
commita19d6d6fe01c78bd2d7064c0de6100c0ba59615a
treead1e08d272062d72bb087820bebbe37a61bc1a39
parentdcb86e6ec2adfd33479ca6af23e05f9a62fe8e95
scsi: libsas: fix ata xfer length

The total ata xfer length may not be calculated properly, in that we do
not use the proper method to get an sg element dma length.

According to the code comment, sg_dma_len() should be used after
dma_map_sg() is called.

This issue was found by turning on the SMMUv3 in front of the hisi_sas
controller in hip07. Multiple sg elements were being combined into a
single element, but the original first element length was being use as
the total xfer length.

Cc: <stable@vger.kernel.org>
Fixes: 1e0a12f7dc9a2c3ce86f ("libata: convert to chained sg")
Signed-off-by: John Garry <john.garry@huawei.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/libsas/sas_ata.c