Re: [PATCH 1/9] dma-mapping: split

2020-10-13 Thread Christoph Hellwig
Thanks for the report, I've commited the obvious fix. ___ iommu mailing list iommu@lists.linux-foundation.org https://lists.linuxfoundation.org/mailman/listinfo/iommu

Re: [PATCH 1/9] dma-mapping: split

2020-10-11 Thread Guenter Roeck
On Wed, Sep 30, 2020 at 10:55:40AM +0200, Christoph Hellwig wrote: > Split out all the bits that are purely for dma_map_ops implementations > and related code into a new header so that they > don't get pulled into all the drivers. That also means the architecture > specific is not pulled in by

[PATCH 1/9] dma-mapping: split

2020-09-30 Thread Christoph Hellwig
Split out all the bits that are purely for dma_map_ops implementations and related code into a new header so that they don't get pulled into all the drivers. That also means the architecture specific is not pulled in by any more, which leads to a missing includes that were pulled in by the x86