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_qemu-vm_arm64-kernel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/linux/setup_linux-host_qemu-vm_arm64-kernel.md') diff --git a/docs/linux/setup_linux-host_qemu-vm_arm64-kernel.md b/docs/linux/setup_linux-host_qemu-vm_arm64-kernel.md index ae7dd8dcc..0199e8d97 100644 --- a/docs/linux/setup_linux-host_qemu-vm_arm64-kernel.md +++ b/docs/linux/setup_linux-host_qemu-vm_arm64-kernel.md @@ -132,7 +132,7 @@ A sample config file that exercises the required options are shown below. Modify "target": "linux/arm64", "http": ":56700", "workdir": "/path/to/a/dir/to/store/syzkaller/corpus”, - "vmlinux": “/path/to/vmlinux", + "kernel_obj": “/path/to/linux/build/dir", "syzkaller": "/path/to/syzkaller/arm64/", "image": "/path/to/rootfs.ext3", "sshkey": "/path/to/ida_rsa", -- cgit mrf-deployment