File tree Expand file tree Collapse file tree 4 files changed +756
-0
lines changed Expand file tree Collapse file tree 4 files changed +756
-0
lines changed Original file line number Diff line number Diff line change @@ -19395,6 +19395,7 @@ S: Maintained
19395
19395
T: git git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk.git
19396
19396
F: Documentation/core-api/printk-formats.rst
19397
19397
F: lib/test_printf.c
19398
+ F: lib/test_scanf.c
19398
19399
F: lib/vsprintf.c
19399
19400
19400
19401
VT1211 HARDWARE MONITOR DRIVER
Original file line number Diff line number Diff line change @@ -2163,6 +2163,9 @@ config TEST_KSTRTOX
2163
2163
config TEST_PRINTF
2164
2164
tristate "Test printf() family of functions at runtime"
2165
2165
2166
+ config TEST_SCANF
2167
+ tristate "Test scanf() family of functions at runtime"
2168
+
2166
2169
config TEST_BITMAP
2167
2170
tristate "Test bitmap_*() family of functions at runtime"
2168
2171
help
Original file line number Diff line number Diff line change @@ -83,6 +83,7 @@ obj-$(CONFIG_TEST_USER_COPY) += test_user_copy.o
83
83
obj-$(CONFIG_TEST_STATIC_KEYS) += test_static_keys.o
84
84
obj-$(CONFIG_TEST_STATIC_KEYS) += test_static_key_base.o
85
85
obj-$(CONFIG_TEST_PRINTF) += test_printf.o
86
+ obj-$(CONFIG_TEST_SCANF) += test_scanf.o
86
87
obj-$(CONFIG_TEST_BITMAP) += test_bitmap.o
87
88
obj-$(CONFIG_TEST_STRSCPY) += test_strscpy.o
88
89
obj-$(CONFIG_TEST_UUID) += test_uuid.o
You can’t perform that action at this time.
0 commit comments