public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] string: Convert selftests to KUnit
@ 2024-03-01  0:26 Kees Cook
  2024-03-01  0:26 ` [PATCH v2 1/2] string: Convert selftest " Kees Cook
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Kees Cook @ 2024-03-01  0:26 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

 v2: rebase onto https://lore.kernel.org/r/20240229205345.93902-1-andriy.shevchenko@linux.intel.com
 v1: https://lore.kernel.org/linux-hardening/20240229233432.work.675-kees@kernel.org/

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


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

end of thread, other threads:[~2024-03-01 20:29 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-01  0:26 [PATCH v2 0/2] string: Convert selftests to KUnit Kees Cook
2024-03-01  0:26 ` [PATCH v2 1/2] string: Convert selftest " Kees Cook
2024-03-01 11:09   ` Andy Shevchenko
2024-03-01 17:25     ` Kees Cook
2024-03-01 17:29       ` Andy Shevchenko
2024-03-01  0:26 ` [PATCH v2 2/2] string: Convert helpers " Kees Cook
2024-03-01 11:20   ` Andy Shevchenko
2024-03-01 20:29     ` Kees Cook
2024-03-01 11:22 ` [PATCH v2 0/2] string: Convert selftests " Andy Shevchenko

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