Re: [PATCH v3] fixdep: exit with error code in error branches of do_config_file()

2018-01-09 Thread Masahiro Yamada
2018-01-08 19:04 GMT+09:00 Lukas Bulwahn : > do_config_file() should exit with an error code on internal run-time > errors, and not return if it fails as then the error in do_config_file() > would go unnoticed in the current code and allow the build to continue. > The exit

Re: [PATCH v3] fixdep: exit with error code in error branches of do_config_file()

2018-01-09 Thread Masahiro Yamada
2018-01-08 19:04 GMT+09:00 Lukas Bulwahn : > do_config_file() should exit with an error code on internal run-time > errors, and not return if it fails as then the error in do_config_file() > would go unnoticed in the current code and allow the build to continue. > The exit with error code will

[PATCH v3] fixdep: exit with error code in error branches of do_config_file()

2018-01-08 Thread Lukas Bulwahn
do_config_file() should exit with an error code on internal run-time errors, and not return if it fails as then the error in do_config_file() would go unnoticed in the current code and allow the build to continue. The exit with error code will make the build fail in those very exceptional cases.

[PATCH v3] fixdep: exit with error code in error branches of do_config_file()

2018-01-08 Thread Lukas Bulwahn
do_config_file() should exit with an error code on internal run-time errors, and not return if it fails as then the error in do_config_file() would go unnoticed in the current code and allow the build to continue. The exit with error code will make the build fail in those very exceptional cases.