[PATCH 0/5] futex: Random fixes after the private-hash series.
From: Sebastian Andrzej Siewior
Date: Fri May 16 2025 - 12:03:58 EST
A few things were raised after the private-hash series has been merged.
Here are the fixes for it. Nothing serious but should be merged before
it hits ht merge window.
Sebastian Andrzej Siewior (5):
selftests/futex: Use TAP output in futex_priv_hash
selftests/futex: Use TAP output in futex_numa_mpol
futex: Use RCU_INIT_POINTER() in futex_mm_init().
tools headers: Synchronize prctl.h ABI header
futex: Correct the kernedoc return value for futex_wait_setup().
include/linux/futex.h | 9 +-
kernel/futex/waitwake.c | 3 +-
tools/include/uapi/linux/prctl.h | 1 +
.../futex/functional/futex_numa_mpol.c | 65 ++++---
.../futex/functional/futex_priv_hash.c | 168 ++++++++----------
5 files changed, 108 insertions(+), 138 deletions(-)
Sebastian