Re: [PATCH v2 0/4] iommu/iova: Add CPU hotplug handler to flush rcaches to core code

From: Joerg Roedel
Date: Wed Apr 07 2021 - 04:31:28 EST


On Thu, Mar 25, 2021 at 08:29:57PM +0800, John Garry wrote:
> John Garry (4):
> iova: Add CPU hotplug handler to flush rcaches
> iommu/vt-d: Remove IOVA domain rcache flushing for CPU offlining
> iommu: Delete iommu_dma_free_cpu_cached_iovas()
> iommu: Stop exporting free_iova_fast()
>
> drivers/iommu/dma-iommu.c | 9 ---------
> drivers/iommu/intel/iommu.c | 31 -------------------------------
> drivers/iommu/iova.c | 34 +++++++++++++++++++++++++++++++---
> include/linux/cpuhotplug.h | 2 +-
> include/linux/dma-iommu.h | 8 --------
> include/linux/iova.h | 6 +-----
> 6 files changed, 33 insertions(+), 57 deletions(-)

Okay, newer version. Applied this one instead, thanks.