Re: [PATCH 0/3] kcov: collect coverage from usb and vhost

2019-10-23 Thread Dmitry Vyukov
On Tue, Oct 22, 2019 at 6:46 PM Andrey Konovalov wrote: > > This patchset extends kcov to allow collecting coverage from the USB > subsystem and vhost workers. See the first patch description for details > about the kcov extension. The other two patches apply this kcov extension > to USB and vhost

[PATCH 0/3] kcov: collect coverage from usb and vhost

2019-10-22 Thread Andrey Konovalov
This patchset extends kcov to allow collecting coverage from the USB subsystem and vhost workers. See the first patch description for details about the kcov extension. The other two patches apply this kcov extension to USB and vhost. These patches have been used to enable coverage-guided USB fuzzi