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/linux/setup_linux-host_isolated.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/linux/setup_linux-host_isolated.md') diff --git a/docs/linux/setup_linux-host_isolated.md b/docs/linux/setup_linux-host_isolated.md index 1a2368336..0ee3beab5 100644 --- a/docs/linux/setup_linux-host_isolated.md +++ b/docs/linux/setup_linux-host_isolated.md @@ -83,7 +83,7 @@ Use the following config: "rpc": "127.0.0.1:0", "sshkey" : "/path/to/optional/sshkey", "workdir": "/syzkaller/workdir", - "vmlinux": "/linux-next/vmlinux", + "kernel_obj": "/linux-next", "syzkaller": "/go/src/github.com/google/syzkaller", "sandbox": "setuid", "type": "isolated", @@ -98,7 +98,7 @@ Use the following config: Don't forget to update: - `target` (target OS/arch) - `workdir` (path to the workdir) - - `vmlinux` (path to the `vmlinux` binary) + - `kernel_obj` (path to kernel build directory) - `sshkey` You can setup an sshkey (optional) - `vm.targets` List of hosts to use for fufzzing - `vm.target_dir` Working directory on the target host -- cgit mrf-deployment