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

Lu Baolu posted 7 patches 2 years ago
drivers/iommu/intel/iommu.h |  3 +++
drivers/iommu/intel/dmar.c  | 18 ++++++++++++++++++
drivers/iommu/intel/iommu.c | 18 +++++++++++-------
drivers/iommu/intel/svm.c   | 26 ++++++++++++++++++++++++++
4 files changed, 58 insertions(+), 7 deletions(-)
[PATCH 0/7] [PULL REQUEST] iommu/vt-d: Fixes for v6.7-rc3
Posted by Lu Baolu 2 years ago
Hi Joerg,

The following fixes have been queued for v6.7. They aim to:

- Do not support enforcing cache coherency for non-empty domains
- Avoid devTLB invalidation if iommu is off
- Disable PCI ATS in legacy passthrough mode
- Support non-PCI devices when clearing context
- Fix incorrect cache invalidation for mm notification
- Add MTL to quirk list to skip TE disabling
- Set variable intel_dirty_ops to static

Please consider them for the iommu/fix branch.

Best regards,
Lu Baolu

Abdul Halim, Mohd Syazwan (1):
  iommu/vt-d: Add MTL to quirk list to skip TE disabling

Kunwu Chan (1):
  iommu/vt-d: Set variable intel_dirty_ops to static

Lu Baolu (5):
  iommu/vt-d: Support enforce_cache_coherency only for empty domains
  iommu/vt-d: Omit devTLB invalidation requests when TES=0
  iommu/vt-d: Disable PCI ATS in legacy passthrough mode
  iommu/vt-d: Make context clearing consistent with context mapping
  iommu/vt-d: Fix incorrect cache invalidation for mm notification

 drivers/iommu/intel/iommu.h |  3 +++
 drivers/iommu/intel/dmar.c  | 18 ++++++++++++++++++
 drivers/iommu/intel/iommu.c | 18 +++++++++++-------
 drivers/iommu/intel/svm.c   | 26 ++++++++++++++++++++++++++
 4 files changed, 58 insertions(+), 7 deletions(-)

-- 
2.34.1
Re: [PATCH 0/7] [PULL REQUEST] iommu/vt-d: Fixes for v6.7-rc3
Posted by Joerg Roedel 2 years ago
On Wed, Nov 22, 2023 at 11:26:01AM +0800, Lu Baolu wrote:
> Abdul Halim, Mohd Syazwan (1):
>   iommu/vt-d: Add MTL to quirk list to skip TE disabling
> 
> Kunwu Chan (1):
>   iommu/vt-d: Set variable intel_dirty_ops to static
> 
> Lu Baolu (5):
>   iommu/vt-d: Support enforce_cache_coherency only for empty domains
>   iommu/vt-d: Omit devTLB invalidation requests when TES=0
>   iommu/vt-d: Disable PCI ATS in legacy passthrough mode
>   iommu/vt-d: Make context clearing consistent with context mapping
>   iommu/vt-d: Fix incorrect cache invalidation for mm notification

Applied for v6.7, thanks.