aboutsummaryrefslogtreecommitdiff
path: root/lib/Kconfig.debug
diff options
context:
space:
mode:
authorGravatar Kees Cook <keescook@chromium.org> 2024-04-19 07:01:51 -0700
committerGravatar Kees Cook <keescook@chromium.org> 2024-04-19 13:11:57 -0700
commitbb8d9b742aa7c576d39b354612224b3c6bfd3cbc (patch)
tree385bbc16a0f57ff89cfcaa2aada5d20fa74fdc83 /lib/Kconfig.debug
parentstring: Prepare to merge strscpy_kunit.c into string_kunit.c (diff)
downloadlinux-bb8d9b742aa7c576d39b354612224b3c6bfd3cbc.tar.gz
linux-bb8d9b742aa7c576d39b354612224b3c6bfd3cbc.tar.bz2
linux-bb8d9b742aa7c576d39b354612224b3c6bfd3cbc.zip
string: Merge strscpy KUnit tests into string_kunit.c
Move the strscpy() tests into string_kunit.c. Remove the separate Kconfig and Makefile rule. Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com> Tested-by: Ivan Orlov <ivan.orlov0322@gmail.com> Link: https://lore.kernel.org/r/20240419140155.3028912-2-keescook@chromium.org Signed-off-by: Kees Cook <keescook@chromium.org>
Diffstat (limited to 'lib/Kconfig.debug')
-rw-r--r--lib/Kconfig.debug5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index c63a5fbf1f1c..7ffb06eabcd1 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -2763,11 +2763,6 @@ config STRCAT_KUNIT_TEST
depends on KUNIT
default KUNIT_ALL_TESTS
-config STRSCPY_KUNIT_TEST
- tristate "Test strscpy*() family of functions at runtime" if !KUNIT_ALL_TESTS
- depends on KUNIT
- default KUNIT_ALL_TESTS
-
config SIPHASH_KUNIT_TEST
tristate "Perform selftest on siphash functions" if !KUNIT_ALL_TESTS
depends on KUNIT