Home
last modified time | relevance | path

Searched hist:f1575595d15657bd78c139978107deabec5a3959 (Results 1 – 4 of 4) sorted by relevance

/linux/scripts/kconfig/tests/err_recursive_dep/
H A D__init__.pyf1575595d15657bd78c139978107deabec5a3959 Wed Aug 15 07:59:43 CEST 2018 Masahiro Yamada <yamada.masahiro@socionext.com> kconfig: error out when seeing recursive dependency

Originally, recursive dependency was a fatal error for Kconfig
because Kconfig cannot compute symbol values in such a situation.

Commit d595cea62403 ("kconfig: print more info when we see a recursive
dependency") changed it to a warning, which I guess was not intentional.

Get it back to an error again.

Also, rename the unit test directory "warn_recursive_dep" to
"err_recursive_dep" so that it matches to the behavior.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Tested-by: Dirk Gouders <dirk@gouders.net>
H A DKconfigf1575595d15657bd78c139978107deabec5a3959 Wed Aug 15 07:59:43 CEST 2018 Masahiro Yamada <yamada.masahiro@socionext.com> kconfig: error out when seeing recursive dependency

Originally, recursive dependency was a fatal error for Kconfig
because Kconfig cannot compute symbol values in such a situation.

Commit d595cea62403 ("kconfig: print more info when we see a recursive
dependency") changed it to a warning, which I guess was not intentional.

Get it back to an error again.

Also, rename the unit test directory "warn_recursive_dep" to
"err_recursive_dep" so that it matches to the behavior.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Tested-by: Dirk Gouders <dirk@gouders.net>
H A Dexpected_stderrf1575595d15657bd78c139978107deabec5a3959 Wed Aug 15 07:59:43 CEST 2018 Masahiro Yamada <yamada.masahiro@socionext.com> kconfig: error out when seeing recursive dependency

Originally, recursive dependency was a fatal error for Kconfig
because Kconfig cannot compute symbol values in such a situation.

Commit d595cea62403 ("kconfig: print more info when we see a recursive
dependency") changed it to a warning, which I guess was not intentional.

Get it back to an error again.

Also, rename the unit test directory "warn_recursive_dep" to
"err_recursive_dep" so that it matches to the behavior.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Tested-by: Dirk Gouders <dirk@gouders.net>
/linux/scripts/kconfig/
H A Dsymbol.cdiff f1575595d15657bd78c139978107deabec5a3959 Wed Aug 15 07:59:43 CEST 2018 Masahiro Yamada <yamada.masahiro@socionext.com> kconfig: error out when seeing recursive dependency

Originally, recursive dependency was a fatal error for Kconfig
because Kconfig cannot compute symbol values in such a situation.

Commit d595cea62403 ("kconfig: print more info when we see a recursive
dependency") changed it to a warning, which I guess was not intentional.

Get it back to an error again.

Also, rename the unit test directory "warn_recursive_dep" to
"err_recursive_dep" so that it matches to the behavior.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Tested-by: Dirk Gouders <dirk@gouders.net>