Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Feb 2021 18:31:35 +0100
From:      Lutz Donnerhacke <lutz@donnerhacke.de>
To:        Mateusz Guzik <mjguzik@gmail.com>
Cc:        Lutz Donnerhacke <donner@freebsd.org>, src-committers@freebsd.org, dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org
Subject:   Re: git: bb67e52db143 - main - netgraph/ng_bridge: Make simple internal functions read-only
Message-ID:  <20210207173135.GA2488@belenus.iks-jena.de>
In-Reply-To: <CAGudoHHwbpubWJ=pNcjgkn4ND_v3Hfp%2BuLN0rGF1VrvQcSFJaQ@mail.gmail.com>
References:  <202102071440.117Eep3U033223@gitrepo.freebsd.org> <CAGudoHHwbpubWJ=pNcjgkn4ND_v3Hfp%2BuLN0rGF1VrvQcSFJaQ@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20210207173135.GA2488>