v1: https://lore.kernel.org/linux-iommu/cover.1637671820.git.robin.murphy@xxxxxxx/ Hi all, Just a minor update, pulling in Xiongfeng's fix as a basis for the subsequent patches moving that code around, and the Tegra DRM patch previously posted separately. Plus commenting the subtlety in the AMD pagetable code so it's hopefully easier to remember in future. Given that no major issues have surfaced so far, hopefully this is on track for 5.17 in parallel with the slab rework. Thanks, Robin. Matthew Wilcox (Oracle) (2): iommu/amd: Use put_pages_list iommu/vt-d: Use put_pages_list Robin Murphy (8): gpu: host1x: Add missing DMA API include drm/tegra: vic: Fix DMA API misuse iommu/iova: Squash entry_dtor abstraction iommu/iova: Squash flush_cb abstraction iommu/amd: Simplify pagetable freeing iommu/iova: Consolidate flush queue code iommu/iova: Move flush queue code to iommu-dma iommu: Move flush queue data into iommu_dma_cookie Xiongfeng Wang (1): iommu/iova: Fix race between FQ timeout and teardown drivers/gpu/drm/tegra/vic.c | 7 +- drivers/gpu/host1x/bus.c | 1 + drivers/iommu/amd/io_pgtable.c | 120 ++++++--------- drivers/iommu/dma-iommu.c | 268 +++++++++++++++++++++++++++------ drivers/iommu/intel/iommu.c | 89 ++++------- drivers/iommu/iova.c | 200 ------------------------ include/linux/iommu.h | 3 +- include/linux/iova.h | 69 +-------- 8 files changed, 303 insertions(+), 454 deletions(-) -- 2.28.0.dirty