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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main To unsubscribe, send any mail to "[email protected]"
