FUTEX2 NUMA & Small Futexes Revived For Linux
- Reference: 0001501568
- News link: https://www.phoronix.com/news/FUTEX2-NUMA-Small-Futex
- Source link:
Longtime Linux developer Peter Zijlstra sent out a set of patches today for finishing up "the remaining futex2 bits". In particular, working out FUTEX2 NUMA support and variable-sized "small" futexes with 8-bit and 16-bit support to complement the standard 32-bit futex.
Zijlstra wrote in [3]the patch series :
"By popular demand a repost of the remaining futex2 bits.
Notably this is the FUTEX2_NUMA and FUTEX2_{8,16} 'small' futex support.
I'm not sure how much demand there actually is, since back-channels and whispers don't really count. So for those of you out there on the big wide interweb, if you want this, respond with Tested-by tags.
I know Christoph wants the NUMA bits, so I suppose that is at least one user for this new interface, and that might see it through, but more interested parties would be better and certainly move things along faster.
Same goes for the small futex bits, if nobody replies, they're going to get left behind -- again!"
Now to see if the FUTEX2 NUMA and small futex support makes it into the mainline Linux kernel in a 2025 release...
[1] https://www.phoronix.com/search/FUTEX2
[2] https://www.phoronix.com/news/FUTEX2-Bits-In-Locking-Core
[3] https://lore.kernel.org/lkml/20241025090347.244183920@infradead.org/
CochainComplex