aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAndrey Konovalov <andreyknvl@google.com>2019-12-03 16:56:39 +0100
committerGitHub <noreply@github.com>2019-12-03 16:56:39 +0100
commit4b0a22b9af369e8e3111a2b37e3cfde5bba7d6ea (patch)
treefafb0b946079105c6cbff095b551c94c23cad393 /docs
parent6d75685110d2ceb5d24bce7e6e0217c85c8a7bcb (diff)
Update external_fuzzing_usb.md
Diffstat (limited to 'docs')
-rw-r--r--docs/linux/external_fuzzing_usb.md2
1 files changed, 1 insertions, 1 deletions
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: