Files
linux/scripts/kconfig
Masahiro Yamada 572ed3fb99 kconfig: do not clear SYMBOL_VALID when reading include/config/auto.conf
[ Upstream commit 226ac19c21 ]

When conf_read_simple() is called with S_DEF_AUTO, it is meant to read
previous symbol values from include/config/auto.conf to determine which
include/config/* files should be touched.

This process should not modify the current symbol status in any way.
However, conf_touch_deps() currently invalidates all symbol values and
recalculates them, which is totally unneeded.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2025-05-29 11:02:17 +02:00
..
2024-07-16 01:08:37 +09:00
2024-09-20 09:21:53 +09:00
2024-07-16 16:07:14 +09:00
2020-08-14 13:30:03 +09:00
2020-08-14 13:30:03 +09:00
2024-09-20 09:21:53 +09:00