Message ID | 20210812083806.28434-1-lukas.bulwahn@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | Kconfig symbol clean-up on net | expand |
On Thu, 12 Aug 2021 10:38:03 +0200 Lukas Bulwahn wrote: > The script ./scripts/checkkconfigsymbols.py warns on invalid references to > Kconfig symbols (often, minor typos, name confusions or outdated references). > > This patch series addresses all issues reported by > ./scripts/checkkconfigsymbols.py in ./net/ and ./drivers/net/ for Kconfig > and Makefile files. Issues in the Kconfig and Makefile files indicate some > shortcomings in the overall build definitions, and often are true actionable > issues to address. > > These issues can be identified and filtered by: > > ./scripts/checkkconfigsymbols.py \ > | grep -E "(drivers/)?net/.*(Kconfig|Makefile)" -B 1 -A 1 > > After applying this patch series on linux-next (next-20210811), the command > above yields no further issues to address. FWIW there's also: arch/arm/configs/ixp4xx_defconfig:79:CONFIG_IPX=m
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Thu, 12 Aug 2021 10:38:03 +0200 you wrote: > Dear David, dear Jakub, > > The script ./scripts/checkkconfigsymbols.py warns on invalid references to > Kconfig symbols (often, minor typos, name confusions or outdated references). > > This patch series addresses all issues reported by > ./scripts/checkkconfigsymbols.py in ./net/ and ./drivers/net/ for Kconfig > and Makefile files. Issues in the Kconfig and Makefile files indicate some > shortcomings in the overall build definitions, and often are true actionable > issues to address. > > [...] Here is the summary with links: - [1/3] net: Kconfig: remove obsolete reference to config MICROBLAZE_64K_PAGES https://git.kernel.org/netdev/net-next/c/4fb464db9c72 - [2/3] net: 802: remove dead leftover after ipx driver removal https://git.kernel.org/netdev/net-next/c/d8d9ba8dc9c7 - [3/3] net: dpaa_eth: remove dead select in menuconfig FSL_DPAA_ETH https://git.kernel.org/netdev/net-next/c/f75d81556a38 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html