]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
scripts: kconfig: merge_config.sh: warn on duplicate input files
authorMikko Rapeli <mikko.rapeli@linaro.org>
Thu, 22 Jan 2026 10:57:51 +0000 (12:57 +0200)
committerNathan Chancellor <nathan@kernel.org>
Thu, 22 Jan 2026 22:58:45 +0000 (15:58 -0700)
commita5b46cd1a08ceb8af35b01a335ee810c855b87e2
tree7a92c441b37834cd03d8bf8cffd5b674ffff1962
parentdfc97e1c5da5ba56356cd403b97546c86d43ca9a
scripts: kconfig: merge_config.sh: warn on duplicate input files

External scripts like yocto kernel scc may provide
same input config fragment multiple times. This may
be a bug since processing same fragments multiple times
can be time consuming.

Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
Link: https://patch.msgid.link/20260122105751.2186609-3-mikko.rapeli@linaro.org
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
scripts/kconfig/merge_config.sh