Re: [PATCH] lib/tests: convert test_min_heap module to KUnit

From: Andrew Morton

Date: Mon Dec 22 2025 - 20:16:55 EST


On Tue, 23 Dec 2025 00:42:11 +0900 Ryota Sakamoto <sakamo.ryota@xxxxxxxxx> wrote:

> The reasons for converting to KUnit are:
> 1. Standardization:
> Switching from ad-hoc printk-based reporting to the standard KTAP
> format makes
> it easier for CI systems to parse and report test results
> 2. Better Diagnostics:
> Using KUNIT_EXPECT_* macros automatically provides detailed
> diagnostics on failure.
> 3. Tooling Integration:
> It allows the test to be managed and executed using standard KUnit tools.
>
> Hi Andrew,
>
> Since this patch is already in your mm-nonmm-unstable tree, would you
> prefer me to send
> a v2 patch with the updated commit message, or could you kindly fold
> these explanations
> into the commit log?

I pasted the above into this patch's changelog, thanks.