aboutsummaryrefslogtreecommitdiffstats
path: root/docs/linux
diff options
context:
space:
mode:
authorAndrey Konovalov <andreyknvl@google.com>2019-08-20 20:13:22 +0200
committerGitHub <noreply@github.com>2019-08-20 20:13:22 +0200
commit6b8391d069ed24abb321ad3e7564292a6d42a997 (patch)
tree9f2e737cef7b823895b2c8dbea187e0959b132c3 /docs/linux
parentcfc9868f25f37077a00800c89ed55586a333cdf3 (diff)
Update external_fuzzing_usb.md
Diffstat (limited to 'docs/linux')
-rw-r--r--docs/linux/external_fuzzing_usb.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/linux/external_fuzzing_usb.md b/docs/linux/external_fuzzing_usb.md
index 3d3ca0601..f9da23ced 100644
--- a/docs/linux/external_fuzzing_usb.md
+++ b/docs/linux/external_fuzzing_usb.md
@@ -1,12 +1,15 @@
External USB fuzzing for Linux kernel
=====================================
-# USB fuzzing with syzkaller
-
This page describes the current state of external USB fuzzing support in syzkaller.
Note, that it's still in development and things might change.
-This allowed to find over [80 bugs](/docs/linux/found_bugs_usb.md) in the Linux kernel USB stack so far.
+Some details about how it works can be found:
+
+1. In the OffensiveCon 2019 [slides](https://docs.google.com/presentation/d/1z-giB9kom17Lk21YEjmceiNUVYeI6yIaG5_gZ3vKC-M/edit?usp=sharing).
+2. In [this](https://marc.info/?l=linux-usb&m=155551883403285&w=2) email.
+
+This allowed to find over [100 bugs](/docs/linux/found_bugs_usb.md) in the Linux kernel USB stack so far.
How to set this up: