Re: [PATCH v5 02/11] iommu/dma: use iommu_put_pages_list() to releae freelist

From: David Rientjes
Date: Fri Mar 15 2024 - 17:28:17 EST


On Thu, 22 Feb 2024, Pasha Tatashin wrote:

> Free the IOMMU page tables via iommu_put_pages_list(). The page tables
> were allocated via iommu_alloc_* functions in architecture specific
> places, but are released in dma-iommu if the freelist is gathered during
> map/unmap operations into iommu_iotlb_gather data structure.
>
> Currently, only iommu/intel that does that.
>
> Signed-off-by: Pasha Tatashin <pasha.tatashin@xxxxxxxxxx>

Acked-by: David Rientjes <rientjes@xxxxxxxxxx>