From 30a6c103d18a71bd8dacab18447d6f4d8f8c7060 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sun, 18 Oct 2020 19:22:10 +0200 Subject: dashboard/config: delete old scripts and configs The shell and python scripts and config fragments are replaced by the new config generation system (dashboard/config/linux/bits and tools/syz-kconf). Update #2171 --- docs/linux/external_fuzzing_usb.md | 10 ---------- 1 file changed, 10 deletions(-) (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 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. -- cgit mrf-deployment