From 8e8987cf8b8d30adde75609beb55b860efe86be4 Mon Sep 17 00:00:00 2001 From: tom Date: Thu, 15 Apr 2021 20:05:29 +0800 Subject: [PATCH] iommu: Change tlb_range_add to iotlb_range_add and tlb_sync to iotlb_sync mainline inclusion from mainline-v5.0-rc1 commit 51eb78098ab79bba8b1df24da2304e61deb74629 category: bugfix bugzilla: 21306 CVE: NA ------------------------------------------------------------------------- Someone forgot to update this comment. Signed-off-by: Tom Murphy Signed-off-by: Joerg Roedel Signed-off-by: Zhen Lei Reviewed-by: Hanjun Guo Signed-off-by: Yang Yingliang Signed-off-by: Cheng Jian --- include/linux/iommu.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/linux/iommu.h b/include/linux/iommu.h index c5cc3c9e393c..bf6e7f736a4a 100644 --- a/include/linux/iommu.h +++ b/include/linux/iommu.h @@ -269,8 +269,8 @@ struct iommu_sva_param { * @map: map a physically contiguous memory region to an iommu domain * @unmap: unmap a physically contiguous memory region from an iommu domain * @flush_tlb_all: Synchronously flush all hardware TLBs for this domain - * @tlb_range_add: Add a given iova range to the flush queue for this domain - * @tlb_sync: Flush all queued ranges from the hardware TLBs and empty flush + * @iotlb_range_add: Add a given iova range to the flush queue for this domain + * @iotlb_sync: Flush all queued ranges from the hardware TLBs and empty flush * queue * @iova_to_phys: translate iova to physical address * @add_device: add device to iommu grouping -- GitLab