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