OSDN Git Service

iommu/amd: Check for busy devices earlier in attach_device()
authorJoerg Roedel <jroedel@suse.de>
Wed, 25 Sep 2019 13:22:58 +0000 (15:22 +0200)
committerJoerg Roedel <jroedel@suse.de>
Sat, 28 Sep 2019 12:43:58 +0000 (14:43 +0200)
commit45e528d9c479aeef2d3d1db1e619b243f91e324f
tree4e25b8515f6b8319e6951ea5c4ea87afc050f22b
parentf6c0bfce271b2dd613e8b8e009eefe89c1f788e8
iommu/amd: Check for busy devices earlier in attach_device()

Check early in attach_device whether the device is already attached to a
domain. This also simplifies the code path so that __attach_device() can
be removed.

Fixes: 92d420ec028d ("iommu/amd: Relax locking in dma_ops path")
Reviewed-by: Filippo Sironi <sironi@amazon.de>
Reviewed-by: Jerry Snitselaar <jsnitsel@redhat.com>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/amd_iommu.c