LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Jakub Kicinski <kuba@kernel.org>
To: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Cc: "David S . Miller" <davem@davemloft.net>,
netdev@vger.kernel.org, Madalin Bucur <madalin.bucur@nxp.com>,
Randy Dunlap <rdunlap@infradead.org>,
kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 0/3] Kconfig symbol clean-up on net
Date: Fri, 13 Aug 2021 16:34:07 -0700 [thread overview]
Message-ID: <20210813163407.3bde8d47@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> (raw)
In-Reply-To: <20210812083806.28434-1-lukas.bulwahn@gmail.com>
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
next prev parent reply other threads:[~2021-08-13 23:34 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
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
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 ` Jakub Kicinski [this message]
2021-08-13 23:40 ` [PATCH 0/3] Kconfig symbol clean-up on net patchwork-bot+netdevbpf
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210813163407.3bde8d47@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com \
--to=kuba@kernel.org \
--cc=davem@davemloft.net \
--cc=kernel-janitors@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=lukas.bulwahn@gmail.com \
--cc=madalin.bucur@nxp.com \
--cc=netdev@vger.kernel.org \
--cc=rdunlap@infradead.org \
--subject='Re: [PATCH 0/3] Kconfig symbol clean-up on net' \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
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).