From: David Woodhouse Date: Mon, 9 Jun 2014 13:09:53 +0000 (+0100) Subject: iommu/vt-d: Fix missing IOTLB flush in intel_iommu_unmap() X-Git-Tag: v3.2.61~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fac90e80d8e567113477de8f1ce91e2e3410ac57;p=pandora-kernel.git iommu/vt-d: Fix missing IOTLB flush in intel_iommu_unmap() Part of commit ea8ea460c9ace60bbb5ac6e5521d637d5c15293d upstream. This missing IOTLB flush was added as a minor, inconsequential bug-fix in commit ea8ea460c ("iommu/vt-d: Clean up and fix page table clear/free behaviour") in 3.15. It wasn't originally intended for -stable but a couple of users have reported issues which turn out to be fixed by adding the missing flush. Signed-off-by: David Woodhouse [bwh: Backported to 3.2: - Adjust context - Use &dmar_domain->iommu_bmp, as it is a single word not an array] Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed