[PATCH v2 0/3] selftest/futex: Collected mpol fixes

Sebastian Andrzej Siewior posted 3 patches 2 weeks, 2 days ago
.../selftests/futex/functional/Makefile       |  5 +-
.../futex/functional/futex_numa_mpol.c        | 61 +++++++++++--------
2 files changed, 40 insertions(+), 26 deletions(-)
[PATCH v2 0/3] selftest/futex: Collected mpol fixes
Posted by Sebastian Andrzej Siewior 2 weeks, 2 days ago
I collected André's two mpol related fixes and reworded slightly the
description of #1.
Patch #3 was also on the list for a while and now does no longer apply
so I rebased it on top.

André Almeida (2):
  selftest/futex: Make the error check more precise for futex_numa_mpol
  selftest/futex: Reintroduce "Memory out of range" numa_mpol's subtest

Sebastian Andrzej Siewior (1):
  selftest/futex: Compile also with libnuma < 2.0.16

 .../selftests/futex/functional/Makefile       |  5 +-
 .../futex/functional/futex_numa_mpol.c        | 61 +++++++++++--------
 2 files changed, 40 insertions(+), 26 deletions(-)

-- 
2.51.0
Re: [PATCH v2 0/3] selftest/futex: Collected mpol fixes
Posted by Peter Zijlstra 2 weeks, 1 day ago
On Mon, Sep 15, 2025 at 11:26:27PM +0200, Sebastian Andrzej Siewior wrote:
> I collected Andr??'s two mpol related fixes and reworded slightly the
> description of #1.
> Patch #3 was also on the list for a while and now does no longer apply
> so I rebased it on top.
> 
> Andr?? Almeida (2):
>   selftest/futex: Make the error check more precise for futex_numa_mpol
>   selftest/futex: Reintroduce "Memory out of range" numa_mpol's subtest
> 
> Sebastian Andrzej Siewior (1):
>   selftest/futex: Compile also with libnuma < 2.0.16
> 
>  .../selftests/futex/functional/Makefile       |  5 +-
>  .../futex/functional/futex_numa_mpol.c        | 61 +++++++++++--------
>  2 files changed, 40 insertions(+), 26 deletions(-)

Queued these for tip/locking/futex, if they were intended for another
branch, please holler.

Thanks!
Re: [PATCH v2 0/3] selftest/futex: Collected mpol fixes
Posted by Sebastian Andrzej Siewior 2 weeks, 1 day ago
On 2025-09-16 20:35:02 [+0200], Peter Zijlstra wrote:
> 
> Queued these for tip/locking/futex, if they were intended for another
> branch, please holler.

no all good. Thank you.

> Thanks!

Sebastian