public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] string: Convert selftests to KUnit
@ 2024-02-29 23:35 Kees Cook
  2024-02-29 23:35 ` [PATCH 1/2] string: Convert selftest " Kees Cook
  2024-02-29 23:35 ` [PATCH 2/2] string: Convert helpers " Kees Cook
  0 siblings, 2 replies; 4+ messages in thread
From: Kees Cook @ 2024-02-29 23:35 UTC (permalink / raw)
  To: Andy Shevchenko; +Cc: Kees Cook, linux-kernel, linux-hardening

Hi,

I realized the string selftests hadn't been converted to KUnit yet. Do that.

-Kees

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} | 160 +++++++++--------
 lib/{test_string.c => string_kunit.c}         | 166 ++++++------------
 5 files changed, 154 insertions(+), 192 deletions(-)
 rename lib/{test-string_helpers.c => string_helpers_kunit.c} (79%)
 rename lib/{test_string.c => string_kunit.c} (54%)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-02-29 23:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-29 23:35 [PATCH 0/2] string: Convert selftests to KUnit Kees Cook
2024-02-29 23:35 ` [PATCH 1/2] string: Convert selftest " Kees Cook
2024-02-29 23:35 ` [PATCH 2/2] string: Convert helpers " Kees Cook
2024-02-29 23:39   ` Kees Cook

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox