Re: [PATCH 0/2] iommu/vt-d: Fixes for v5.16-rc3

2021-11-23 Thread Joerg Roedel
On Mon, Nov 22, 2021 at 11:24:56AM +0800, Lu Baolu wrote:
> Alex Williamson (1):
>   iommu/vt-d: Fix unmap_pages support
> 
> Christophe JAILLET (1):
>   iommu/vt-d: Fix an unbalanced rcu_read_lock/rcu_read_unlock()

Queued for v5.16, thanks.
___
iommu mailing list
iommu@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/iommu


[PATCH 0/2] iommu/vt-d: Fixes for v5.16-rc3

2021-11-21 Thread Lu Baolu
Hi Joerg,

Two small fixes are queued for v5.16. They aim to fix:

 - Unbalanced rcu_read_lock/unlock() in cap_audit_static();
 - Missed unmapped PTE entries in dma_pte_clear_level().

This series is also available on github:
https://github.com/LuBaolu/intel-iommu/commits/vtd-fix-for-v5.16-rc3

Please consider them for the iommu/fix branch.

Best regards,
Lu Baolu

Alex Williamson (1):
  iommu/vt-d: Fix unmap_pages support

Christophe JAILLET (1):
  iommu/vt-d: Fix an unbalanced rcu_read_lock/rcu_read_unlock()

 drivers/iommu/intel/cap_audit.c | 5 +++--
 drivers/iommu/intel/iommu.c | 2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

-- 
2.25.1

___
iommu mailing list
iommu@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/iommu