+14
−27
Loading
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>