futex,selftests: Add another FUTEX2_NUMA selftest
authorPeter Zijlstra <peterz@infradead.org>
Thu, 21 Sep 2023 15:17:14 +0000 (17:17 +0200)
committerPeter Zijlstra <peterz@infradead.org>
Sat, 3 May 2025 10:02:11 +0000 (12:02 +0200)
commit9140f57c1c1391a0343a08daea9cd53f56e51154
tree8534927ad22c45667c81b82dc1ac3d85c6c1ebd5
parent3163369407baf8331a234fe4817e9ea27ba7ea9c
futex,selftests: Add another FUTEX2_NUMA selftest

Implement a simple NUMA aware spinlock for testing and howto purposes.

Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
tools/testing/selftests/futex/functional/Makefile
tools/testing/selftests/futex/functional/futex_numa.c [new file with mode: 0644]