Re: [PATCH v4 0/2] DMA IOMMU static calls

From: Leon Romanovsky
Date: Mon Aug 05 2024 - 08:21:01 EST


On Wed, Jul 24, 2024 at 09:04:47PM +0300, Leon Romanovsky wrote:

<...>

> Leon Romanovsky (2):
> dma: call unconditionally to unmap_page and unmap_sg callbacks
> dma: add IOMMU static calls with clear default ops
>
> MAINTAINERS | 1 +
> drivers/iommu/Kconfig | 2 +-
> drivers/iommu/dma-iommu.c | 121 ++++++++++----------------
> drivers/iommu/intel/Kconfig | 1 -
> include/linux/device.h | 5 ++

Greg,

Can you please ack the change in the include/linux/device.h file?

Thanks

> include/linux/dma-map-ops.h | 39 +++++----
> include/linux/iommu-dma.h | 169 ++++++++++++++++++++++++++++++++++++
> kernel/dma/Kconfig | 6 ++
> kernel/dma/Makefile | 2 +-
> kernel/dma/dummy.c | 21 +++++
> kernel/dma/mapping.c | 90 ++++++++++++++++---
> 11 files changed, 348 insertions(+), 109 deletions(-)
> create mode 100644 include/linux/iommu-dma.h
>
> --
> 2.45.2
>