Re: [XEN][PATCH v5 09/17] xen/iommu: protect iommu_add_dt_device() with dtdevs_lock

2023-04-17 Thread Michal Orzel
Hi Vikram, On 11/04/2023 21:16, Vikram Garhwal wrote: > > > Protect iommu_add_dt_device() with dtdevs_lock to prevent concurrent access > add. > > Signed-off-by: Vikram Garhwal > Reviewed-by: Luca Fancellu Reviewed-by: Michal Orzel ~Michal

[XEN][PATCH v5 09/17] xen/iommu: protect iommu_add_dt_device() with dtdevs_lock

2023-04-11 Thread Vikram Garhwal
Protect iommu_add_dt_device() with dtdevs_lock to prevent concurrent access add. Signed-off-by: Vikram Garhwal Reviewed-by: Luca Fancellu --- xen/drivers/passthrough/device_tree.c | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/xen/drivers/passthrough/device_tree.c

[XEN][PATCH v5 09/17] xen/iommu: protect iommu_add_dt_device() with dtdevs_lock

2023-04-11 Thread Vikram Garhwal
Protect iommu_add_dt_device() with dtdevs_lock to prevent concurrent access add. Signed-off-by: Vikram Garhwal Reviewed-by: Luca Fancellu --- xen/drivers/passthrough/device_tree.c | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/xen/drivers/passthrough/device_tree.c