RE: [PATCH v5 0/2] intel_iommu: Fix locking issues

2025-05-06 Thread Duan, Zhenzhong
Hi Clement, >-Original Message- >From: CLEMENT MATHIEU--DRIF >Subject: [PATCH v5 0/2] intel_iommu: Fix locking issues > >This series introduces 2 fixes and improves locking style >consistency in the VT-d device. > >Changes since v4: > - Re-check if the ad

Re: [PATCH v5 0/2] intel_iommu: Fix locking issues

2025-05-05 Thread CLEMENT MATHIEU--DRIF
Cc'ing Paolo On 30/04/2025 2:48 pm, CLEMENT MATHIEU--DRIF wrote: > This series introduces 2 fixes and improves locking style > consistency in the VT-d device. > > Changes since v4: > - Re-check if the address space is present once both bql and > iommu lock are held. > > > Clement

[PATCH v5 0/2] intel_iommu: Fix locking issues

2025-04-30 Thread CLEMENT MATHIEU--DRIF
This series introduces 2 fixes and improves locking style consistency in the VT-d device. Changes since v4: - Re-check if the address space is present once both bql and iommu lock are held. Clement Mathieu--Drif (2): intel_iommu: Use BQL_LOCK_GUARD to manage cleanup automatic