Re: [PATCH v4] kconfig: add kconfig-sym-check static checker
Sergey Senozhatsky <[email protected]> Wed, 24 Jun 2026 12:29:40 +0900
| Newsgroups | org.kernel.vger.linux-kbuild,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
Hi, On (26/06/23 16:25), Julian Braha 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. Ah, I see. I didn't check the code, obviously.