mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/7] selftests/futex: Migrate requeue, NUMA and robust list tests to harness
@ 2026-06-01  6:51 Wake Liu
  2026-06-01  6:51 ` [PATCH 1/7] selftests/futex: Migrate futex_requeue " Wake Liu
                   ` (7 more replies)
  0 siblings, 8 replies; 17+ messages in thread
From: Wake Liu @ 2026-06-01  6:51 UTC (permalink / raw)
  To: Thomas Gleixner, Ingo Molnar, Shuah Khan, linux-kselftest
  Cc: Peter Zijlstra, Darren Hart, Davidlohr Bueso, André Almeida,
	Carlos Llamas, linux-kernel, wakel

This series refactors the requeue, NUMA, and robust list futex functional
tests to exclusively use the kselftest_harness.h framework, completing
the remaining unsent functional test migrations in this directory.

This eliminates mixed usage of legacy ksft_* APIs and high-level harness
asserts, preventing crashes on older kernels, and ensures proper thread
joining.

For context, the previous wait-related migrations are in these states:
- Series 1 v2 (wait_timeout, wait_wouldblock, waitv): Sent, awaiting review.
  Link: https://lore.kernel.org/linux-kselftest/20260526010635.23980-1-wakel@google.com/
- Series 2 v1 (wait, private_mapped, uninitialized_heap): Sent, discussion ongoing.
  Link: https://lore.kernel.org/linux-kselftest/20260525092002.3762888-1-wakel@google.com/

Descriptions of individual patches:
Patch 1-4: Migrate requeue, requeue_pi, mismatched_ops, and signal_restart tests.
Patch 5: Migrates futex_numa_mpol.
Patch 6: Migrates futex_priv_hash.
Patch 7: Migrates robust_list (and fixes an out-of-bounds waitpid bug).

Wake Liu (7):
  selftests/futex: Migrate futex_requeue to harness
  selftests/futex: Migrate futex_requeue_pi to harness
  selftests/futex: Migrate futex_requeue_pi_mismatched_ops to harness
  selftests/futex: Migrate futex_requeue_pi_signal_restart to harness
  selftests/futex: Migrate futex_numa_mpol to harness
  selftests/futex: Migrate futex_priv_hash to harness
  selftests/futex: Migrate robust_list to harness

 .../futex/functional/futex_numa_mpol.c        | 109 ++++++------
 .../futex/functional/futex_priv_hash.c        | 160 ++++++++---------
 .../futex/functional/futex_requeue.c          |  32 +++-
 .../futex/functional/futex_requeue_pi.c       | 130 +++++++-------
 .../futex_requeue_pi_mismatched_ops.c         |  39 ++--
 .../futex_requeue_pi_signal_restart.c         |  67 ++++---
 .../selftests/futex/functional/robust_list.c  | 166 +++++++++---------
 7 files changed, 354 insertions(+), 349 deletions(-)

-- 
2.54.0.823.g6e5bcc1fc9-goog


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

end of thread, other threads:[~2026-07-05 19:54 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-01  6:51 [PATCH 0/7] selftests/futex: Migrate requeue, NUMA and robust list tests to harness Wake Liu
2026-06-01  6:51 ` [PATCH 1/7] selftests/futex: Migrate futex_requeue " Wake Liu
2026-07-05 19:54   ` [tip: locking/futex] " tip-bot2 for Wake Liu
2026-06-01  6:51 ` [PATCH 2/7] selftests/futex: Migrate futex_requeue_pi " Wake Liu
2026-07-05 19:54   ` [tip: locking/futex] " tip-bot2 for Wake Liu
2026-06-01  6:51 ` [PATCH 3/7] selftests/futex: Migrate futex_requeue_pi_mismatched_ops " Wake Liu
2026-07-05 19:54   ` [tip: locking/futex] " tip-bot2 for Wake Liu
2026-06-01  6:51 ` [PATCH 4/7] selftests/futex: Migrate futex_requeue_pi_signal_restart " Wake Liu
2026-07-05 19:54   ` [tip: locking/futex] " tip-bot2 for Wake Liu
2026-06-01  6:51 ` [PATCH 5/7] selftests/futex: Migrate futex_numa_mpol " Wake Liu
2026-07-05 19:54   ` [tip: locking/futex] " tip-bot2 for Wake Liu
2026-06-01  6:51 ` [PATCH 6/7] selftests/futex: Migrate futex_priv_hash " Wake Liu
2026-07-05 19:54   ` [tip: locking/futex] " tip-bot2 for Wake Liu
2026-06-01  6:51 ` [PATCH 7/7] selftests/futex: Migrate robust_list " Wake Liu
2026-07-05 19:54   ` [tip: locking/futex] " tip-bot2 for Wake Liu
2026-06-01  8:24 ` [PATCH 0/7] selftests/futex: Migrate requeue, NUMA and robust list tests " Peter Zijlstra
2026-06-03  6:17   ` Wake Liu

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

Powered by JetHome