]> git.baikalelectronics.ru Git - kernel.git/commit
intel-iommu: Fix get_domain_for_dev() error path
authorAlex Williamson <alex.williamson@redhat.com>
Fri, 4 Mar 2011 21:52:30 +0000 (14:52 -0700)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Sat, 12 Mar 2011 14:37:53 +0000 (14:37 +0000)
commit7e62d180ecdaa04c8b9a380002bc70bd9294b9c5
tree53395a1234747e13d57cd99dd1299e8b6e277f6c
parent13f9750330b97debb8f2ea1358a78d8d65b60912
intel-iommu: Fix get_domain_for_dev() error path

If we run out of domain_ids and fail iommu_attach_domain(), we
fall into domain_exit() without having setup enough of the
domain structure for this to do anything useful.  In fact, it
typically runs off into the weeds walking the bogus domain->devices
list.  Just free the domain.

Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Acked-by: Donald Dutile <ddutile@redhat.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Cc: stable@kernel.org
drivers/pci/intel-iommu.c