On Fri, Feb 7, 2025 at 6:49 AM Tamir Duberstein <tamird@xxxxxxxxx> wrote: > > Convert the scanf() self-test to a KUnit test. > > In the interest of keeping the patch reasonably-sized this doesn't > refactor the tests into proper parameterized tests - it's all one big > test case. Apologies for the version churn, I'll have to send one more which removes spurious trailing newlines (not necessary in kunit) and converts logging macros like pr_info to kunit_info. I'll wait a few days in case folks have other comments.