git: bb67e52db143 - main - netgraph/ng_bridge: Make simple internal functions read-only

Lutz Donnerhacke lutz at donnerhacke.de
Sun Feb 7 17:31:40 UTC 2021


On Sun, Feb 07, 2021 at 04:27:11PM +0100, Mateusz Guzik wrote:
> One of your commits mass breaks LINT kernels:

Got the error trigger.  LINT includes all configuration options, even
NETGRAPH_DEBUG.  This option includes a complete different set of code,
which is amost never used (it annotate and logs all netgraph calls to the
kernel console and never frees any allocated memory).  This is done by
replaceing macros by functions calls.  And those calls are now checked.

Thank you for pointing this out.


More information about the dev-commits-src-all mailing list