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

Lu Baolu posted 3 patches 1 month ago
drivers/iommu/intel/iommu.c | 16 ++++++++++------
1 file changed, 10 insertions(+), 6 deletions(-)
[PATCH 0/3] [PULL REQUEST] iommu/vt-d: Fixes for v7.1-rc
Posted by Lu Baolu 1 month ago
Hi Joerg,

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

- Apply an existing quirk for Q35 graphic device.
- Skip dev_pasid teardown for the blocked domain to avoid out-of-bounds
  access.
- Return early if dev_pasid is missing to prevent NULL dereference or
  UAF.

These patches have been reviewed and tested and are ready for merge.
Please consider them for iommu/fix branch.

Best regards,
baolu

Naval Alcalá (1):
  iommu/vt-d: Disable DMAR for Intel Q35 IGFX

Zhenzhong Duan (2):
  iommu/vt-d: Fix oops due to out of scope access
  iommu/vt-d: Avoid NULL pointer dereference or refcount corruption

 drivers/iommu/intel/iommu.c | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

-- 
2.43.0

Re: [PATCH 0/3] [PULL REQUEST] iommu/vt-d: Fixes for v7.1-rc
Posted by Joerg Roedel 1 month ago
On Sat, May 09, 2026 at 10:43:43AM +0800, Lu Baolu wrote:
> Naval Alcalá (1):
>   iommu/vt-d: Disable DMAR for Intel Q35 IGFX
> 
> Zhenzhong Duan (2):
>   iommu/vt-d: Fix oops due to out of scope access
>   iommu/vt-d: Avoid NULL pointer dereference or refcount corruption
> 
>  drivers/iommu/intel/iommu.c | 16 ++++++++++------
>  1 file changed, 10 insertions(+), 6 deletions(-)

Applied, thanks Baolu.