]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
locking/mutex: Add killable flavor to guard definitions
authorDavidlohr Bueso <dave@stgolabs.net>
Tue, 17 Feb 2026 19:15:12 +0000 (11:15 -0800)
committerPeter Zijlstra <peterz@infradead.org>
Mon, 23 Feb 2026 10:19:16 +0000 (11:19 +0100)
commit50214dc4382055352fb1d7b9779550dabf5059e5
tree737d5415c8f4c620243cd95cd572e73406afd170
parentbabcde3be8c9148aa60a14b17831e8f249854963
locking/mutex: Add killable flavor to guard definitions

The mutex guard family defines _try and _intr variants but is missing
the killable one.

Signed-off-by: Davidlohr Bueso <dave@stgolabs.net>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://patch.msgid.link/20260217191512.1180151-4-dave@stgolabs.net
include/linux/mutex.h