Message ID | cover.1604920905.git.dimastep@yandex-team.ru |
---|---|
Headers | show |
Series | fuzz: add virtio-blk fuzz target | expand |
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 >