iommu/vt-d: Fix missing IOTLB flush in intel_iommu_unmap()
authorDavid Woodhouse <dwmw2@infradead.org>
Mon, 9 Jun 2014 13:09:53 +0000 (14:09 +0100)
committerJiri Slaby <jslaby@suse.cz>
Fri, 20 Jun 2014 15:33:50 +0000 (17:33 +0200)
commit4801cb6ba3527f1cbb2078e23d3fdbe03ebcc7e7
treeb122c932d8d47b7e2186217590cf639dd2806cb6
parent22259d1fa4111413d7969bae6ad425fbc7fcf3e1
iommu/vt-d: Fix missing IOTLB flush in intel_iommu_unmap()

This is a small excerpt of the upstream commit
ea8ea460c9ace60bbb5ac6e5521d637d5c15293d (iommu/vt-d: Clean up and fix
page table clear/free behaviour).

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 <David.Woodhouse@intel.com>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
drivers/iommu/intel-iommu.c