Re: [PATCH v2] selftests/futex: Compile also on libnuma < 2.0.16
From: Davidlohr Bueso
Date: Fri Mar 06 2026 - 13:44:32 EST
On Mon, 18 Aug 2025, Sebastian Andrzej Siewior wrote:
After using numa_set_mempolicy_home_node() the test fails to compile on
systems with libnuma library versioned lower than 2.0.16.
I am running into this problem with 2.0.16 (Debian), and looking at the
numactl source (https://github.com/numactl/numactl) this should be bumped up.
$ git describe --contains 8f2ffc89654c
v2.0.18~5
Thanks,
Davidlohr