linux/kernel/futex
Thomas Gleixner d7b3f52c86 futex: Make futex_mm_init() void
Nothing fails there. Mop up the leftovers of the early version of this,
which did an allocation.

While at it clean up the stubs and the #ifdef comments to make the header
file readable.

Signed-off-by: Thomas Gleixner <tglx@kernel.org>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://patch.msgid.link/20260602090535.356789395@kernel.org
2026-06-03 11:38:49 +02:00
..
core.c futex: Make futex_mm_init() void 2026-06-03 11:38:49 +02:00
futex.h futex: Convert to compiler context analysis 2026-03-16 13:16:48 +01:00
Makefile futex: Convert to compiler context analysis 2026-03-16 13:16:48 +01:00
pi.c futex: Move futex task related data into a struct 2026-06-03 11:38:49 +02:00
requeue.c futex: Prevent lockup in requeue-PI during signal/ timeout wakeup 2026-04-29 08:56:40 +02:00
syscalls.c futex: Move futex task related data into a struct 2026-06-03 11:38:49 +02:00
waitwake.c futex: Convert to compiler context analysis 2026-03-16 13:16:48 +01:00