[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20210813163407.3bde8d47@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com>
Date: Fri, 13 Aug 2021 16:34:07 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: Lukas Bulwahn <lukas.bulwahn@...il.com>
Cc: "David S . Miller" <davem@...emloft.net>, netdev@...r.kernel.org,
Madalin Bucur <madalin.bucur@....com>,
Randy Dunlap <rdunlap@...radead.org>,
kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 0/3] Kconfig symbol clean-up on net
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
Powered by blists - more mailing lists