[PATCH 0/2] [PULL REQUEST] iommu/vt-d: Fixes for v7.0-rc

Lu Baolu posted 2 patches 3 weeks ago
drivers/iommu/intel/dmar.c |  3 +--
drivers/iommu/intel/svm.c  | 12 ++++++++----
2 files changed, 9 insertions(+), 6 deletions(-)
[PATCH 0/2] [PULL REQUEST] iommu/vt-d: Fixes for v7.0-rc
Posted by Lu Baolu 3 weeks ago
Hi Joerg,

The following fixes have been queued for v7.0-rc. They aim to fix the
following issues.

- Abort all pending requests on dev_tlb_inv timeout to avoid hardlockup
- Limit IOPF handling to PRI-capable device to avoid SVA attach failure

These patches have been reviewed and tested and are ready for merge.
Please consider them for v7.0-rc.

Best regards,
baolu

Guanghui Feng (1):
  iommu/vt-d: Fix intel iommu iotlb sync hardlockup and retry

Lu Baolu (1):
  iommu/vt-d: Only handle IOPF for SVA when PRI is supported

 drivers/iommu/intel/dmar.c |  3 +--
 drivers/iommu/intel/svm.c  | 12 ++++++++----
 2 files changed, 9 insertions(+), 6 deletions(-)

-- 
2.43.0
Re: [PATCH 0/2] [PULL REQUEST] iommu/vt-d: Fixes for v7.0-rc
Posted by Joerg Roedel 2 weeks, 6 days ago
On Mon, Mar 16, 2026 at 03:16:38PM +0800, Lu Baolu wrote:
> Hi Joerg,
> 
> The following fixes have been queued for v7.0-rc. They aim to fix the
> following issues.
> 
> - Abort all pending requests on dev_tlb_inv timeout to avoid hardlockup
> - Limit IOPF handling to PRI-capable device to avoid SVA attach failure
> 
> These patches have been reviewed and tested and are ready for merge.
> Please consider them for v7.0-rc.
> 
> Best regards,
> baolu
> 
> Guanghui Feng (1):
>   iommu/vt-d: Fix intel iommu iotlb sync hardlockup and retry
> 
> Lu Baolu (1):
>   iommu/vt-d: Only handle IOPF for SVA when PRI is supported
> 
>  drivers/iommu/intel/dmar.c |  3 +--
>  drivers/iommu/intel/svm.c  | 12 ++++++++----
>  2 files changed, 9 insertions(+), 6 deletions(-)

Applied for -rc, thanks Baolu.