diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-10-18 19:22:10 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-10-21 10:22:10 +0200 |
| commit | 30a6c103d18a71bd8dacab18447d6f4d8f8c7060 (patch) | |
| tree | 67437282e899cfdc18ce08a4851a999e71a18317 /docs/linux/external_fuzzing_usb.md | |
| parent | 6c48899b6c65d54e0914670e2ad48910c7d3f445 (diff) | |
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
Diffstat (limited to 'docs/linux/external_fuzzing_usb.md')
| -rw-r--r-- | docs/linux/external_fuzzing_usb.md | 10 |
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. |
