Re: [PATCH RFC] lib/tests: Convert test_uuid module to KUnit

From: Ryota Sakamoto

Date: Mon Dec 15 2025 - 08:19:35 EST


Hi Geert,
Thank you for your review and the Acked-by.

On Mon, Dec 15, 2025 at 3:48 PM Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> wrote:
> ... but the reasoning here is not entirely correct: the old TEST_UUID
> symbol is not auto-enabled, but its replacement (UUID_KUNIT_TEST) is.

You are right, my explanation was a bit confusing. I will clarify this
in the commit message in v2.

> You forgot to remove the old TEST_UUID config option, which is no
> longer used?

Yes, I completely missed removing the old TEST_UUID from lib/Kconfig.debug.
I will remove it in v2.

Best regards,