]> www.infradead.org Git - users/jedix/linux-maple.git/commit
kconfig: pass new conf_changed value to the callback
authorMasahiro Yamada <masahiroy@kernel.org>
Sat, 1 Jun 2024 18:20:43 +0000 (03:20 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Mon, 15 Jul 2024 16:08:36 +0000 (01:08 +0900)
commit03638aaa7995c07376f2e51ac2640ccd25b4ba75
tree462c097dff79126730203c9835c43e930ff6821a
parent0b62fe46d77878645d117e70b9f135d7c9fcab47
kconfig: pass new conf_changed value to the callback

Commit ee06a3ef7e3c ("kconfig: Update config changed flag before calling
callback") pointed out that conf_updated flag must be updated _before_
calling the callback, which needs to know the new value.

Given that, it makes sense to directly pass the new value to the
callback.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/kconfig/confdata.c
scripts/kconfig/gconf.c
scripts/kconfig/lkc_proto.h
scripts/kconfig/qconf.cc
scripts/kconfig/qconf.h