[PATCH 0/3] futex: Fixups for the testsuite and FUTEX_NUMA

Sebastian Andrzej Siewior posted 3 patches 6 months, 3 weeks ago
There is a newer version of this series
kernel/futex/core.c                                    |  4 ++--
.../selftests/futex/functional/futex_numa_mpol.c       | 10 +++++++---
.../selftests/futex/functional/futex_priv_hash.c       |  2 +-
3 files changed, 10 insertions(+), 6 deletions(-)
[PATCH 0/3] futex: Fixups for the testsuite and FUTEX_NUMA
Posted by Sebastian Andrzej Siewior 6 months, 3 weeks ago
This is a collection of random fixes related to the recent private
futex/ NUMA addition:

 - Some of the test fail on ARM due bad command line parsing.

 - The MPOL test fails because the home node was never set.

 - The syzbot used a negative NODE number which was not tested for.

Peter Zijlstra (1):
  futex: Handle invalid node numbers supplied by user

Sebastian Andrzej Siewior (2):
  selftests/futex: getopt() requires int as return value.
  selftests/futex: Set the home_node in futex_numa_mpol

 kernel/futex/core.c                                    |  4 ++--
 .../selftests/futex/functional/futex_numa_mpol.c       | 10 +++++++---
 .../selftests/futex/functional/futex_priv_hash.c       |  2 +-
 3 files changed, 10 insertions(+), 6 deletions(-)

-- 
2.49.0