All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] selftests/futex: Migrate functional tests to harness and fix validations
@ 2026-05-25  7:57 Wake Liu
  2026-05-25  7:57 ` [PATCH 1/2] selftests/futex: Migrate functional tests to harness Wake Liu
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Wake Liu @ 2026-05-25  7:57 UTC (permalink / raw)
  To: Thomas Gleixner, Ingo Molnar, Shuah Khan, linux-kselftest
  Cc: Peter Zijlstra, Darren Hart, Davidlohr Bueso, André Almeida,
	Carlos Llamas, Edward Liaw, linux-kernel, wakel

This series refactors futex functional tests to use the kselftest_harness.h
framework, fixing inconsistencies on older kernels where some syscalls
are missing, and corrects the validation logic in waitv negative tests.

Patch 1 migrates wait_timeout, waitv, and wait_wouldblock to the harness.
Patch 2 corrects the validation logic in waitv negative tests.

Wake Liu (2):
  selftests/futex: Migrate functional tests to harness
  selftests/futex: Correct validation logic in waitv

 .../futex/functional/futex_wait_timeout.c     | 101 ++++++-------
 .../futex/functional/futex_wait_wouldblock.c  |  40 ++---
 .../selftests/futex/functional/futex_waitv.c  | 142 +++++++++---------
 3 files changed, 133 insertions(+), 150 deletions(-)

-- 
2.54.0.746.g67dd491aae-goog


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

end of thread, other threads:[~2026-05-26  1:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-25  7:57 [PATCH 0/2] selftests/futex: Migrate functional tests to harness and fix validations Wake Liu
2026-05-25  7:57 ` [PATCH 1/2] selftests/futex: Migrate functional tests to harness Wake Liu
2026-05-25 18:37   ` André Almeida
2026-05-25  7:57 ` [PATCH 2/2] selftests/futex: Correct validation logic in waitv Wake Liu
2026-05-26  1:06 ` [PATCH v2 0/2] selftests/futex: Migrate functional tests to harness and fix validations Wake Liu
2026-05-26  1:06   ` [PATCH v2 1/2] selftests/futex: Migrate functional tests to harness Wake Liu
2026-05-26  1:06   ` [PATCH v2 2/2] selftests/futex: Correct validation logic in waitv Wake Liu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.