Re: [PATCH v6] rust: iommu: add io_pgtable abstraction

From: Joerg Roedel

Date: Mon Jan 19 2026 - 04:29:54 EST


On Sun, Jan 18, 2026 at 10:08:08AM +0000, Alice Ryhl wrote:
> MAINTAINERS | 1 +
> rust/bindings/bindings_helper.h | 3 +-
> rust/kernel/iommu/mod.rs | 5 +
> rust/kernel/iommu/pgtable.rs | 276 ++++++++++++++++++++++++++++++++++++++++
> rust/kernel/lib.rs | 1 +
> 5 files changed, 285 insertions(+), 1 deletion(-)

Applied with Danilo's suggested fixup, thanks.