Re: [PATCH v3 0/2] scanf: convert self-test to KUnit

From: Tamir Duberstein
Date: Sat Mar 08 2025 - 07:51:04 EST


On Fri, Mar 7, 2025 at 11:51 PM Kees Cook <kees@xxxxxxxxxx> wrote:
>
> On Tue, Feb 04, 2025 at 02:25:54PM -0500, Tamir Duberstein wrote:
> > lib/scanf_kunit.c | 800 ++++++++++++++++++++++++++++++++++
> > lib/test_scanf.c | 814 -----------------------------------
>
> If you can rebase this on -next and folks Ack it, I can carry this in
> the "lib/ kunit tests move to lib/tests/" tree.

I think the plan is to take it through the printk tree. We're still
working on it, here's v9:
https://lore.kernel.org/all/20250307-scanf-kunit-convert-v9-0-b98820fa39ff@xxxxxxxxx/
where I've rebased and put the test in lib/tests.

Tamir