Re: [PATCH v5 00/20] Add virtual device fuzzing support

2019-11-14 Thread Alexander Bulekov
On 11/14/19 5:55 AM, Darren Kenny wrote: Hi Alexander, A quick comment on the fact that you omitted any Reviewed-by's that you have received so far. Was that intentional? No - I'll find a way to add them. sorry about that -Alex Thanks, Darren. On Wed, Nov 13, 2019 at 10:50:41PM +, Olei

Re: [PATCH v5 00/20] Add virtual device fuzzing support

2019-11-14 Thread Darren Kenny
Hi Alexander, A quick comment on the fact that you omitted any Reviewed-by's that you have received so far. Was that intentional? Thanks, Darren. On Wed, Nov 13, 2019 at 10:50:41PM +, Oleinik, Alexander wrote: This series adds a framework for coverage-guided fuzzing of virtual-devices. F

[PATCH v5 00/20] Add virtual device fuzzing support

2019-11-13 Thread Oleinik, Alexander
This series adds a framework for coverage-guided fuzzing of virtual-devices. Fuzzing targets are based on qtest and can make use of the libqos abstractions. V5: * misc fixes addressing V4 comments * cleanup in-process handlers/globals in libqtest.c * small fixes to fork-based fuzzing and suppor