[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 1/2] fuzz: add virtio-blk fuzz target
From: |
Dima Stepanov |
Subject: |
Re: [PATCH v2 1/2] fuzz: add virtio-blk fuzz target |
Date: |
Fri, 13 Nov 2020 13:10:20 +0300 |
User-agent: |
Mutt/1.5.24 (2015-08-30) |
On Mon, Nov 09, 2020 at 01:24:20PM +0100, Thomas Huth wrote:
> On 09/11/2020 12.25, Dima Stepanov wrote:
> > The virtio-blk fuzz target sets up and fuzzes the available virtio-blk
> > queues. The implementation is based on two files:
> > - tests/qtest/fuzz/virtio_scsi_fuzz.c
> > - tests/qtest/virtio_blk_test.c
> >
> > Signed-off-by: Dima Stepanov <dimastep@yandex-team.ru>
> > Reviewed-by: Alexander Bulekov <alxndr@bu.edu>
> > ---
> > tests/qtest/fuzz/meson.build | 1 +
> > tests/qtest/fuzz/virtio_blk_fuzz.c | 234
> > +++++++++++++++++++++++++++++++++++++
> > 2 files changed, 235 insertions(+)
> > create mode 100644 tests/qtest/fuzz/virtio_blk_fuzz.c
>
> Thanks, I can add this to my next qtest-related pull request.
> Note: I just spotted your patch by accident ... please put me on CC: if you
> want me to merge qtest/fuzzer related patches.
Hi Thomas,
Thanks for handling it. Got it! Will add you to CC for the next fuzzing
pull requests.
Dima.
>
> Thomas
>