Re: [PATCH] iommu/vt-d: Fix compile warning

2020-05-29 Thread Jacob Pan
On Fri, 29 May 2020 15:15:45 +0200 Joerg Roedel wrote: > Applied, thanks. > > On Thu, May 28, 2020 at 11:03:51AM -0700, Jacob Pan wrote: > > Make intel_svm_unbind_mm() a static function. > > > > Fixes: 064a57d7ddfc ("iommu/vt-d: Replace intel SVM APIs with > > generic SVA APIs") > > Please m

Re: [PATCH] iommu/vt-d: Fix compile warning

2020-05-29 Thread Joerg Roedel
Applied, thanks. On Thu, May 28, 2020 at 11:03:51AM -0700, Jacob Pan wrote: > Make intel_svm_unbind_mm() a static function. > > Fixes: 064a57d7ddfc ("iommu/vt-d: Replace intel SVM APIs with generic > SVA APIs") Please make sure the fixes tags (or any other tags) are not line-wrapped in future pa

Re: [PATCH] iommu/vt-d: Fix compile warning

2020-05-28 Thread Lu Baolu
On 5/29/20 2:03 AM, Jacob Pan wrote: Make intel_svm_unbind_mm() a static function. Fixes: 064a57d7ddfc ("iommu/vt-d: Replace intel SVM APIs with generic SVA APIs") Reported-by: kbuild test robot Signed-off-by: Jacob Pan Acked-by: Lu Baolu Best regards, baolu --- drivers/iommu/intel-svm

[PATCH] iommu/vt-d: Fix compile warning

2020-05-28 Thread Jacob Pan
Make intel_svm_unbind_mm() a static function. Fixes: 064a57d7ddfc ("iommu/vt-d: Replace intel SVM APIs with generic SVA APIs") Reported-by: kbuild test robot Signed-off-by: Jacob Pan --- drivers/iommu/intel-svm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/iommu/

Re: [PATCH] iommu/vt-d: Fix compile warning from intel-svm.h

2020-02-10 Thread Lu Baolu
Hi Joerg, On 2020/2/10 17:36, Joerg Roedel wrote: From: Joerg Roedel The intel_svm_is_pasid_valid() needs to be marked inline, otherwise it causes the compile warning below: CC [M] drivers/dma/idxd/cdev.o In file included from drivers/dma/idxd/cdev.c:9:0: ./include/linux/intel-svm.h:125:1

[PATCH] iommu/vt-d: Fix compile warning from intel-svm.h

2020-02-10 Thread Joerg Roedel
From: Joerg Roedel The intel_svm_is_pasid_valid() needs to be marked inline, otherwise it causes the compile warning below: CC [M] drivers/dma/idxd/cdev.o In file included from drivers/dma/idxd/cdev.c:9:0: ./include/linux/intel-svm.h:125:12: warning: ‘intel_svm_is_pasid_valid’ defined but no