[U-Boot] [PATCH] patman: fix coverletter cc list with nulls

sjg at google.com sjg at google.com
Thu Nov 14 13:42:34 UTC 2019


Hi Robert,

On Wed, 13 Nov 2019 at 12:40, Robert Beckett <bob.beckett at collabora.com> wrote:
>
> fixes: 8ab452d5877638a97e5bdd521d119403b70b45f5
>
> When compiling list of cover letter cc addresses, using null as a
> separater, then encoding to utf-8 results in lots of "\x00" as
> separators. patman then doesnt understand that when it comes to
> repoting the list to send-email.
>
> Fix this by not encoding to utf-8, as done for the other patch files.
>
> Signed-off-by: Robert Beckett <bob.beckett at collabora.com>
> ---
>
>  tools/patman/series.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

I had applied my own patch to fix this but I think I like yours better.

Reviewed-by: Simon Glass <sjg at chromium.org>

Applied to u-boot-dm, thanks!


More information about the U-Boot mailing list