Re: [PATCH v4 0/2] DMA IOMMU static calls
From: Greg Kroah-Hartman
Date: Tue Aug 13 2024 - 05:59:02 EST
On Mon, Aug 05, 2024 at 03:20:50PM +0300, Leon Romanovsky wrote:
> 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?
I thought we were trying to get away from adding iommu stuff to struct
device, but oh well :(
Acked-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>