diff options
| author | Andrey Konovalov <andreyknvl@google.com> | 2020-05-06 17:18:35 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-05-07 11:26:03 +0200 |
| commit | d443a94b19986ae9b5ac17e76a02b4eb452ea02b (patch) | |
| tree | 4dba3a5bb118c7d1104430f32b7a379a84f31503 | |
| parent | 6ba01b1e0ac94d694108d2989ee9aa839b6e5fee (diff) | |
docs/linux: update links to go install
7 files changed, 8 insertions, 8 deletions
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 f5bb8f76e..2b3c14087 100644 --- a/docs/linux/setup_linux-host_android-device_arm64-kernel.md +++ b/docs/linux/setup_linux-host_android-device_arm64-kernel.md @@ -3,7 +3,7 @@ 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). +- Build syzkaller as described [here](/docs/linux/setup.md#go-and-syzkaller). In case you have old Android `/dev/ion` driver: diff --git a/docs/linux/setup_linux-host_isolated.md b/docs/linux/setup_linux-host_isolated.md index 387ff1052..2d36ca495 100644 --- a/docs/linux/setup_linux-host_isolated.md +++ b/docs/linux/setup_linux-host_isolated.md @@ -66,7 +66,7 @@ To execute commands on the DUT before fuzzing (re-)starts, ## Syzkaller -Build syzkaller as described [here](/docs/contributing.md). +Build syzkaller as described [here](/docs/linux/setup.md#go-and-syzkaller). Use the following config: ``` diff --git a/docs/linux/setup_linux-host_qemu-vm_arm-kernel.md b/docs/linux/setup_linux-host_qemu-vm_arm-kernel.md index da74b90bd..c88d9a8f6 100644 --- a/docs/linux/setup_linux-host_qemu-vm_arm-kernel.md +++ b/docs/linux/setup_linux-host_qemu-vm_arm-kernel.md @@ -104,7 +104,7 @@ ssh should succeed. # syzkaller -Build syzkaller as described [here](/docs/contributing.md), with `arm` target: +Build syzkaller as described [here](/docs/linux/setup.md#go-and-syzkaller), with `arm` target: ``` make TARGETOS=linux TARGETARCH=arm 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 c60c06944..d4eab5b43 100644 --- a/docs/linux/setup_linux-host_qemu-vm_arm64-kernel.md +++ b/docs/linux/setup_linux-host_qemu-vm_arm64-kernel.md @@ -128,7 +128,7 @@ Reboot the machine, and ensure that you can ssh from host to guest as. ## Build syzkaller -Build syzkaller as described [here](/docs/contributing.md), with `arm64` target: +Build syzkaller as described [here](/docs/linux/setup.md#go-and-syzkaller), with `arm64` target: ``` CC=gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/bin/aarch64-linux-gnu-g++ diff --git a/docs/linux/setup_ubuntu-host_android-device_arm32-kernel.md b/docs/linux/setup_ubuntu-host_android-device_arm32-kernel.md index b193aa212..36c50bd63 100644 --- a/docs/linux/setup_ubuntu-host_android-device_arm32-kernel.md +++ b/docs/linux/setup_ubuntu-host_android-device_arm32-kernel.md @@ -17,7 +17,7 @@ If feasible, recompile and reinstall the Linux kernel with any debugging options ## Build syzkaller executables -Build syzkaller as described [here](/docs/contributing.md), with `arm` target: +Build syzkaller as described [here](/docs/linux/setup.md#go-and-syzkaller), with `arm` target: ``` make TARGETOS=linux TARGETARCH=arm 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 eb8dd8c0a..b9d61e9f6 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 @@ -278,7 +278,7 @@ Now make sure you can ssh with the key: ssh -i ./ssh/id_rsa root@172.16.0.31 ``` -Build syzkaller as described [here](/docs/contributing.md), with `odroid` build tag: +Build syzkaller as described [here](/docs/linux/setup.md#go-and-syzkaller), with `odroid` build tag: ``` bash make GOTAGS=odroid TARGETARCH=arm64 diff --git a/docs/linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md b/docs/linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md index 3ecfa81d4..4ce4aefc2 100644 --- a/docs/linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md +++ b/docs/linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md @@ -169,8 +169,8 @@ kill $(cat vm.pid) ## syzkaller -Build syzkaller as described [here](/docs/contributing.md#go). Then -create a manager config like the following, replacing the environment +Build syzkaller as described [here](/docs/linux/setup.md#go-and-syzkaller). +Then create a manager config like the following, replacing the environment variables `$GOPATH`, `$KERNEL` and `$IMAGE` with their actual values. ``` |
