Re: [PATCH v2 0/5] selftests: harness: Detect illegal mixing of kselftest and harness functionality

From: Shuah Khan

Date: Tue Mar 31 2026 - 15:55:09 EST


On 3/2/26 07:13, Thomas Weißschuh wrote:
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.

Applied to linux-kselftest next for Linux 7.1-rc1

thanks,
-- Shuah