All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] scripts/replay-dump.py: fix utf-8 mangling
@ 2019-01-17 15:33 Alex Bennée
  2019-01-17 16:06 ` Philippe Mathieu-Daudé
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Alex Bennée @ 2019-01-17 15:33 UTC (permalink / raw)
  To: qemu-trivial
  Cc: Alex Bennée, Eduardo Habkost, Cleber Rosa,
	open list:All patches CC here

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
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] [PATCH] scripts/replay-dump.py: fix utf-8 mangling
  2019-01-17 15:33 [Qemu-devel] [PATCH] scripts/replay-dump.py: fix utf-8 mangling Alex Bennée
@ 2019-01-17 16:06 ` Philippe Mathieu-Daudé
  2019-01-17 16:08 ` Cleber Rosa
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-01-17 16:06 UTC (permalink / raw)
  To: Alex Bennée, qemu-trivial
  Cc: open list:All patches CC here, Eduardo Habkost, Cleber Rosa

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>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] [PATCH] scripts/replay-dump.py: fix utf-8 mangling
  2019-01-17 15:33 [Qemu-devel] [PATCH] scripts/replay-dump.py: fix utf-8 mangling Alex Bennée
  2019-01-17 16:06 ` Philippe Mathieu-Daudé
@ 2019-01-17 16:08 ` Cleber Rosa
  2019-01-17 17:40 ` [Qemu-devel] [Qemu-trivial] " Laurent Vivier
  2019-01-23 13:51 ` [Qemu-devel] " no-reply
  3 siblings, 0 replies; 5+ messages in thread
From: Cleber Rosa @ 2019-01-17 16:08 UTC (permalink / raw)
  To: Alex Bennée, qemu-trivial
  Cc: Eduardo Habkost, open list:All patches CC here



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>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] [Qemu-trivial] [PATCH] scripts/replay-dump.py: fix utf-8 mangling
  2019-01-17 15:33 [Qemu-devel] [PATCH] scripts/replay-dump.py: fix utf-8 mangling Alex Bennée
  2019-01-17 16:06 ` Philippe Mathieu-Daudé
  2019-01-17 16:08 ` Cleber Rosa
@ 2019-01-17 17:40 ` Laurent Vivier
  2019-01-23 13:51 ` [Qemu-devel] " no-reply
  3 siblings, 0 replies; 5+ messages in thread
From: Laurent Vivier @ 2019-01-17 17:40 UTC (permalink / raw)
  To: Alex Bennée, qemu-trivial
  Cc: open list:All patches CC here, Eduardo Habkost, Cleber Rosa

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] [PATCH] scripts/replay-dump.py: fix utf-8 mangling
  2019-01-17 15:33 [Qemu-devel] [PATCH] scripts/replay-dump.py: fix utf-8 mangling Alex Bennée
                   ` (2 preceding siblings ...)
  2019-01-17 17:40 ` [Qemu-devel] [Qemu-trivial] " Laurent Vivier
@ 2019-01-23 13:51 ` no-reply
  3 siblings, 0 replies; 5+ messages in thread
From: no-reply @ 2019-01-23 13:51 UTC (permalink / raw)
  To: alex.bennee; +Cc: fam, qemu-trivial, qemu-devel, ehabkost, crosa

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-01-23 13:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-17 15:33 [Qemu-devel] [PATCH] scripts/replay-dump.py: fix utf-8 mangling Alex Bennée
2019-01-17 16:06 ` Philippe Mathieu-Daudé
2019-01-17 16:08 ` Cleber Rosa
2019-01-17 17:40 ` [Qemu-devel] [Qemu-trivial] " Laurent Vivier
2019-01-23 13:51 ` [Qemu-devel] " no-reply

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.