From 4b0a22b9af369e8e3111a2b37e3cfde5bba7d6ea Mon Sep 17 00:00:00 2001 From: Andrey Konovalov Date: Tue, 3 Dec 2019 16:56:39 +0100 Subject: Update external_fuzzing_usb.md --- docs/linux/external_fuzzing_usb.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/linux/external_fuzzing_usb.md') diff --git a/docs/linux/external_fuzzing_usb.md b/docs/linux/external_fuzzing_usb.md index 04bf9018a..3f2509c28 100644 --- a/docs/linux/external_fuzzing_usb.md +++ b/docs/linux/external_fuzzing_usb.md @@ -24,7 +24,7 @@ A few major things that need to be done: 1. Upstream KCOV changes that allow to collect coverage from background threads. 2. Upstream the kernel interface for USB device emulation. 3. Implement a proper way for extracting relevant USB ids from the kernel ([discussion](https://www.spinics.net/lists/linux-usb/msg187915.html) is ongoing). -4. Add descriptions for all main USB classes. +4. Add descriptions for all relevant USB classes and drivers. 5. Collect coverage from interrupts (this is required to enable better fuzzing of USB drivers after enumeration completes). The work on points 1 and 2 has started: -- cgit mrf-deployment