Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1604263
| From | John Garry <john.garry@huawei.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] scsi: libsas: fix ata xfer length |
| Date | 2017-03-20 10:10 +0100 |
| Message-ID | <tn1ua-2xg-29@gated-at.bofh.it> (permalink) |
| References | <tlEJm-84L-95@gated-at.bofh.it> <tmMOt-wC-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 19/03/2017 17:21, Martin K. Petersen wrote:
> John Garry <john.garry@huawei.com> writes:
>
> John,
>
>> 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.
>
I should have added this originally to the changelog:
Fixes: ff2aeb1eb64c8a4770a6 ("libata: convert to chained sg")
BTW, I am surprised this issue has not been seen in almost 10 years, but
we cannot attach a SATA disk when SMMU enabled without it.
Cheers,
John
> Applied to 4.11/scsi-fixes.
>
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] scsi: libsas: fix ata xfer length John Garry <john.garry@huawei.com> - 2017-03-16 15:40 +0100
Re: [PATCH] scsi: libsas: fix ata xfer length "Martin K. Petersen" <martin.petersen@oracle.com> - 2017-03-19 18:30 +0100
Re: [PATCH] scsi: libsas: fix ata xfer length John Garry <john.garry@huawei.com> - 2017-03-20 10:10 +0100
Re: [PATCH] scsi: libsas: fix ata xfer length "Martin K. Petersen" <martin.petersen@oracle.com> - 2017-03-20 15:30 +0100
csiph-web