Re: [PATCH] docs: kbuild: remove ISDN references in Makefile examples
Julian Braha <[email protected]>
| Newsgroups | org.kernel.vger.linux-kbuild,org.kernel.vger.linux-doc |
|---|---|
| Message-ID | <[email protected]> |
On 6/14/26 00:28, Ethan Nelson-Moore wrote: > Documentation/kbuild/makefiles.rst uses some extracts from now-removed > ISDN code as examples. While they are harmless, they appeared in my > checks for CONFIG_* symbols referenced but not defined in the kernel. Hi Ethan, are you using the kconfig-sym-check[1] that was recently merged? This dead symbol check should not have the false positives on documentation. Though maybe your check also catches dead symbols in C, Rust, Makefiles? [1] https://lore.kernel.org/all/[email protected]/ - Julian Braha