Re: [PATCH v3 00/18] Fix BUG_ON in vfio_iommu_group_notifier()

2021-12-16 Thread Lu Baolu
On 12/6/21 9:58 AM, Lu Baolu wrote: Hi folks, The iommu group is the minimal isolation boundary for DMA. Devices in a group can access each other's MMIO registers via peer to peer DMA and also need share the same I/O address space. Once the I/O address space is assigned to user control it is

[PATCH v3 00/18] Fix BUG_ON in vfio_iommu_group_notifier()

2021-12-05 Thread Lu Baolu
Hi folks, The iommu group is the minimal isolation boundary for DMA. Devices in a group can access each other's MMIO registers via peer to peer DMA and also need share the same I/O address space. Once the I/O address space is assigned to user control it is no longer available to the dma_map*