[PATCH 0/4] [PULL REQUEST] iommu/vt-d: Fixes for v6.1-rc8
From: Lu Baolu
Date: Wed Nov 30 2022 - 23:08:58 EST
Hi Joerg,
Below fixes are queued for v6.1. They aim to:
- Add a fix to handle a QAT device quirk.
- Fix 3 PCI device refcount leaks.
This series is also available at github.
https://github.com/LuBaolu/intel-iommu/commits/vtd-fix-for-v6.1-rc8
Please consider it for the iommu/fix branch.
Best regards,
Lu Baolu
Jacob Pan (1):
iommu/vt-d: Add a fix for devices need extra dtlb flush
Xiongfeng Wang (2):
iommu/vt-d: Fix PCI device refcount leak in has_external_pci()
iommu/vt-d: Fix PCI device refcount leak in dmar_dev_scope_init()
Yang Yingliang (1):
iommu/vt-d: Fix PCI device refcount leak in prq_event_thread()
drivers/iommu/intel/iommu.h | 4 ++
drivers/iommu/intel/dmar.c | 1 +
drivers/iommu/intel/iommu.c | 73 +++++++++++++++++++++++++++++++++++--
drivers/iommu/intel/svm.c | 19 +++++++---
4 files changed, 88 insertions(+), 9 deletions(-)
--
2.34.1