From e502f1a6dfee2bd1716d838340b1584c05d29b60 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 28 Jun 2018 12:01:02 +0200 Subject: docs: remove mentions of vmlinux vmlinux is deprecated in favor of kernel_obj. Remove all mentions of it. Also warn in syz-manager/mgrconfig if vmlinux is set. --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/configuration.md') diff --git a/docs/configuration.md b/docs/configuration.md index c53074444..522b1f85d 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -15,7 +15,7 @@ following keys in its top-level object: - `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 + - `kernel_obj`: Directory with object files (e.g. `vmlinux` for linux) (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). - `image`: Location of the disk image file for the QEMU instance; a copy of this file is passed as the -- cgit mrf-deployment