]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
locking/mutex: Support Clang's context analysis
authorMarco Elver <elver@google.com>
Fri, 19 Dec 2025 15:39:59 +0000 (16:39 +0100)
committerPeter Zijlstra <peterz@infradead.org>
Mon, 5 Jan 2026 15:43:29 +0000 (16:43 +0100)
commit370f0a345a70fe36d0185abf87c7ee8e70572e06
tree549e3dfaa6e486608b4ba26413b15bf07c959dfe
parent38f1311a2219220a3962fae464ca6300ef60b4c1
locking/mutex: Support Clang's context analysis

Add support for Clang's context analysis for mutex.

Signed-off-by: Marco Elver <elver@google.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://patch.msgid.link/20251219154418.3592607-11-elver@google.com
Documentation/dev-tools/context-analysis.rst
include/linux/mutex.h
include/linux/mutex_types.h
lib/test_context-analysis.c