Re: [PATCH v4] kconfig: add kconfig-sym-check static checker
Julian Braha <[email protected]> Tue, 23 Jun 2026 16:25:15 +0100
| Newsgroups | org.kernel.vger.linux-kbuild,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
Hi all: On 6/23/26 16:18, Andrew Jones wrote: >> I wonder if you have seen KCONFIG_WARN_UNKNOWN_SYMBOLS which seem >> to be addressing the same (or very similar) problem (unless I'm missing >> something). > Thanks, Sergey. I wasn't aware of this. Is there a way to combine that The two tools do not do the same thing. One is a check on .config and the other is a check on the Kconfig spec. Drew and Sergey, please try each other's checks. - Julian Braha