mbox series

[0/2] iommu: DMA domain epilogue

Message ID cover.1631531973.git.robin.murphy@arm.com (mailing list archive)
Headers show
Series iommu: DMA domain epilogue | expand

Message

Robin Murphy Sept. 13, 2021, 12:40 p.m. UTC
Hi Joerg,

As planned, here are the follow-up patches to resolve the merge of the
DART driver with the core changes. There's some argument for this being
5.15 fix material (the driver getting DMA cookies unconditionally is
still technically wrong), but in practice it shouldn't be an issue
either if you'd prefer to treat it as cleanup for 5.16. Your choice :)

Cheers,
Robin.


Robin Murphy (2):
  iommu/dart: Clean up IOVA cookie crumbs
  iommu/dma: Unexport IOVA cookie management

 drivers/iommu/apple-dart.c | 2 --
 drivers/iommu/dma-iommu.c  | 7 -------
 drivers/iommu/iommu.c      | 3 +--
 3 files changed, 1 insertion(+), 11 deletions(-)

Comments

Joerg Roedel Sept. 28, 2021, 9:21 a.m. UTC | #1
Hi Robin,

On Mon, Sep 13, 2021 at 01:40:04PM +0100, Robin Murphy wrote:
> Robin Murphy (2):
>   iommu/dart: Clean up IOVA cookie crumbs
>   iommu/dma: Unexport IOVA cookie management

Thanks, all applied now.