aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
authorIngo Molnar <mingo@kernel.org>2026-05-29 09:51:02 +0200
committerIngo Molnar <mingo@kernel.org>2026-05-29 09:51:03 +0200
commit174bead9f0d8eedb5881963b30ec11fbd0a76b9d (patch)
treebe6ca223efccff924461e8acdf64e5863f4a7d41 /Documentation
parentd351e375440284891fd5993fb01a6bf9df5fb7cc (diff)
parentf45c5c4adb27540d43302155e2fbaeca6c3c6d03 (diff)
downloadlinux-next-history-174bead9f0d8eedb5881963b30ec11fbd0a76b9d.tar.gz
Merge branch into tip/master: 'locking/context'
# New commits in locking/context: f45c5c4adb27 ("compiler-context-analysis: Bump required Clang version to 23") Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/dev-tools/context-analysis.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/dev-tools/context-analysis.rst b/Documentation/dev-tools/context-analysis.rst
index 54d9ee28de982..8e71e1e75b5bc 100644
--- a/Documentation/dev-tools/context-analysis.rst
+++ b/Documentation/dev-tools/context-analysis.rst
@@ -17,7 +17,7 @@ features. To enable for Clang, configure the kernel with::
CONFIG_WARN_CONTEXT_ANALYSIS=y
-The feature requires Clang 22 or later.
+The feature requires Clang 23 or later.
The analysis is *opt-in by default*, and requires declaring which modules and
subsystems should be analyzed in the respective `Makefile`::