aboutsummaryrefslogtreecommitdiffstats
path: root/docs/linux/setup_ubuntu-host_android-device_arm32-kernel.md
Commit message (Collapse)AuthorAgeFilesLines
* sys/android: dev_ prefix for ion descriptionsAndrey Konovalov2020-05-071-56/+0
|
* docs/linux: update links to go installAndrey Konovalov2020-05-071-1/+1
|
* docs/linux: add references to syzkaller build instructionsWillem de Bruijn2019-07-041-1/+2
| | | | | | | | | | | | | | | | 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.
* all: switch to Go 1.12Dmitry Vyukov2019-03-141-25/+2
| | | | | | | | Differences in code formatting between Go versions cause constant problems for us (https://github.com/golang/go/issues/25161). Currently we support 1.9 and 1.10. Switch to newer 1.11 and 1.12. Fixes #1013
* docs: remove mentions of vmlinuxDmitry Vyukov2018-06-281-2/+2
| | | | | | vmlinux is deprecated in favor of kernel_obj. Remove all mentions of it. Also warn in syz-manager/mgrconfig if vmlinux is set.
* Makefile: fix Android buildsDmitry Vyukov2017-12-201-6/+1
| | | | | | | | | | | | | | | There are 2 known problems with current Android support: 1. It does not work with newer NDK (happens on every NDK update). 2. Dynamic Go binaries do not start on Android emulator. Drop special Android support and just build static linux binaries. For context see: https://groups.google.com/forum/#!msg/syzkaller/etg1ZJmTMzg/NYE-yjxxAQAJ https://groups.google.com/d/msg/syzkaller/8KjCYWslTFY/1oTXn5tTAgAJ Fixes #478
* docs/linux: added and updated docs for ARM32 architectureAtul Prakash2017-11-221-0/+83
docs/linux: Also fixed link and spacing in arm32 docs