[PATCH 0/3] [PULL REQUEST] iommu/vt-d: Fixes for v6.9-rc3

Lu Baolu posted 3 patches 1 year, 10 months ago
drivers/iommu/intel/iommu.c   | 11 +++++++----
drivers/iommu/intel/perfmon.c |  2 +-
drivers/iommu/intel/svm.c     |  2 +-
3 files changed, 9 insertions(+), 6 deletions(-)
[PATCH 0/3] [PULL REQUEST] iommu/vt-d: Fixes for v6.9-rc3
Posted by Lu Baolu 1 year, 10 months ago
Hi Joerg,

The following patches have been queued for v6.9. They aim to address
below issues:

- Local memory for PRQ page allocation;
- Fix WARN_ON in iommu probe path;
- Fix wrong use of pasid config.

Please consider them for the iommu/fix branch.

Best regards,
Lu Baolu

Jacob Pan (1):
  iommu/vt-d: Allocate local memory for page request queue

Lu Baolu (1):
  iommu/vt-d: Fix WARN_ON in iommu probe path

Xuchun Shang (1):
  iommu/vt-d: Fix wrong use of pasid config

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

-- 
2.34.1
Re: [PATCH 0/3] [PULL REQUEST] iommu/vt-d: Fixes for v6.9-rc3
Posted by Joerg Roedel 1 year, 10 months ago
On Thu, Apr 11, 2024 at 11:07:41AM +0800, Lu Baolu wrote:
> - Local memory for PRQ page allocation;
> - Fix WARN_ON in iommu probe path;
> - Fix wrong use of pasid config.

Applied, thanks.