aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2017-12-08 13:18:37 +0100
committerDmitry Vyukov <dvyukov@google.com>2017-12-08 13:18:37 +0100
commit221ec6c697895c2d2e796d7ae342eeb5997cac5d (patch)
tree67e0fb961286557696bbe5e18f13e69aeac671cc
parentb0fa969c096608d3411359b3d0c4f95b95ddc2d5 (diff)
docs: clarify what is syzkaller config parameter
-rw-r--r--docs/configuration.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index e45eff8d4..ed301267b 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -10,7 +10,9 @@ following keys in its top-level object:
- `<workdir>/crashes/*`: crash output files (see [Crash Reports](#crash-reports))
- `<workdir>/corpus.db`: corpus with interesting programs
- `<workdir>/instance-x`: per VM instance temporary files
- - `syzkaller`: Location of the `syzkaller` checkout.
+ - `syzkaller`: Location of the `syzkaller` checkout, `syz-manager` will look
+ for binaries in `bin` subdir (does not have to be `syzkaller` checkout as
+ long as it preserves `bin` dir structure)
- `vmlinux`: Location of the `vmlinux` file that corresponds to the kernel being tested
(used for report symbolization and coverage reports, optional).
- `procs`: Number of parallel test processes in each VM (4 or 8 would be a reasonable number).