[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250610104400.1077266-1-bigeasy@linutronix.de>
Date: Tue, 10 Jun 2025 12:43:56 +0200
From: Sebastian Andrzej Siewior <bigeasy@...utronix.de>
To: linux-kernel@...r.kernel.org
Cc: André Almeida <andrealmeid@...lia.com>,
Darren Hart <dvhart@...radead.org>,
Davidlohr Bueso <dave@...olabs.net>,
Ingo Molnar <mingo@...hat.com>,
Juri Lelli <juri.lelli@...hat.com>,
Peter Zijlstra <peterz@...radead.org>,
Thomas Gleixner <tglx@...utronix.de>,
Valentin Schneider <vschneid@...hat.com>,
Waiman Long <longman@...hat.com>,
Sebastian Andrzej Siewior <bigeasy@...utronix.de>
Subject: [PATCH v2 0/4] futex: Fixups for the testsuite and FUTEX_NUMA
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.
v1…v2: https://lore.kernel.org/all/20250528085521.1938355-1-bigeasy@linutronix.de/
- Extend 4/4 to also check for the immutable flag.
Peter Zijlstra (1):
futex: Handle invalid node numbers supplied by user
Sebastian Andrzej Siewior (3):
selftests/futex: getopt() requires int as return value.
selftests/futex: Set the home_node in futex_numa_mpol
futex: Verify under the lock if hash can be replaced
kernel/futex/core.c | 14 ++++++++++++--
.../selftests/futex/functional/futex_numa_mpol.c | 10 +++++++---
.../selftests/futex/functional/futex_priv_hash.c | 2 +-
3 files changed, 20 insertions(+), 6 deletions(-)
--
2.49.0
Powered by blists - more mailing lists