I collected fixups for selftests/futex from the list. While testing I
noticed that the '-g' parameter has been removed from futex_priv_hash.c
but is still used by the run.sh script.
The first patch removes it, the remaining ones are collected fixes.
Dan Carpenter (1):
selftests/futex: fix futex_wait() for 32bit ARM
Gopi Krishna Menon (1):
selftests/futex: fix typos and grammar in futex_priv_hash
Nai-Chen Cheng (1):
selftests/futex: fix format-security warnings in futex_priv_hash
Sebastian Andrzej Siewior (1):
selftests/futex: Remove the -g parameter from futex_priv_hash
Waiman Long (1):
selftests/futex: Fix some futex_numa_mpol subtests
.../selftests/futex/functional/Makefile | 2 +-
.../futex/functional/futex_numa_mpol.c | 6 ++----
.../futex/functional/futex_priv_hash.c | 19 +++++++++----------
.../testing/selftests/futex/functional/run.sh | 1 -
.../selftests/futex/include/futextest.h | 11 +++++++++++
5 files changed, 23 insertions(+), 16 deletions(-)
--
2.50.1