From bc494bc6142aa7188baa8fd5a7582fa8b56e0bea Mon Sep 17 00:00:00 2001 From: Tom Murphy Date: Thu, 15 Apr 2021 20:05:30 +0800 Subject: [PATCH] iommu: Fix flush_tlb_all typo mainline inclusion from mainline-v5.1-rc1 commit db04d4a3d72f0c5ee34609559f535d11ab47303c category: bugfix bugzilla: 21306 CVE: NA ------------------------------------------------------------------------- Fix typo, flush_tlb_all should be flush_iotlb_all. Signed-off-by: Tom Murphy Signed-off-by: Joerg Roedel Conflicts: include/linux/iommu.h Signed-off-by: Zhen Lei Reviewed-by: Hanjun Guo Signed-off-by: Yang Yingliang Signed-off-by: Cheng Jian --- include/linux/iommu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/iommu.h b/include/linux/iommu.h index bf6e7f736a4a..d44f3a6762be 100644 --- a/include/linux/iommu.h +++ b/include/linux/iommu.h @@ -268,7 +268,7 @@ struct iommu_sva_param { * @mm_invalidate: Invalidate a range of mappings for an mm * @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 + * @flush_iotlb_all: Synchronously flush all hardware TLBs for this domain * @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 -- GitLab