Re: [PATCH v3 2/2] scripts: checkpatch: check unused parameters for function-like macro

2024-03-29 Thread Charlemagne Lasse
Hi, Can this patch please be dropped from Linux-next (currently via git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm#mm-everything)? It is obviously wrong when dealing with named variadic macro parameters: ./scripts/checkpatch.pl -f include/linux/rculist.h ERROR: Parameter 'dummy' is not us

Visualizing linux kernel datastructures

2016-07-25 Thread Charlemagne Lasse
Hi, I wanted to understand some modules in the kernel and how their data structures are interconnected. So I am not interested in all data structures of the kernel but something more like net/bridge/br_private.h. With C++ I would just tell doxygen to generate uml-like class diagrams. But the kern