linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Kconfig symbol clean-up on net
@ 2021-08-12  8:38 Lukas Bulwahn
  2021-08-12  8:38 ` [PATCH 1/3] net: Kconfig: remove obsolete reference to config MICROBLAZE_64K_PAGES Lukas Bulwahn
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Lukas Bulwahn @ 2021-08-12  8:38 UTC (permalink / raw)
  To: David S . Miller, Jakub Kicinski, netdev
  Cc: Madalin Bucur, Randy Dunlap, kernel-janitors, linux-kernel,
	Lukas Bulwahn

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.

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.

Please pick this patch series into your net-next tree.

Best regards,

Lukas

Lukas Bulwahn (3):
  net: Kconfig: remove obsolete reference to config MICROBLAZE_64K_PAGES
  net: 802: remove dead leftover after ipx driver removal
  net: dpaa_eth: remove dead select in menuconfig FSL_DPAA_ETH

 drivers/net/Kconfig                         |  4 +-
 drivers/net/ethernet/freescale/dpaa/Kconfig |  1 -
 net/802/Makefile                            |  1 -
 net/802/p8023.c                             | 60 ---------------------
 4 files changed, 2 insertions(+), 64 deletions(-)
 delete mode 100644 net/802/p8023.c

-- 
2.17.1


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-08-13 23:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-12  8:38 [PATCH 0/3] Kconfig symbol clean-up on net Lukas Bulwahn
2021-08-12  8:38 ` [PATCH 1/3] net: Kconfig: remove obsolete reference to config MICROBLAZE_64K_PAGES Lukas Bulwahn
2021-08-12  8:38 ` [PATCH 2/3] net: 802: remove dead leftover after ipx driver removal Lukas Bulwahn
2021-08-12  8:38 ` [PATCH 3/3] net: dpaa_eth: remove dead select in menuconfig FSL_DPAA_ETH Lukas Bulwahn
2021-08-12  8:42   ` Madalin Bucur (OSS)
2021-08-13 23:34 ` [PATCH 0/3] Kconfig symbol clean-up on net Jakub Kicinski
2021-08-13 23:40 ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).