Re: [PATCH 0/2] iommu: Add io_ptdump debug interface for iommu
From: Jason Gunthorpe <jgg@ziepe.ca>
Date: 2025-09-02 16:10:30
Also in:
linux-iommu, lkml
From: Jason Gunthorpe <jgg@ziepe.ca>
Date: 2025-09-02 16:10:30
Also in:
linux-iommu, lkml
On Thu, Aug 14, 2025 at 05:30:03PM +0800, Qinxin Xia wrote:
This patch supports the iopgtable_dump function (similar to kernel_page_dump). The IOMMU page table dump debugging function is added to the framework layer. Different architectures only need to provide the implemented dump ops. It also provides the implementation of ARM SMMUv3 and io-pgtable-arm. Qinxin Xia (2): iommu/debug: Add IOMMU page table dump debug facility iommu/io-pgtable: Add ARM SMMUv3 page table dump support
I'd prefer we do this on top of iommu pt please, I don't want to further deeping the hole of changing all the page table code in all drivers for debugfs. Jason