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