Re: [PATCH] lib/tests: convert test_min_heap module to KUnit
From: Kuan-Wei Chiu
Date: Tue Dec 23 2025 - 04:03:34 EST
On Mon, Dec 22, 2025 at 05:16:54PM -0800, Andrew Morton wrote:
> 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.
With the updated commit message:
Acked-by: Kuan-Wei Chiu <visitorckw@xxxxxxxxx>
Regards,
Kuan-Wei