[PATCH v2 0/2] Fix spelling/formatting in fuzzing patches

Alexander Bulekov posted 2 patches 5 years, 8 months ago
Test docker-quick@centos7 failed
Test FreeBSD failed
Test docker-mingw@fedora failed
Test checkpatch failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200227031439.31386-1-alxndr@bu.edu
Maintainers: Alexander Bulekov <alxndr@bu.edu>, Paolo Bonzini <pbonzini@redhat.com>, Bandan Das <bsd@redhat.com>, Stefan Hajnoczi <stefanha@redhat.com>, Laurent Vivier <lvivier@redhat.com>, Thomas Huth <thuth@redhat.com>
qtest.c                       |  3 ++-
tests/qtest/fuzz/fork_fuzz.ld | 16 ++++++++++------
tests/qtest/fuzz/qos_fuzz.c   |  5 ++++-
3 files changed, 16 insertions(+), 8 deletions(-)
[PATCH v2 0/2] Fix spelling/formatting in fuzzing patches
Posted by Alexander Bulekov 5 years, 8 months ago
These patches fix some spelling and line-length violations introduced by
the device-fuzzing changes:
https://lists.gnu.org/archive/html/qemu-devel/2020-02/msg05965.html

v2: fixes comment style in the fork_fuzz.ld linker script

Alexander Bulekov (2):
  fuzz: fix style/typos in linker-script comments
  qtest: fix fuzzer-related 80-char limit violations

 qtest.c                       |  3 ++-
 tests/qtest/fuzz/fork_fuzz.ld | 16 ++++++++++------
 tests/qtest/fuzz/qos_fuzz.c   |  5 ++++-
 3 files changed, 16 insertions(+), 8 deletions(-)

-- 
2.25.0


Re: [PATCH v2 0/2] Fix spelling/formatting in fuzzing patches
Posted by Stefan Hajnoczi 5 years, 8 months ago
On Wed, Feb 26, 2020 at 10:14:37PM -0500, Alexander Bulekov wrote:
> These patches fix some spelling and line-length violations introduced by
> the device-fuzzing changes:
> https://lists.gnu.org/archive/html/qemu-devel/2020-02/msg05965.html
> 
> v2: fixes comment style in the fork_fuzz.ld linker script
> 
> Alexander Bulekov (2):
>   fuzz: fix style/typos in linker-script comments
>   qtest: fix fuzzer-related 80-char limit violations
> 
>  qtest.c                       |  3 ++-
>  tests/qtest/fuzz/fork_fuzz.ld | 16 ++++++++++------
>  tests/qtest/fuzz/qos_fuzz.c   |  5 ++++-
>  3 files changed, 16 insertions(+), 8 deletions(-)
> 
> -- 
> 2.25.0
> 

Thanks, applied to my block tree:
https://github.com/stefanha/qemu/commits/block

Stefan
Re: [PATCH v2 0/2] Fix spelling/formatting in fuzzing patches
Posted by Darren Kenny 5 years, 8 months ago
For the series:

Reviewed-by: Darren Kenny <darren.kenny@oracle.com>

Thanks,

Darren.

On Wed, Feb 26, 2020 at 10:14:37PM -0500, Alexander Bulekov wrote:
>These patches fix some spelling and line-length violations introduced by
>the device-fuzzing changes:
>https://lists.gnu.org/archive/html/qemu-devel/2020-02/msg05965.html
>
>v2: fixes comment style in the fork_fuzz.ld linker script
>
>Alexander Bulekov (2):
>  fuzz: fix style/typos in linker-script comments
>  qtest: fix fuzzer-related 80-char limit violations
>
> qtest.c                       |  3 ++-
> tests/qtest/fuzz/fork_fuzz.ld | 16 ++++++++++------
> tests/qtest/fuzz/qos_fuzz.c   |  5 ++++-
> 3 files changed, 16 insertions(+), 8 deletions(-)
>
>-- 
>2.25.0
>
>