diff mbox series

scripts/replay-dump.py: fix utf-8 mangling

Message ID 20190117153338.11820-1-alex.bennee@linaro.org
State Accepted
Commit 49ebe9b15876f3ce9a5f45cb53a16b6a788d65fd
Headers show
Series scripts/replay-dump.py: fix utf-8 mangling | expand

Commit Message

Alex Bennée Jan. 17, 2019, 3:33 p.m. UTC
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>

---
 scripts/replay-dump.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.17.1

Comments

Philippe Mathieu-Daudé Jan. 17, 2019, 4:06 p.m. UTC | #1
On 1/17/19 4:33 PM, Alex Bennée wrote:
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>

> ---

>  scripts/replay-dump.py | 2 +-

>  1 file changed, 1 insertion(+), 1 deletion(-)

> 

> diff --git a/scripts/replay-dump.py b/scripts/replay-dump.py

> index 5ae77c8a92..ee7fda2638 100755

> --- a/scripts/replay-dump.py

> +++ b/scripts/replay-dump.py

> @@ -3,7 +3,7 @@

>  #

>  # Dump the contents of a recorded execution stream

>  #

> -#  Copyright (c) 2017 Alex Bennée <alex.bennee@linaro.org>

> +#  Copyright (c) 2017 Alex Bennée <alex.bennee@linaro.org>

>  #

>  # This library is free software; you can redistribute it and/or

>  # modify it under the terms of the GNU Lesser General Public

> 


Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Cleber Rosa Jan. 17, 2019, 4:08 p.m. UTC | #2
On 1/17/19 10:33 AM, Alex Bennée wrote:
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>

> ---

>  scripts/replay-dump.py | 2 +-

>  1 file changed, 1 insertion(+), 1 deletion(-)

> 

> diff --git a/scripts/replay-dump.py b/scripts/replay-dump.py

> index 5ae77c8a92..ee7fda2638 100755

> --- a/scripts/replay-dump.py

> +++ b/scripts/replay-dump.py

> @@ -3,7 +3,7 @@

>  #

>  # Dump the contents of a recorded execution stream

>  #

> -#  Copyright (c) 2017 Alex Bennée <alex.bennee@linaro.org>

> +#  Copyright (c) 2017 Alex Bennée <alex.bennee@linaro.org>

>  #

>  # This library is free software; you can redistribute it and/or

>  # modify it under the terms of the GNU Lesser General Public

> 


Reviewed-by: Cleber Rosa <crosa@redhat.com>
Laurent Vivier Jan. 17, 2019, 5:40 p.m. UTC | #3
On 17/01/2019 16:33, Alex Bennée wrote:
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>

> ---

>   scripts/replay-dump.py | 2 +-

>   1 file changed, 1 insertion(+), 1 deletion(-)

> 

> diff --git a/scripts/replay-dump.py b/scripts/replay-dump.py

> index 5ae77c8a92..ee7fda2638 100755

> --- a/scripts/replay-dump.py

> +++ b/scripts/replay-dump.py

> @@ -3,7 +3,7 @@

>   #

>   # Dump the contents of a recorded execution stream

>   #

> -#  Copyright (c) 2017 Alex Bennée <alex.bennee@linaro.org>

> +#  Copyright (c) 2017 Alex Bennée <alex.bennee@linaro.org>

>   #

>   # This library is free software; you can redistribute it and/or

>   # modify it under the terms of the GNU Lesser General Public

> 



Applied to my trivial-patches branch.

Thanks,
Laurent
no-reply@patchew.org Jan. 23, 2019, 1:51 p.m. UTC | #4
Patchew URL: https://patchew.org/QEMU/20190117153338.11820-1-alex.bennee@linaro.org/



Hi,

This series failed the docker-mingw@fedora build test. Please find the testing commands and
their output below. If you have Docker installed, you can probably reproduce it
locally.

=== TEST SCRIPT BEGIN ===
#!/bin/bash
time make docker-test-mingw@fedora SHOW_ENV=1 J=14
=== TEST SCRIPT END ===

  CC      crypto/afsplit.o
  CC      crypto/xts.o
/tmp/qemu-test/src/block/sheepdog.c: In function 'find_vdi_name':
/tmp/qemu-test/src/block/sheepdog.c:1239:5: error: 'strncpy' specified bound 256 equals destination size [-Werror=stringop-truncation]
     strncpy(buf + SD_MAX_VDI_LEN, tag, SD_MAX_VDI_TAG_LEN);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors


The full log is available at
http://patchew.org/logs/20190117153338.11820-1-alex.bennee@linaro.org/testing.docker-mingw@fedora/?type=message.
---
Email generated automatically by Patchew [http://patchew.org/].
Please send your feedback to patchew-devel@redhat.com
diff mbox series

Patch

diff --git a/scripts/replay-dump.py b/scripts/replay-dump.py
index 5ae77c8a92..ee7fda2638 100755
--- a/scripts/replay-dump.py
+++ b/scripts/replay-dump.py
@@ -3,7 +3,7 @@ 
 #
 # Dump the contents of a recorded execution stream
 #
-#  Copyright (c) 2017 Alex Bennée <alex.bennee@linaro.org>
+#  Copyright (c) 2017 Alex Bennée <alex.bennee@linaro.org>
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public