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_ubuntu-host_odroid-c2-board_arm64-kernel.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/linux/setup_ubuntu-host_odroid-c2-board_arm64-kernel.md') diff --git a/docs/linux/setup_ubuntu-host_odroid-c2-board_arm64-kernel.md b/docs/linux/setup_ubuntu-host_odroid-c2-board_arm64-kernel.md index efb07a771..86d35cfd9 100644 --- a/docs/linux/setup_ubuntu-host_odroid-c2-board_arm64-kernel.md +++ b/docs/linux/setup_ubuntu-host_odroid-c2-board_arm64-kernel.md @@ -289,7 +289,7 @@ Use the following config: "target": "linux/arm64", "http": "127.0.0.1:56741", "workdir": "/syzkaller/workdir", - "vmlinux": "/linux-next/vmlinux", + "kernel_obj": "/linux-next", "syzkaller": "/go/src/github.com/google/syzkaller", "sshkey": "/odroid/ssh/id_rsa", "rpc": "172.16.0.30:0", @@ -310,7 +310,7 @@ Use the following config: Don't forget to update: - `workdir` (path to the workdir) - - `vmlinux` (path to the `vmlinux` binary) + - `kernel_obj` (path to kernel build directory) - `sshkey` (path to the generated ssh private key) - `vm.console` (serial device you used in `minicom`) - `vm.hub_bus` (number of the bus to which USB hub is connected, view with `lsusb`) -- cgit mrf-deployment