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

Sebastian Andrzej Siewior posted 5 patches 7 months, 1 week ago
There is a newer version of this series
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(-)
[PATCH 0/5] futex: Random fixes after the private-hash series.
Posted by Sebastian Andrzej Siewior 7 months, 1 week ago
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