futex: Convert to get/put_user_inline()
authorThomas Gleixner <tglx@linutronix.de>
Mon, 27 Oct 2025 08:44:00 +0000 (09:44 +0100)
committerIngo Molnar <mingo@kernel.org>
Tue, 4 Nov 2025 07:28:23 +0000 (08:28 +0100)
commite4e28fd6986e8cf963ec4137e6c0b95403f636ab
treea9c1e7f87221ecc3688153a2c010aef6e739f69c
parentb2cfc0cd68b830dde80fce2406580e258a1e976d
futex: Convert to get/put_user_inline()

Replace the open coded implementation with the new get/put_user_inline()
helpers. This might be replaced by a regular get/put_user(), but that needs
a proper performance evaluation.

No functional change intended.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://patch.msgid.link/20251027083745.736737934@linutronix.de
kernel/futex/core.c
kernel/futex/futex.h