Re: [PATCH v8 19/21] fuzz: add virtio-net fuzz target

2020-02-06 Thread Alexander Bulekov
On 200205 1357, Darren Kenny wrote: > On Wed, Jan 29, 2020 at 05:34:27AM +, Bulekov, Alexander wrote: > > The virtio-net fuzz target feeds inputs to all three virtio-net > > virtqueues, and uses forking to avoid leaking state between fuzz runs. > > > > Signed-off-by: Alexander Bulekov > > ---

Re: [PATCH v8 19/21] fuzz: add virtio-net fuzz target

2020-02-05 Thread Darren Kenny
On Wed, Jan 29, 2020 at 05:34:27AM +, Bulekov, Alexander wrote: The virtio-net fuzz target feeds inputs to all three virtio-net virtqueues, and uses forking to avoid leaking state between fuzz runs. Signed-off-by: Alexander Bulekov --- tests/qtest/fuzz/Makefile.include | 1 + tests/qtest/

Re: [PATCH v8 19/21] fuzz: add virtio-net fuzz target

2020-01-30 Thread Stefan Hajnoczi
On Wed, Jan 29, 2020 at 05:34:27AM +, Bulekov, Alexander wrote: > The virtio-net fuzz target feeds inputs to all three virtio-net > virtqueues, and uses forking to avoid leaking state between fuzz runs. > > Signed-off-by: Alexander Bulekov > --- > tests/qtest/fuzz/Makefile.include | 1 + >

[PATCH v8 19/21] fuzz: add virtio-net fuzz target

2020-01-28 Thread Bulekov, Alexander
The virtio-net fuzz target feeds inputs to all three virtio-net virtqueues, and uses forking to avoid leaking state between fuzz runs. Signed-off-by: Alexander Bulekov --- tests/qtest/fuzz/Makefile.include | 1 + tests/qtest/fuzz/virtio_net_fuzz.c | 195 + 2 files