Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - W index
The Linux kernel configuration item CONFIG_WARN_CONTEXT_ANALYSIS:
( CONFIG_CC_IS_CLANG && CONFIG_CLANG_VERSION >= CONFIG_220000 ) && (! CONFIG_TRACE_BRANCH_PROFILING )Context Analysis is a language extension, which enables statically checking that required contexts are active (or inactive) by acquiring and releasing user-definable "context locks".
Clang's name of the feature is "Thread Safety Analysis". Requires Clang 22 or later.
Produces warnings by default. Select WERROR if you wish to turn these warnings into errors.
For more details, see Documentation/dev-tools/context-analysis.rst.
Raw data from LKDDb:
(none)This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - W index
Automatically generated (in year 2026). See also LKDDb sources on GitLab