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

 v3: retain all text context in failure reporting
 v2: https://lore.kernel.org/lkml/20240301002416.it.092-kees@kernel.org/
 v1: https://lore.kernel.org/lkml/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} | 216 ++++++++----------
 lib/{test_string.c => string_kunit.c}         | 200 ++++++----------
 5 files changed, 178 insertions(+), 258 deletions(-)
 rename lib/{test-string_helpers.c => string_helpers_kunit.c} (72%)
 rename lib/{test_string.c => string_kunit.c} (46%)

-- 
2.34.1


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

end of thread, other threads:[~2024-03-12 14:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-01 20:27 [PATCH v3 0/2] string: Convert selftests to KUnit Kees Cook
2024-03-01 20:27 ` [PATCH v3 1/2] string: Convert selftest " Kees Cook
2024-03-12 14:47   ` Mark Brown
2024-03-01 20:27 ` [PATCH v3 2/2] string: Convert helpers " Kees Cook
2024-03-12 14:49   ` Mark Brown

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