Re: [patch v2 03/11] futex: Provide UABI defines for robust list entry modifiers
From: André Almeida
Date: Fri Mar 20 2026 - 11:07:14 EST
Em 19/03/2026 20:24, Thomas Gleixner escreveu:
The marker for PI futexes in the robust list is a hardcoded 0x1 which lacks
any sensible form of documentation.
Provide proper defines for the bit and the mask and fix up the usage
sites. Thereby convert the boolean pi argument into a modifier argument,
which allows new modifier bits to be trivially added and conveyed.
Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxx>
Reviewed-by: André Almeida <andrealmeid@xxxxxxxxxx>