diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2025-02-07 21:41:55 +0300 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2025-03-15 15:16:21 +0300 |
commit | 226ac19c217f24f0927d0a73cf9ee613971a188d (patch) | |
tree | 1c6bc4c4fa31eaec50e1e0bf2c8a8c212d34a9ab /tools/perf/scripts/python/gecko.py | |
parent | 6c3fb0bb4d4f1173f32cc26d077b151d72226a2f (diff) | |
download | linux-226ac19c217f24f0927d0a73cf9ee613971a188d.tar.xz |
kconfig: do not clear SYMBOL_VALID when reading include/config/auto.conf
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>
Diffstat (limited to 'tools/perf/scripts/python/gecko.py')
0 files changed, 0 insertions, 0 deletions