public inbox for linux-kselftest@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] selftests: harness: Detect illegal mixing of kselftest and harness functionality
@ 2026-03-02 14:13 Thomas Weißschuh
  2026-03-02 14:13 ` [PATCH v2 1/5] selftests: kselftest: Treat xpass as successful result Thomas Weißschuh
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Thomas Weißschuh @ 2026-03-02 14:13 UTC (permalink / raw)
  To: Shuah Khan, Kees Cook, Andy Lutomirski, Will Drewry
  Cc: linux-kselftest, linux-kernel, Thomas Weißschuh, Yuwen Chen

Users may accidentally use the kselftest_test_result_*() functions in
their harness tests. If ksft_finished() is not used, the results
reported in this way are silently ignored.

Detect such cases and fail the test.

This should probably only go in during the next cycle.

Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
---
Changes in v2:
- Rebase on v7.0-rc1
- Remove spurious comma after the definition of ksft_reset_state()
- Link to v1: https://lore.kernel.org/r/20260128-kselftest-harness-v1-0-cb259fa81cd0@linutronix.de

---
Thomas Weißschuh (5):
      selftests: kselftest: Treat xpass as successful result
      selftests: harness: Validate that explicit kselftest exitcodes are handled
      selftests: kselftest: Add ksft_reset_state()
      selftests: harness: Detect illegal mixing of kselftest and harness functionality
      selftests: harness: Validate intermixing of kselftest and harness functionality

 tools/testing/selftests/kselftest.h                | 12 +++++
 tools/testing/selftests/kselftest_harness.h        |  9 ++++
 .../selftests/kselftest_harness/harness-selftest.c | 40 +++++++++++++++++
 .../kselftest_harness/harness-selftest.expected    | 52 ++++++++++++++++++----
 4 files changed, 104 insertions(+), 9 deletions(-)
---
base-commit: 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f
change-id: 20260128-kselftest-harness-5e07ab07f58a

Best regards,
-- 
Thomas Weißschuh <thomas.weissschuh@linutronix.de>


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

end of thread, other threads:[~2026-03-31 19:50 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-02 14:13 [PATCH v2 0/5] selftests: harness: Detect illegal mixing of kselftest and harness functionality Thomas Weißschuh
2026-03-02 14:13 ` [PATCH v2 1/5] selftests: kselftest: Treat xpass as successful result Thomas Weißschuh
2026-03-02 14:13 ` [PATCH v2 2/5] selftests: harness: Validate that explicit kselftest exitcodes are handled Thomas Weißschuh
2026-03-02 14:13 ` [PATCH v2 3/5] selftests: kselftest: Add ksft_reset_state() Thomas Weißschuh
2026-03-02 14:13 ` [PATCH v2 4/5] selftests: harness: Detect illegal mixing of kselftest and harness functionality Thomas Weißschuh
2026-03-02 14:13 ` [PATCH v2 5/5] selftests: harness: Validate intermixing " Thomas Weißschuh
2026-03-31 19:50 ` [PATCH v2 0/5] selftests: harness: Detect illegal mixing " Shuah Khan

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