[PATCH v9 05/11] iommu/dma: Introduce a helper to remove reserved regions

Christoph Hellwig hch at infradead.org
Thu Apr 7 06:26:44 PDT 2022


>  
> +static inline void iommu_dma_put_resv_regions(struct device *dev, struct list_head *list)
> +{
> +}
> +
>  #endif	/* CONFIG_IOMMU_DMA */

This changes behavior when CONFIG_IOMMU_DMA is not set.  So e.g. on
ARM all the drivers that are using the new helper now fail to release
reserved regions.



More information about the linux-arm-kernel mailing list