[PATCH v2 0/5] futex: Random fixes after the private-hash series.

From: Sebastian Andrzej Siewior
Date: Sat May 17 2025 - 11:15:10 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.

v1…v2: https://lore.kernel.org/all/20250516160339.1022507-1-bigeasy@xxxxxxxxxxxxx/
- Correct the introduce compile errors in while trying to use the
FH_FLAG_IMMUTABLE in the selftest.
- Use FH_FLAG_IMMUTABLE also in perf bench futex.

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 +
tools/perf/bench/futex.c | 4 +-
.../futex/functional/futex_numa_mpol.c | 65 ++++---
.../futex/functional/futex_priv_hash.c | 169 ++++++++----------
6 files changed, 112 insertions(+), 139 deletions(-)

--
2.49.0