Re: [PATCH 00/18] [PULL REQUEST] Intel IOMMU updates for v6.10

From: Joerg Roedel
Date: Fri Apr 26 2024 - 06:00:21 EST


On Wed, Apr 24, 2024 at 03:16:26PM +0800, Lu Baolu wrote:
> Colin Ian King (1):
> iommu/vt-d: Remove redundant assignment to variable err
>
> Dimitri Sivanich (1):
> iommu/vt-d: Allocate DMAR fault interrupts locally
>
> Jason Gunthorpe (1):
> iommu: Add ops->domain_alloc_sva()
>
> Jingqi Liu (2):
> iommu/vt-d: Remove debugfs use of private data field
> iommu/vt-d: Remove private data use in fault message
>
> Lu Baolu (12):
> iommu/vt-d: Remove caching mode check before device TLB flush
> iommu/vt-d: Add cache tag assignment interface
> iommu/vt-d: Add cache tag invalidation helpers
> iommu/vt-d: Add trace events for cache tag interface
> iommu/vt-d: Use cache_tag_flush_all() in flush_iotlb_all
> iommu/vt-d: Use cache_tag_flush_range() in tlb_sync
> iommu/vt-d: Use cache_tag_flush_range_np() in iotlb_sync_map
> iommu/vt-d: Cleanup use of iommu_flush_iotlb_psi()
> iommu/vt-d: Use cache_tag_flush_range() in cache_invalidate_user
> iommu/vt-d: Use cache helpers in arch_invalidate_secondary_tlbs
> iommu/vt-d: Remove intel_svm_dev
> iommu/vt-d: Remove struct intel_svm
>
> Uros Bizjak (1):
> iommu/vt-d: Use try_cmpxchg64{,_local}() in iommu.c

Pulled, thanks Baolu. Let's see how the conflict resolution goes on my
side.