Re: [PATCH v2] selftests/futex: Compile also on libnuma < 2.0.16

Davidlohr Bueso <[email protected]> Fri, 6 Mar 2026 09:53:21 -0800
Newsgroups dev.linux.lists.oe-lkp,org.kernel.vger.linux-kernel
Message-ID <20260306175321.gr34uo6a7cdolohp@offworld>
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