aboutsummaryrefslogtreecommitdiffstats
path: root/docs/linux/external_fuzzing_usb.md
diff options
context:
space:
mode:
authorAndrey Konovalov <andreyknvl@google.com>2019-12-13 23:53:10 +0100
committerGitHub <noreply@github.com>2019-12-13 23:53:10 +0100
commit408bbb846142523c8bfc1f12584767053f5ca477 (patch)
treeb1f9f4d60cfa8b19a95ceaa1c350767b42572a53 /docs/linux/external_fuzzing_usb.md
parent5b2ca5dad8dbac133c9e8bbb08435555f5786e18 (diff)
Update external_fuzzing_usb.md
Diffstat (limited to 'docs/linux/external_fuzzing_usb.md')
-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 71a038ade..1ad0856a1 100644
--- a/docs/linux/external_fuzzing_usb.md
+++ b/docs/linux/external_fuzzing_usb.md
@@ -11,7 +11,7 @@ USB fuzzing consists of 3 parts:
1. Syzkaller changes that are now upstream.
2. Kernel interface for USB device emulation, which can be found [here](https://github.com/google/kasan/commits/usb-fuzzer) and is now being upstreamed.
3. KCOV changes that allow to collect coverage from background threads and interrupts
-(the former can be found [here](https://github.com/google/kasan/commits/usb-fuzzer) and is now being upstreamed, the latter is still in development).
+(the former is now upstream, the latter can be found [here](https://github.com/google/kasan/commits/usb-fuzzer) and is now being upstreamed).
More details can be found: