]> git.ipfire.org Git - thirdparty/linux.git/commit
iommu/io-pgtable-arm: Remove arm_lpae_dump_ops()
authorMostafa Saleh <smostafa@google.com>
Mon, 3 Nov 2025 12:33:49 +0000 (12:33 +0000)
committerJoerg Roedel <joerg.roedel@amd.com>
Thu, 13 Nov 2025 15:25:31 +0000 (16:25 +0100)
commitd8546833cfeeaa87c2a32ba4c3f2eb3d020c3ed4
treebd013e5edf999c04ab94227ebd7fd3a0e374415c
parent9ad648017b1813a05c4ce899e5e454ec3adb1dfe
iommu/io-pgtable-arm: Remove arm_lpae_dump_ops()

At the moment, if the selftest fails it prints a lot of information
about the page table (size, levels...) this requires access to many
internals, which has to be exposed in the next patch moving the
tests out.

Instead, we can simplify the print to only print the fmt and
for each test ias, oas and pgsize_bitmap are already printed.
That is enough to identify the failed case, and the rest can
be deduced from the code.

Signed-off-by: Mostafa Saleh <smostafa@google.com>
Reviewed-by: Jason Gunthorpe <jgg@nvidia.com>
Acked-by: Will Deacon <will@kernel.org>
Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
drivers/iommu/io-pgtable-arm.c