From deef5fbc83e37ac11b9513d3e146b03b8c0b7d45 Mon Sep 17 00:00:00 2001 From: Willem de Bruijn Date: Wed, 3 Jul 2019 12:47:40 -0400 Subject: docs/linux: add references to syzkaller build instructions In the various linux build instructions, add pointers to the main doc with instructions for building syzkaller. These instructions were present before commit d23e90a7b44b ("all: switch to Go 1.12"). They were duplicated across files. Since the commit the instructions are in one place. Make it easier to find them from the platform-specific setup guides. Also clarify in the x86_64 guide that using a precompiled compiler from the supplied list is optional if the distribution provided compiler is recent enough. Before commit d28f4ce ("Update setup_ubuntu-host_qemu-vm_x86-64-kernel.md") the file had explicit build instructions. Those are no longer needed. --- docs/linux/setup_linux-host_android-device_arm64-kernel.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/linux/setup_linux-host_android-device_arm64-kernel.md') diff --git a/docs/linux/setup_linux-host_android-device_arm64-kernel.md b/docs/linux/setup_linux-host_android-device_arm64-kernel.md index 4880020d2..f5bb8f76e 100644 --- a/docs/linux/setup_linux-host_android-device_arm64-kernel.md +++ b/docs/linux/setup_linux-host_android-device_arm64-kernel.md @@ -3,6 +3,8 @@ Prerequisites: - Android Serial Cable or [Suzy-Q](https://chromium.googlesource.com/chromiumos/platform/ec/+/master/docs/case_closed_debugging.md) device to capture console output is preferable but optional. syzkaller can work with normal USB cable as well, but that can be somewhat unreliable and turn lots of crashes into "lost connection to test machine" crashes with no additional info. +- Build syzkaller as described [here](/docs/contributing.md). + In case you have old Android `/dev/ion` driver: ```sh -- cgit mrf-deployment