aboutsummaryrefslogtreecommitdiffstats
path: root/rust/helpers/helpers.c
diff options
context:
space:
mode:
authorMasahiro Yamada <[email protected]>2024-09-30 17:02:22 +0000
committerMasahiro Yamada <[email protected]>2024-10-01 08:05:30 +0000
commit8d095547debdd26583171a6b589acbc9fd76aa9f (patch)
tree940ad28306c1d10c56bc95b4f578577dcb7ffc92 /rust/helpers/helpers.c
parentkconfig: fix infinite loop in sym_calc_choice() (diff)
downloadkernel-8d095547debdd26583171a6b589acbc9fd76aa9f.tar.gz
kernel-8d095547debdd26583171a6b589acbc9fd76aa9f.zip
kconfig: clear expr::val_is_valid when allocated
Since commit 95573cac25c6 ("kconfig: cache expression values"), xconfig emits a lot of false-positive "unmet direct dependencies" warnings. While conf_read() clears val_is_valid flags, 'make xconfig' calculates symbol values even before the conf_read() call. This is another issue that should be addressed separately, but it has revealed that the val_is_valid field is not initialized. Fixes: 95573cac25c6 ("kconfig: cache expression values") Signed-off-by: Masahiro Yamada <[email protected]>
Diffstat (limited to 'rust/helpers/helpers.c')
0 files changed, 0 insertions, 0 deletions