Re: [PATCH v3] dma-debug: Check scatterlist segments

2018-05-24 Thread Christoph Hellwig
Thanks Robin, applied to the dma-mapping tree.

Re: [PATCH v3] dma-debug: Check scatterlist segments

2018-05-24 Thread Christoph Hellwig
Thanks Robin, applied to the dma-mapping tree.

[PATCH v3] dma-debug: Check scatterlist segments

2018-05-21 Thread Robin Murphy
Drivers/subsystems creating scatterlists for DMA should be taking care to respect the scatter-gather limitations of the appropriate device, as described by dma_parms. A DMA API implementation cannot feasibly split a scatterlist into *more* entries than originally passed, so it is not well defined

[PATCH v3] dma-debug: Check scatterlist segments

2018-05-21 Thread Robin Murphy
Drivers/subsystems creating scatterlists for DMA should be taking care to respect the scatter-gather limitations of the appropriate device, as described by dma_parms. A DMA API implementation cannot feasibly split a scatterlist into *more* entries than originally passed, so it is not well defined