Re: [PATCH v2] dts: strip whitespaces from stdout and stderr

2024-03-07 Thread Thomas Monjalon
13/02/2024 12:14, Juraj Linkeš: > There could be a newline at the end of stdout or stderr of a remotely > executed command. These cause issues when used later, such as when > joining paths from such commands - a newline in the middle of a path is > not valid. > > Fixes: ad80f550dbc5 ("dts: add SSH

Re: [PATCH v2] dts: strip whitespaces from stdout and stderr

2024-02-28 Thread Patrick Robb
Acked-by: Patrick Robb

Re: [PATCH v2] dts: strip whitespaces from stdout and stderr

2024-02-13 Thread Jeremy Spewock
Reviewed-by: Jeremy Spewock

[PATCH v2] dts: strip whitespaces from stdout and stderr

2024-02-13 Thread Juraj Linkeš
There could be a newline at the end of stdout or stderr of a remotely executed command. These cause issues when used later, such as when joining paths from such commands - a newline in the middle of a path is not valid. Fixes: ad80f550dbc5 ("dts: add SSH command verification") Signed-off-by: Juraj