commit | 7b668357810ecb5fdda4418689d50f5d95aea6a8 | [log] [tgz] |
---|---|---|
author | Alex Williamson <alex.williamson@redhat.com> | Tue May 24 12:02:41 2011 +0100 |
committer | David Woodhouse <David.Woodhouse@intel.com> | Tue May 24 13:08:34 2011 +0100 |
tree | 5a448c81b76121cd3903f807288bd562dc27645b | |
parent | b3a530e4e734cab7043a3ab7d135f539042443a7 [diff] |
intel-iommu: Flush unmaps at domain_exit We typically batch unmaps to be lazily flushed out at regular intervals. When we destroy a domain, we need to force a flush of these lazy unmaps to be sure none reference the domain we're about to free. Fixes: https://bugzilla.kernel.org/show_bug.cgi?id=35062 Signed-off-by: Alex Williamson <alex.williamson@redhat.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com> Cc: stable@kernel.org