Re: [PATCH] scsi: set dma direction to NONE for TEST UNIT READY

2023-11-20 Thread Tom Rini
On Mon, 13 Nov 2023 11:51:02 +0600, Nikita Yushchenko wrote: > SCSI device scan code was executing TEST UNIT READY command without > explicitly setting dma direction in struct scsi_cmd to NONE, so command > was passed to driver with dma direction set to DMA_FROM_DEVICE, > inherited from older

Re: [PATCH] scsi: set dma direction to NONE for TEST UNIT READY

2023-11-19 Thread Marek Vasut
On 11/13/23 06:51, Nikita Yushchenko wrote: SCSI device scan code was executing TEST UNIT READY command without explicitly setting dma direction in struct scsi_cmd to NONE, so command was passed to driver with dma direction set to DMA_FROM_DEVICE, inherited from older usage. With WDC

[PATCH] scsi: set dma direction to NONE for TEST UNIT READY

2023-11-12 Thread Nikita Yushchenko
SCSI device scan code was executing TEST UNIT READY command without explicitly setting dma direction in struct scsi_cmd to NONE, so command was passed to driver with dma direction set to DMA_FROM_DEVICE, inherited from older usage. With WDC SDINDDH6-64G ufs device, that caused TEST UNIT READY to