[PATCH v5 02/36] compiler-context-analysis: Add infrastructure for Context Analysis with Clang
Peter Zijlstra
peterz at infradead.org
Sat Dec 20 13:33:07 UTC 2025
On Fri, Dec 19, 2025 at 08:11:59PM +0100, Marco Elver wrote:
> > Many kernel developers are used to look up the definition of a data
> > structure either by using ctags, etags or a similar tool or by using
> > grep and a pattern like "${struct_name} {\$". Breaking the tools kernel
> > developer use today to look up data structure definitions might cause
> > considerable frustration and hence shouldn't be done lightly.
Its a simple matter of adding a regex to scripts/tags.sh :-) Also clangd
language server sees right through it as is. So all 'modern' stuff using
that will have no problems.
More information about the Linux-security-module-archive
mailing list