Re: [PATCH v4 07/31] s390: Fix error_append_hint/error_prepend usage

2019-10-11 Thread Vladimir Sementsov-Ogievskiy
09.10.2019 10:42, Markus Armbruster wrote: > Vladimir Sementsov-Ogievskiy writes: > >> If we want to add some info to errp (by error_prepend() or >> error_append_hint()), we must use the ERRP_AUTO_PROPAGATE macro. >> Otherwise, this info will not be added when errp == &fatal_err >> (the program w

Re: [PATCH v4 07/31] s390: Fix error_append_hint/error_prepend usage

2019-10-09 Thread Markus Armbruster
Vladimir Sementsov-Ogievskiy writes: > If we want to add some info to errp (by error_prepend() or > error_append_hint()), we must use the ERRP_AUTO_PROPAGATE macro. > Otherwise, this info will not be added when errp == &fatal_err > (the program will exit prior to the error_append_hint() or > erro

Re: [PATCH v4 07/31] s390: Fix error_append_hint/error_prepend usage

2019-10-07 Thread Cornelia Huck
On Tue, 1 Oct 2019 18:52:55 +0300 Vladimir Sementsov-Ogievskiy wrote: > If we want to add some info to errp (by error_prepend() or > error_append_hint()), we must use the ERRP_AUTO_PROPAGATE macro. > Otherwise, this info will not be added when errp == &fatal_err > (the program will exit prior to