]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
selftests/futex: Refactor futex_wait with kselftest_harness.h
authorAndré Almeida <andrealmeid@igalia.com>
Wed, 17 Sep 2025 21:21:48 +0000 (18:21 -0300)
committerThomas Gleixner <tglx@linutronix.de>
Sat, 20 Sep 2025 16:11:55 +0000 (18:11 +0200)
commite5c04d0f3ea0dfa4858a449ff3153bc3cef6a140
tree796bc8e53aa05dbc3077c56f91e93ddf9c88dcd8
parent14d016bd72822c0464e9aed4b6a620474923818d
selftests/futex: Refactor futex_wait with kselftest_harness.h

To reduce the boilerplate code, refactor futex_wait test to use
kselftest_harness header instead of futex's logging header.

Signed-off-by: André Almeida <andrealmeid@igalia.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
tools/testing/selftests/futex/functional/futex_wait.c
tools/testing/selftests/futex/functional/run.sh