]> git.ipfire.org Git - thirdparty/linux.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)
commitab7b2577f0d119052b98b8d913bad369ac2760eb
treefb3c380fff0299866ebdc89fd52010d1bc4782f8
parent45e528d9c479aeef2d3d1db1e619b243f91e324f
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: 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
drivers/iommu/amd_iommu_types.h