aboutsummaryrefslogtreecommitdiffstats
path: root/docs/linux/setup.md
Commit message (Collapse)AuthorAgeFilesLines
* docs/linux: update go versionzt20xx2025-03-191-3/+3
|
* doc: update go version in syzkaller setupSabyrzhan Tasbolatov2024-09-281-3/+3
| | | | | | | go.mod has been bumped with go 1.22.1 version recently. So let's update the documentation as well. https://github.com/google/syzkaller/blob/master/docs/linux/setup.md#go-and-syzkaller
* docs: update required Go versionBjoern Doebel2024-05-031-1/+1
| | | | Builds won't work with 1.20 anymore and the download steps below already mention 1.21.4, so adjust the text as well.
* vm/odroid: deleteDmitry Vyukov2024-04-151-1/+0
| | | | | | | | Delete support for odroid board. It's build broken for >3 years (at least on 8ba8079b119f). We keep it in history and if it's resurrected, it needs to be merged with vm/isolated and most code needs to be at least build-tested (mock out only the C interface).
* go: update to 1.20.11 and 1.21.4Taras Madan2023-11-281-3/+3
| | | | 1.22 release is expected in Feb 2024. We'll go 1.21 - 1.22 then.
* docs/linux/setup.md: update go versionTaras Madan2023-02-241-3/+3
|
* docs: update Go versionsDmitry Vyukov2022-01-191-15/+6
| | | | | Generally we aim at supporting 2 latest versions of Go. Currently it is 1.16 and 1.17.
* /docs: update instructions for source checkoutAdam Goska2022-01-191-2/+2
| | | | | | Updated documentation regarding source code checkout from the legacy gopath mode 'go get' to 'git clone'. Fixes #2828
* docs/linux: add instructions for fuzzing on VMware hosted hypervisorsRadoslav Gerganov2020-09-231-0/+1
| | | | | | | Add new page for fuzzing x86-64 Linux kernel on VMware VMs. It explains how to create a VMDK image and how to run it on Ubuntu host with Workstation installed. For now only the isolated mode of syzkaller is supported.
* docs/linux: describe how to setup s390x test environmentAlexander Egorenkov2020-09-131-0/+1
| | | | Signed-off-by: Alexander Egorenkov <Alexander.Egorenkov@ibm.com>
* docs: clarify that Go 1.14 is required for contributorsDmitry Vyukov2020-09-111-3/+4
|
* docs/linux: add setup guide for riscv64 kernel in QEMUTobias Klauser2020-06-271-0/+1
| | | | Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
* all: use more respective languageDmitry Vyukov2020-06-111-2/+2
| | | | | | | | Some terms are normalised on the technical level but may be oppressive on a societal level. Replace them with more technically neutral terms. See the following doc for a longer version: https://tools.ietf.org/id/draft-knodel-terminology-00.html
* Update setup.mdAndrey Konovalov2020-06-041-2/+2
|
* Update setup.mdAndrey Konovalov2020-06-041-0/+15
|
* docs: various updates all overAndrey Konovalov2020-05-081-3/+8
|
* sys/android: dev_ prefix for ion descriptionsAndrey Konovalov2020-05-071-2/+1
|
* docs: some setup.md updatesAndrey Konovalov2020-05-071-8/+7
|
* docs: move go install instructions to setup.mdAndrey Konovalov2020-05-071-6/+37
| | | | Also update go version requirement to 1.13.
* Update setup.mdAndrey Konovalov2020-02-251-10/+1
|
* Update setup.mdHeyuan2019-04-011-1/+1
| | | | | svn commit 231296 matches commit d29e939c63b71 ("Add fuzzing coverage support") in the gcc git. The change is part of gcc 6.1.0. Replace the svn commit number with a gcc version which everyone can easily compare. Related links: https://github.com/torvalds/linux/commit/58f4df3c1bde999574d3e66b20eb7ee796a2647e#diff-4552954e64a20391a1a3b5fd3e494bc3
* all: switch to Go 1.12Dmitry Vyukov2019-03-141-1/+1
| | | | | | | | 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
* Update setup.mdDmitry Vyukov2018-10-101-8/+6
| | | | Update Go instructions for newer toolchain. GOPATH and GOROOT are now optional, and we also need to add GOPATH/bin to PATH.
* docs: add instructions for arm kernelDmitry Vyukov2018-04-271-0/+1
|
* docs/linux: added and updated docs for ARM32 architectureAtul Prakash2017-11-221-0/+1
| | | | docs/linux: Also fixed link and spacing in arm32 docs
* docs: assorted improvementsAndrey Konovalov2017-10-271-1/+10
|
* docs: move linux kernel specific docs to docs/linux/ dirAndrey Konovalov2017-10-271-0/+70