diff options
Diffstat (limited to 'docs/usage.md')
| -rw-r--r-- | docs/usage.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/usage.md b/docs/usage.md index a15aa1e78..53a5a49aa 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -8,7 +8,7 @@ Start the `syz-manager` process as: ``` The `syz-manager` process will wind up VMs and start fuzzing in them. -The `-config` command line option gives the location of the configuration file, which is [described here](configuration.md). +The `-config` command line option gives the location of the configuration file, which is described [here](configuration.md). Found crashes, statistics and other information is exposed on the HTTP address specified in the manager config. ## Crashes @@ -24,10 +24,10 @@ If a reproducer is successfully found, it can be generated in one of the two for Syzkaller always tries to generate a more user-friendly C reproducer, but sometimes fails for various reasons (for example slightly different timings). In case syzkaller only generated a syzkaller program, there's [a way to execute them](reproducing_crashes.md) to reproduce and debug the crash manually. -## Reporting bugs +## Hub -Check [here](linux/reporting_kernel_bugs.md) for the instructions on how to report Linux kernel bugs. +In case you're running multiple `syz-manager` instances, there's a way connect them together and allow to exchange programs and reproducers, see the details [here](hub.md). -## Other +## Reporting bugs -[How to connect several managers via Hub](hub.md) +Check [here](linux/reporting_kernel_bugs.md) for the instructions on how to report Linux kernel bugs. |
