From 221ec6c697895c2d2e796d7ae342eeb5997cac5d Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 8 Dec 2017 13:18:37 +0100 Subject: docs: clarify what is syzkaller config parameter --- docs/configuration.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs') 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: - `/crashes/*`: crash output files (see [Crash Reports](#crash-reports)) - `/corpus.db`: corpus with interesting programs - `/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). -- cgit mrf-deployment