lkml.org 
[lkml]   [2011]   [Apr]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[14/55] intel-iommu: Fix get_domain_for_dev() error path
    2.6.38-stable review patch.  If anyone has any objections, please let us know.

    ------------------

    From: Alex Williamson <alex.williamson@redhat.com>

    commit 2fe9723df8e45fd247782adea244a5e653c30bf4 upstream.

    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>
    Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

    ---
    drivers/pci/intel-iommu.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    --- a/drivers/pci/intel-iommu.c
    +++ b/drivers/pci/intel-iommu.c
    @@ -1835,7 +1835,7 @@ static struct dmar_domain *get_domain_fo

    ret = iommu_attach_domain(domain, iommu);
    if (ret) {
    - domain_exit(domain);
    + free_domain_mem(domain);
    goto error;
    }




    \
     
     \ /
      Last update: 2011-04-29 21:11    [W:3.649 / U:0.168 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site