From: Joerg Roedel Date: Fri, 2 Sep 2011 12:19:50 +0000 (+0200) Subject: iommu/amd: Don't take domain->lock recursivly X-Git-Tag: v3.1-rc6~22^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e33acde91140f1809952d1c135c36feb66a51887;p=pandora-kernel.git iommu/amd: Don't take domain->lock recursivly The domain_flush_devices() function takes the domain->lock. But this function is only called from update_domain() which itself is already called unter the domain->lock. This causes a deadlock situation when the dma-address-space of a domain grows larger than 1GB. Cc: stable@kernel.org Signed-off-by: Joerg Roedel --- Reading git-diff-tree failed