]> git.baikalelectronics.ru Git - kernel.git/commit
iommu/amd: Lock dev_data in attach/detach code paths
authorJoerg Roedel <jroedel@suse.de>
Wed, 25 Sep 2019 13:22:59 +0000 (15:22 +0200)
committerJoerg Roedel <jroedel@suse.de>
Sat, 28 Sep 2019 12:44:04 +0000 (14:44 +0200)
commitefbcc6d251b004d994051c42e4767576fd2712a9
treefb3c380fff0299866ebdc89fd52010d1bc4782f8
parent41ea10b57de128724d3aa8488b5eb95f281eae3c
iommu/amd: Lock dev_data in attach/detach code paths

Make sure that attaching a detaching a device can't race against each
other and protect the iommu_dev_data with a spin_lock in these code
paths.

Fixes: dcb4ee808767 ("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
drivers/iommu/amd_iommu_types.h