diff options
| author | Tamir Duberstein <tamird@gmail.com> | 2025-03-07 17:08:56 -0500 |
|---|---|---|
| committer | Kees Cook <kees@kernel.org> | 2025-03-13 10:26:33 -0700 |
| commit | 7a79e7daa84e230266184a2018507551086c2317 (patch) | |
| tree | 4c70bb9920d5d301e640f0e82d8466b38e930ca0 /MAINTAINERS | |
| parent | 6ee149f61bcce39692f0335a01e99355d4cec8da (diff) | |
| download | ath-7a79e7daa84e230266184a2018507551086c2317.tar.gz | |
printf: convert self-test to KUnit
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.
Signed-off-by: Tamir Duberstein <tamird@gmail.com>
Reviewed-by: Petr Mladek <pmladek@suse.com>
Tested-by: Petr Mladek <pmladek@suse.com>
Link: https://lore.kernel.org/r/20250307-printf-kunit-convert-v6-1-4d85c361c241@gmail.com
Signed-off-by: Kees Cook <kees@kernel.org>
Diffstat (limited to 'MAINTAINERS')
| -rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 8f37e238bf550..2a476c2a6ab93 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -25411,8 +25411,8 @@ R: Sergey Senozhatsky <senozhatsky@chromium.org> S: Maintained T: git git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux.git F: Documentation/core-api/printk-formats.rst -F: lib/test_printf.c F: lib/test_scanf.c +F: lib/tests/printf_kunit.c F: lib/vsprintf.c VT1211 HARDWARE MONITOR DRIVER |
