From: Mike Habeck Date: Sat, 28 May 2011 18:15:07 +0000 (-0500) Subject: intel-iommu: Add domain check in domain_remove_one_dev_info X-Git-Tag: v3.0-rc2~18^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8519dc4401ddf8a5399f979870bbeeadbc111186;p=pandora-kernel.git intel-iommu: Add domain check in domain_remove_one_dev_info The comment in domain_remove_one_dev_info() states "No need to compare PCI domain; it has to be the same". But for the si_domain that isn't going to be true, as it consists of all the PCI devices that are identity mapped thus multiple PCI domains can be in si_domain. The code needs to validate the PCI domain too. Signed-off-by: Mike Habeck Signed-off-by: Mike Travis Cc: stable@kernel.org Signed-off-by: David Woodhouse --- Reading git-diff-tree failed