aboutsummaryrefslogtreecommitdiffstats
path: root/docs/linux
diff options
context:
space:
mode:
Diffstat (limited to 'docs/linux')
-rw-r--r--docs/linux/external_fuzzing_usb.md10
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/linux/external_fuzzing_usb.md b/docs/linux/external_fuzzing_usb.md
index 3229512ba..6f78fd867 100644
--- a/docs/linux/external_fuzzing_usb.md
+++ b/docs/linux/external_fuzzing_usb.md
@@ -72,16 +72,6 @@ c. making UDC driver name configurable for `syz-execprog` and `syz-prog2c`.
The easiest option is to use the [config](/dashboard/config/linux/upstream-usb.config) from the syzbot USB fuzzing instance.
- Another option is to use the USB config generation [script](/dashboard/config/generate-config-usb.sh).
- This script allows to extract enabled USB related configs from a set of existing `.config` files.
- Right now it extracts configs only from [one](/dashboard/config/linux/distros) of the Ubuntu kernel's configs.
-
- ``` bash
- cd ./dashboard/config/linux/
- # Put relevant .configs into ./distros/
- CC=$COMPILER_BINARY_PATH KERNEL_SOURCE=$KERNEL_SOURCE_PATH ./generate-config-usb.sh
- ```
-
3. Build the kernel.
4. Optionally update syzkaller descriptions by extracting USB IDs using the instructions below.