* Re: [Qemu-devel] [PATCH] contrib/gitdm: Fix a typo
2019-01-11 15:55 [Qemu-devel] [PATCH] contrib/gitdm: Fix a typo Philippe Mathieu-Daudé
@ 2019-01-11 16:29 ` Aleksandar Markovic
2019-01-11 21:28 ` no-reply
` (2 subsequent siblings)
3 siblings, 0 replies; 7+ messages in thread
From: Aleksandar Markovic @ 2019-01-11 16:29 UTC (permalink / raw)
To: Philippe Mathieu-Daudé
Cc: qemu-devel@nongnu.org, qemu-trivial@nongnu.org, Alex Bennée
On Friday, January 11, 2019, Philippe Mathieu-Daudé <philmd@redhat.com>
wrote:
> Typo comes from upstream git://git.lwn.net/gitdm.git.
>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
> ---
> contrib/gitdm/filetypes.txt | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/contrib/gitdm/filetypes.txt b/contrib/gitdm/filetypes.txt
> index 15d6f803b9..165b71b3f9 100644
> --- a/contrib/gitdm/filetypes.txt
> +++ b/contrib/gitdm/filetypes.txt
> @@ -4,7 +4,7 @@
> # This program is free software; you can redistribute it and/or modify
> # it under the terms of the GNU General Public License as published by
> # the Free Software Foundation; either version 2 of the License, or
> -# (at your option any later version.
> +# (at your option) any later version.
> #
> # This program is distributed in the hope that it will be useful,
> # but WITHOUT ANY WARRANTY; without even the implied warranty of
Reviewed-by: Aleksandar Markovic <amarkovic@wavecomp.com>
> --
> 2.17.2
>
>
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] [PATCH] contrib/gitdm: Fix a typo
2019-01-11 15:55 [Qemu-devel] [PATCH] contrib/gitdm: Fix a typo Philippe Mathieu-Daudé
2019-01-11 16:29 ` Aleksandar Markovic
@ 2019-01-11 21:28 ` no-reply
2019-01-11 22:39 ` Philippe Mathieu-Daudé
2019-01-13 11:11 ` no-reply
2019-01-17 17:44 ` [Qemu-devel] [Qemu-trivial] " Laurent Vivier
3 siblings, 1 reply; 7+ messages in thread
From: no-reply @ 2019-01-11 21:28 UTC (permalink / raw)
To: philmd; +Cc: fam, qemu-devel, qemu-trivial, alex.bennee
Patchew URL: https://patchew.org/QEMU/20190111155555.8270-1-philmd@redhat.com/
Hi,
This series seems to have some coding style problems. See output below for
more information:
Message-id: 20190111155555.8270-1-philmd@redhat.com
Type: series
Subject: [Qemu-devel] [PATCH] contrib/gitdm: Fix a typo
=== TEST SCRIPT BEGIN ===
#!/bin/bash
git config --local diff.renamelimit 0
git config --local diff.renames True
git config --local diff.algorithm histogram
./scripts/checkpatch.pl --mailback --color=always base..
=== TEST SCRIPT END ===
Updating 3c8cf5a9c21ff8782164d1def7f44bd888713384
Switched to a new branch 'test'
c995f5f contrib/gitdm: Fix a typo
=== OUTPUT BEGIN ===
Unknown option: color
Usage:
checkpatch.pl [OPTION]... [FILE]...
checkpatch.pl [OPTION]... [GIT-REV-LIST]
Version: 0.31
Options:
-q, --quiet quiet
--no-tree run without a kernel tree
--no-signoff do not check for 'Signed-off-by' line
--patch treat FILE as patchfile
--branch treat args as GIT revision list
--emacs emacs compile window format
--terse one line per report
-f, --file treat FILE as regular source file
--strict fail if only warnings are found
--root=PATH PATH to the kernel tree root
--no-summary suppress the per-file summary
--mailback only produce a report in case of warnings/errors
--summary-file include the filename in summary
--debug KEY=[0|1] turn on/off debugging of KEY, where KEY is one of
'values', 'possible', 'type', and 'attr' (default
is all off)
--test-only=WORD report only warnings/errors containing WORD
literally
-h, --help, --version display this help and exit
When FILE is - read standard input.
=== OUTPUT END ===
Test command exited with code: 1
The full log is available at
http://patchew.org/logs/20190111155555.8270-1-philmd@redhat.com/testing.checkpatch/?type=message.
---
Email generated automatically by Patchew [http://patchew.org/].
Please send your feedback to patchew-devel@redhat.com
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] [PATCH] contrib/gitdm: Fix a typo
2019-01-11 21:28 ` no-reply
@ 2019-01-11 22:39 ` Philippe Mathieu-Daudé
2019-01-13 15:40 ` Paolo Bonzini
0 siblings, 1 reply; 7+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-01-11 22:39 UTC (permalink / raw)
To: fam, Paolo Bonzini; +Cc: qemu-devel, qemu-trivial, alex.bennee
On 1/11/19 10:28 PM, no-reply@patchew.org wrote:
> Patchew URL: https://patchew.org/QEMU/20190111155555.8270-1-philmd@redhat.com/
>
> Hi,
>
> This series seems to have some coding style problems. See output below for
> more information:
>
> Message-id: 20190111155555.8270-1-philmd@redhat.com
> Type: series
> Subject: [Qemu-devel] [PATCH] contrib/gitdm: Fix a typo
>
> === TEST SCRIPT BEGIN ===
> #!/bin/bash
> git config --local diff.renamelimit 0
> git config --local diff.renames True
> git config --local diff.algorithm histogram
> ./scripts/checkpatch.pl --mailback --color=always base..
I suppose Paolo expected his PR to land to upgrade patchew, and patchew
is still processing from an old queue?
> === TEST SCRIPT END ===
>
> Updating 3c8cf5a9c21ff8782164d1def7f44bd888713384
> Switched to a new branch 'test'
> c995f5f contrib/gitdm: Fix a typo
>
> === OUTPUT BEGIN ===
> Unknown option: color
> Usage:
>
> checkpatch.pl [OPTION]... [FILE]...
> checkpatch.pl [OPTION]... [GIT-REV-LIST]
>
> Version: 0.31
>
> Options:
> -q, --quiet quiet
> --no-tree run without a kernel tree
> --no-signoff do not check for 'Signed-off-by' line
> --patch treat FILE as patchfile
> --branch treat args as GIT revision list
> --emacs emacs compile window format
> --terse one line per report
> -f, --file treat FILE as regular source file
> --strict fail if only warnings are found
> --root=PATH PATH to the kernel tree root
> --no-summary suppress the per-file summary
> --mailback only produce a report in case of warnings/errors
> --summary-file include the filename in summary
> --debug KEY=[0|1] turn on/off debugging of KEY, where KEY is one of
> 'values', 'possible', 'type', and 'attr' (default
> is all off)
> --test-only=WORD report only warnings/errors containing WORD
> literally
> -h, --help, --version display this help and exit
>
> When FILE is - read standard input.
> === OUTPUT END ===
>
> Test command exited with code: 1
>
>
> The full log is available at
> http://patchew.org/logs/20190111155555.8270-1-philmd@redhat.com/testing.checkpatch/?type=message.
> ---
> Email generated automatically by Patchew [http://patchew.org/].
> Please send your feedback to patchew-devel@redhat.com
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] [PATCH] contrib/gitdm: Fix a typo
2019-01-11 22:39 ` Philippe Mathieu-Daudé
@ 2019-01-13 15:40 ` Paolo Bonzini
0 siblings, 0 replies; 7+ messages in thread
From: Paolo Bonzini @ 2019-01-13 15:40 UTC (permalink / raw)
To: Philippe Mathieu-Daudé, fam; +Cc: qemu-trivial, alex.bennee, qemu-devel
On 11/01/19 23:39, Philippe Mathieu-Daudé wrote:
> On 1/11/19 10:28 PM, no-reply@patchew.org wrote:
>> Patchew URL: https://patchew.org/QEMU/20190111155555.8270-1-philmd@redhat.com/
>>
>> Hi,
>>
>> This series seems to have some coding style problems. See output below for
>> more information:
>>
>> Message-id: 20190111155555.8270-1-philmd@redhat.com
>> Type: series
>> Subject: [Qemu-devel] [PATCH] contrib/gitdm: Fix a typo
>>
>> === TEST SCRIPT BEGIN ===
>> #!/bin/bash
>> git config --local diff.renamelimit 0
>> git config --local diff.renames True
>> git config --local diff.algorithm histogram
>> ./scripts/checkpatch.pl --mailback --color=always base..
> I suppose Paolo expected his PR to land to upgrade patchew, and patchew
> is still processing from an old queue?
>
Yeah, patchew was still processing tags that didn't have my PR applied.
Anyhow, I'll hijack this to note that now:
1) The test script for checkpatch is now much simple, compare
https://patchew.org/QEMU/20190103085638.17600-1-philmd@redhat.com/ (old)
to https://patchew.org/QEMU/20190109110144.18633-1-stefanha@redhat.com/
(new). Improvement of "cut and paste" ability was a nice side effect of
the new TAP-based "make check", and this goes in the same direction.
2) Patchew is showing colored output---for now only for checkpatch. :)
More precisely, output is captured from a PTY, via script(1). This
turned out to be a bit more tricky than I expected (script doesn't like
having its stdin redirected from /dev/null), but it's fixed now.
3) I bumped the tester from -j8 to -j14, hoping that the queue will be
smaller, and temporarily deployed a second tester on my own workstation.
This in turn caused some issues because pulling a git repo with 12000
tags is not for the faint of heart, but everything should be running
normally now and future deployments will optimize this (check
https://patchew.org/Patchew/ to see the issues).
Paolo
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] [PATCH] contrib/gitdm: Fix a typo
2019-01-11 15:55 [Qemu-devel] [PATCH] contrib/gitdm: Fix a typo Philippe Mathieu-Daudé
2019-01-11 16:29 ` Aleksandar Markovic
2019-01-11 21:28 ` no-reply
@ 2019-01-13 11:11 ` no-reply
2019-01-17 17:44 ` [Qemu-devel] [Qemu-trivial] " Laurent Vivier
3 siblings, 0 replies; 7+ messages in thread
From: no-reply @ 2019-01-13 11:11 UTC (permalink / raw)
To: philmd; +Cc: fam, qemu-devel, qemu-trivial, alex.bennee
Patchew URL: https://patchew.org/QEMU/20190111155555.8270-1-philmd@redhat.com/
Hi,
This series seems to have some coding style problems. See output below for
more information:
Subject: [Qemu-devel] [PATCH] contrib/gitdm: Fix a typo
Type: series
Message-id: 20190111155555.8270-1-philmd@redhat.com
=== TEST SCRIPT BEGIN ===
#!/bin/bash
git config --local diff.renamelimit 0
git config --local diff.renames True
git config --local diff.algorithm histogram
./scripts/checkpatch.pl --mailback --color=always base..
=== TEST SCRIPT END ===
Updating 3c8cf5a9c21ff8782164d1def7f44bd888713384
Traceback (most recent call last):
File "patchew-tester2/src/patchew-cli", line 521, in test_one
git_clone_repo(clone, r["repo"], r["head"], logf, True)
File "patchew-tester2/src/patchew-cli", line 48, in git_clone_repo
stdout=logf, stderr=logf)
File "/usr/lib64/python3.3/subprocess.py", line 544, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['git', 'remote', 'add', '-f', '--mirror=fetch', '3c8cf5a9c21ff8782164d1def7f44bd888713384', 'https://github.com/patchew-project/qemu']' returned non-zero exit status -9
The full log is available at
http://patchew.org/logs/20190111155555.8270-1-philmd@redhat.com/testing.checkpatch/?type=message.
---
Email generated automatically by Patchew [http://patchew.org/].
Please send your feedback to patchew-devel@redhat.com
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] [Qemu-trivial] [PATCH] contrib/gitdm: Fix a typo
2019-01-11 15:55 [Qemu-devel] [PATCH] contrib/gitdm: Fix a typo Philippe Mathieu-Daudé
` (2 preceding siblings ...)
2019-01-13 11:11 ` no-reply
@ 2019-01-17 17:44 ` Laurent Vivier
3 siblings, 0 replies; 7+ messages in thread
From: Laurent Vivier @ 2019-01-17 17:44 UTC (permalink / raw)
To: Philippe Mathieu-Daudé, qemu-devel, qemu-trivial; +Cc: Alex Bennée
On 11/01/2019 16:55, Philippe Mathieu-Daudé wrote:
> Typo comes from upstream git://git.lwn.net/gitdm.git.
>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
> ---
> contrib/gitdm/filetypes.txt | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/contrib/gitdm/filetypes.txt b/contrib/gitdm/filetypes.txt
> index 15d6f803b9..165b71b3f9 100644
> --- a/contrib/gitdm/filetypes.txt
> +++ b/contrib/gitdm/filetypes.txt
> @@ -4,7 +4,7 @@
> # This program is free software; you can redistribute it and/or modify
> # it under the terms of the GNU General Public License as published by
> # the Free Software Foundation; either version 2 of the License, or
> -# (at your option any later version.
> +# (at your option) any later version.
> #
> # This program is distributed in the hope that it will be useful,
> # but WITHOUT ANY WARRANTY; without even the implied warranty of
>
Applied to my trivial-patches branch.
Thanks,
Laurent
^ permalink raw reply [flat|nested] 7+ messages in thread