[Qemu-devel] [PATCH] MAINTAINERS: Fix utf-8 mangling

Philippe Mathieu-Daudé posted 1 patch 7 years ago
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test asan passed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190117161355.18204-1-philmd@redhat.com
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[Qemu-devel] [PATCH] MAINTAINERS: Fix utf-8 mangling
Posted by Philippe Mathieu-Daudé 7 years ago
Patch incorrectly applied as 15ffb43cbf4.

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
---
Paolo can this be a patchew bug?
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index af339b86db..fd3d4de3fa 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1639,7 +1639,7 @@ F: include/hw/display/edid.h
 F: qemu-edid.c
 
 Firmware configuration (fw_cfg)
-M: Philippe Mathieu-Daudé <philmd@redhat.com>
+M: Philippe Mathieu-Daudé <philmd@redhat.com>
 R: Laszlo Ersek <lersek@redhat.com>
 R: Gerd Hoffmann <kraxel@redhat.com>
 S: Supported
-- 
2.17.2


Re: [Qemu-devel] [PATCH] MAINTAINERS: Fix utf-8 mangling
Posted by Peter Maydell 7 years ago
On Thu, 17 Jan 2019 at 16:15, Philippe Mathieu-Daudé <philmd@redhat.com> wrote:
>
> Patch incorrectly applied as 15ffb43cbf4.
>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
> ---
> Paolo can this be a patchew bug?

Putting a suitable check into checkpatch would probably
be a good idea.

thanks
-- PMM

Re: [Qemu-devel] [Qemu-trivial] [PATCH] MAINTAINERS: Fix utf-8 mangling
Posted by Laurent Vivier 7 years ago
On 17/01/2019 17:13, Philippe Mathieu-Daudé wrote:
> Patch incorrectly applied as 15ffb43cbf4.
> 
> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
> ---
> Paolo can this be a patchew bug?
> ---
>   MAINTAINERS | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index af339b86db..fd3d4de3fa 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1639,7 +1639,7 @@ F: include/hw/display/edid.h
>   F: qemu-edid.c
>   
>   Firmware configuration (fw_cfg)
> -M: Philippe Mathieu-Daudé <philmd@redhat.com>
> +M: Philippe Mathieu-Daudé <philmd@redhat.com>
>   R: Laszlo Ersek <lersek@redhat.com>
>   R: Gerd Hoffmann <kraxel@redhat.com>
>   S: Supported
> 

Applied to my trivial-patches branch.

Thanks,
Laurent

Re: [Qemu-devel] [PATCH] MAINTAINERS: Fix utf-8 mangling
Posted by Paolo Bonzini 7 years ago
On 17/01/19 17:13, Philippe Mathieu-Daudé wrote:
> Patch incorrectly applied as 15ffb43cbf4.
> 
> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
> ---
> Paolo can this be a patchew bug?

I tried reapplying the patch and it didn't have the issue, so it should
be fine.

Unicode is hard...

Paolo

> ---
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index af339b86db..fd3d4de3fa 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1639,7 +1639,7 @@ F: include/hw/display/edid.h
>  F: qemu-edid.c
>  
>  Firmware configuration (fw_cfg)
> -M: Philippe Mathieu-Daudé <philmd@redhat.com>
> +M: Philippe Mathieu-Daudé <philmd@redhat.com>
>  R: Laszlo Ersek <lersek@redhat.com>
>  R: Gerd Hoffmann <kraxel@redhat.com>
>  S: Supported
>