linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [Patch V3 0/2] iommu/arm-smmu: Fix races in iommu domain/group creation
@ 2021-08-10  4:43 Ashish Mhetre
  2021-08-10  4:44 ` [Patch V3 1/2] iommu: Fix race condition during default domain allocation Ashish Mhetre
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Ashish Mhetre @ 2021-08-10  4:43 UTC (permalink / raw)
  To: amhetre, robin.murphy, will, vdumpa; +Cc: iommu, linux-kernel, linux-arm-kernel

When two devices with same SID are getting probed concurrently through
iommu_probe_device(), the iommu_group and iommu_domain are allocated more
than once because they are not protected for concurrency. This is leading
to context faults when one device is accessing IOVA from other device.
Fix this by protecting iommu_domain and iommu_group creation with mutexes.

Changes in v3:
* Updated commit messages.
* Added Signed-off-by in patch 2.

Ashish Mhetre (1):
  iommu: Fix race condition during default domain allocation

Krishna Reddy (1):
  iommu/arm-smmu: Fix race condition during iommu_group creation

 drivers/iommu/arm/arm-smmu/arm-smmu.c | 6 +++++-
 drivers/iommu/iommu.c                 | 2 ++
 2 files changed, 7 insertions(+), 1 deletion(-)

-- 
2.7.4


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-08-10 20:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-10  4:43 [Patch V3 0/2] iommu/arm-smmu: Fix races in iommu domain/group creation Ashish Mhetre
2021-08-10  4:44 ` [Patch V3 1/2] iommu: Fix race condition during default domain allocation Ashish Mhetre
2021-08-10  4:44 ` [Patch V3 2/2] iommu/arm-smmu: Fix race condition during iommu_group creation Ashish Mhetre
2021-08-10 20:25 ` [Patch V3 0/2] iommu/arm-smmu: Fix races in iommu domain/group creation Will Deacon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).