On Fri, Feb 7, 2025 at 6:30 AM Tamir Duberstein tamird@gmail.com wrote:
Convert the printf() 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.