Re: [PATCHv2 0/8] scsi: fixup dma_set_mask_and_coherent() calls

2019-02-25 Thread Martin K. Petersen
Hannes, > The recent patchset to use dma_set_mask_and_coherent() introduced a > regression where a call to set a 64-bit DMA mask was followed by a > call to set a 32-bit DMA mask, leading to I/O errors and data > corruption. Applied to 5.0/scsi-fixes with the subject and commit message tweaks s

Re: [PATCHv2 0/8] scsi: fixup dma_set_mask_and_coherent() calls

2019-02-25 Thread Ewan Milne
The recent patchset to use dma_set_mask_and_coherent() introduced a regression where a call to set a 64-bit DMA mask was followed by a call to set a 32-bit DMA mask, leading to I/O errors and data corruption. Patchset is based on a suggestions from Ewan Milne. Hannes Reinecke (8): lpfc: fix c