Re: [PATCH v4 3/4] iommu/io-pgtable-arm-selftests: Modularize the test
From: Pranjal Shrivastava
Date: Tue Sep 23 2025 - 15:05:20 EST
On Mon, Sep 22, 2025 at 08:59:27AM +0000, Mostafa Saleh wrote:
> Remove the __init constraint, as the test will be converted to KUnit,
> it can run on-demand after later.
>
> Also, as KUnit can be a module, make this test modular.
>
> Reviewed-by: Jason Gunthorpe <jgg@xxxxxxxxxx>
> Signed-off-by: Mostafa Saleh <smostafa@xxxxxxxxxx>
> ---
> drivers/iommu/Kconfig | 2 +-
> drivers/iommu/io-pgtable-arm-selftests.c | 36 +++++++++++++++---------
> 2 files changed, 23 insertions(+), 15 deletions(-)
>
Reviewed-by: Pranjal Shrivastava <praan@xxxxxxxxxx>