Re: [PATCH] dma-coherent: fix rmem_dma_device_init regression

2017-09-17 Thread Christoph Hellwig
Thanks a lot Arnd, applied to the dma-mapping tree for 4.14.

Re: [PATCH] dma-coherent: fix rmem_dma_device_init regression

2017-09-17 Thread Christoph Hellwig
Thanks a lot Arnd, applied to the dma-mapping tree for 4.14.

Re: [PATCH] dma-coherent: fix rmem_dma_device_init regression

2017-09-17 Thread Roy Pledge
On 9/15/2017 11:08 AM, Arnd Bergmann wrote: > My recent bug fix introduced another bug, which caused rmem_dma_device_init > to always fail, as rmem->priv is never set to anything. > > This restores the previous behavior, calling dma_init_coherent_memory() > whenever ->priv is NULL. > > Fixes:

Re: [PATCH] dma-coherent: fix rmem_dma_device_init regression

2017-09-17 Thread Roy Pledge
On 9/15/2017 11:08 AM, Arnd Bergmann wrote: > My recent bug fix introduced another bug, which caused rmem_dma_device_init > to always fail, as rmem->priv is never set to anything. > > This restores the previous behavior, calling dma_init_coherent_memory() > whenever ->priv is NULL. > > Fixes:

[PATCH] dma-coherent: fix rmem_dma_device_init regression

2017-09-15 Thread Arnd Bergmann
My recent bug fix introduced another bug, which caused rmem_dma_device_init to always fail, as rmem->priv is never set to anything. This restores the previous behavior, calling dma_init_coherent_memory() whenever ->priv is NULL. Fixes: d35b0996fef3 ("dma-coherent: fix

[PATCH] dma-coherent: fix rmem_dma_device_init regression

2017-09-15 Thread Arnd Bergmann
My recent bug fix introduced another bug, which caused rmem_dma_device_init to always fail, as rmem->priv is never set to anything. This restores the previous behavior, calling dma_init_coherent_memory() whenever ->priv is NULL. Fixes: d35b0996fef3 ("dma-coherent: fix