Hi, I realized the string selftests hadn't been converted to KUnit yet. Do that.
-Kees v2: rebase onto https://lore.kernel.org/r/[email protected] v1: https://lore.kernel.org/linux-hardening/[email protected]/ Kees Cook (2): string: Convert selftest to KUnit string: Convert helpers selftest to KUnit MAINTAINERS | 4 +- lib/Kconfig.debug | 12 +- lib/Makefile | 4 +- ...tring_helpers.c => string_helpers_kunit.c} | 177 ++++++++++-------- lib/{test_string.c => string_kunit.c} | 166 ++++++---------- 5 files changed, 164 insertions(+), 199 deletions(-) rename lib/{test-string_helpers.c => string_helpers_kunit.c} (78%) rename lib/{test_string.c => string_kunit.c} (54%) -- 2.34.1
