| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | dashboard/config/linux: specify LSM in configs | Dmitry Vyukov | 2020-10-21 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | We used command line arguments to select LSM beause we did not have a good way to manage lots of configs. The problem is that command line arguments are not captures/provided with bug reports, so the configs we provided could not reproduce the bug for developers. We also had to duplicate .cmdline files 3 times. Now that we have a good way to manager lots of configs, embed LSM into the config. Now that we have 3 configs also switch apparmor and smack to SLUB. SLUB is the default for a very long time. Leave SLAB only on selinux. Update #2171 | |||||
| * | dashboard/config: delete old scripts and configs | Dmitry Vyukov | 2020-10-21 | 1 | -10/+0 | |
| | | | | | | | | | The shell and python scripts and config fragments are replaced by the new config generation system (dashboard/config/linux/bits and tools/syz-kconf). Update #2171 | |||||
| * | dashboard/config: move OS configs into separate dirs | Dmitry Vyukov | 2020-10-13 | 2 | -4/+4 | |
| | | | | | | | | | | | | There are too many assorted things in the config dir now. Split them per-OS. For now we just copy them to simplify deployment. When syzbot instances are switched to new configs, we can remove the old ones. Update #2171 | |||||
| * | vm: implement the VM interface for VMware Workstation | Radoslav Gerganov | 2020-10-10 | 1 | -1/+33 | |
| | | | | | | | | Use the "vmrun" utility to manage Workstation VMs. The syzkaller manager creates temporary VMs (linked clones) from a base image, gets their IP address and uses ssh to deploy and run programs (similar to the isolated mode). | |||||
| * | docs/linux: describe the current state of 802.11 frame descriptions | Aleksandr Nogikh | 2020-10-05 | 1 | -0/+112 | |
| | | ||||||
| * | docs/linux: add USB/IP Documentation | harputluoglu | 2020-10-02 | 1 | -0/+36 | |
| | | ||||||
| * | docs/linux: add an initial description of wifi fuzzing | Aleksandr Nogikh | 2020-10-01 | 1 | -0/+135 | |
| | | ||||||
| * | docs/linux: add instructions for fuzzing on VMware hosted hypervisors | Radoslav Gerganov | 2020-09-23 | 2 | -0/+80 | |
| | | | | | | | | 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: fix whitespaces in coverage doc | Dmitry Vyukov | 2020-09-15 | 1 | -2/+2 | |
| | | ||||||
| * | docs/linux/coverage.md: expand readelf section and reformat | m5imunovic | 2020-09-15 | 1 | -12/+46 | |
| | | ||||||
| * | docs/linux/coverage.md: fix doc format | m5imunovic | 2020-09-15 | 1 | -19/+31 | |
| | | ||||||
| * | docs/linux/coverage.md: expand coverage reporting doc | m5imunovic | 2020-09-15 | 1 | -5/+99 | |
| | | ||||||
| * | tools/check-whitespace.sh: check for trailing whitespaces | Dmitry Vyukov | 2020-09-14 | 7 | -54/+54 | |
| | | | | | | | File types that we don't format automatically can end up with such basic untidiness as trailing whitespaces. Check for these. Remove all existing precedents. | |||||
| * | docs/linux: describe how to setup s390x test environment | Alexander Egorenkov | 2020-09-13 | 2 | -0/+175 | |
| | | | | | Signed-off-by: Alexander Egorenkov <Alexander.Egorenkov@ibm.com> | |||||
| * | docs: clarify that Go 1.14 is required for contributors | Dmitry Vyukov | 2020-09-11 | 1 | -3/+4 | |
| | | ||||||
| * | dashboard/config: enable CONFIG_FAULT_INJECTION_USERCOPY | Albert van der Linde | 2020-09-09 | 1 | -0/+1 | |
| | | | | | | | | As CONFIG_FAULT_INJECTION_USERCOPY is already included in linux-next, enable the config. Fixes #1979 | |||||
| * | docs/usb: fix raw-gadget instructions | Andrey Konovalov | 2020-08-25 | 1 | -3/+2 | |
| | | ||||||
| * | docs/linux: update found bugs | Dmitry Vyukov | 2020-08-24 | 1 | -0/+15 | |
| | | ||||||
| * | docs/linux: fix KMEMLEAK variable in suggested kernel configs | clslgrnc | 2020-08-21 | 1 | -1/+1 | |
| | | ||||||
| * | Missing space at end of line of command | ThePraeceps | 2020-08-19 | 1 | -1/+1 | |
| | | | | There is a missing space on the command at line 131, which when copied causes it not to execute properly. | |||||
| * | docs/linux: use OpenSBI jump firmware in QEMU for linux/riscv64 | Tobias Klauser | 2020-07-09 | 1 | -3/+5 | |
| | | | | | | | | | Use the OpenSBI "jump" firmware with the QEMU -bios parameter to boot linux/riscv64. This will allow to boot the kernel directly without having to recompile OpenSBI every time the kernel is recompiled. Signed-off-by: Tobias Klauser <tklauser@distanz.ch> | |||||
| * | docs/linux: add not about default OpenSBI firmware in QEMU for linux/riscv64 | Tobias Klauser | 2020-07-09 | 1 | -0/+29 | |
| | | | | | | | | | Mention the possibility to use `-bios default` to use OpenSBI provided with QEMU. However, this might not work on all distributions yet, so make it optional. Signed-off-by: Tobias Klauser <tklauser@distanz.ch> | |||||
| * | docs/linux: drop dhcpcd from buildroot options in linux/riscv64 instructions | Tobias Klauser | 2020-07-09 | 1 | -1/+0 | |
| | | | | | | | buildroot already installs udhcpc as a DHCP client. Signed-off-by: Tobias Klauser <tklauser@distanz.ch> | |||||
| * | docs/linux: mention QEMU version in linux/riscv64 instructions | Tobias Klauser | 2020-07-09 | 1 | -0/+4 | |
| | | | | | Signed-off-by: Tobias Klauser <tklauser@distanz.ch> | |||||
| * | docs/linux: use OpenSBI instead of BBL to boot linux/riscv64 QEMU VM | Tobias Klauser | 2020-07-01 | 1 | -10/+12 | |
| | | | | | | | | | | | OpenSBI seems to be the recommended boot method nowadays, see e.g. [1], [2] [1] https://riscv.org/2019/01/risc-v-community-releases-opensbi-to-foster-continued-ecosystem-growth/ [2] https://wiki.freebsd.org/riscv#OpenSBI Signed-off-by: Tobias Klauser <tklauser@distanz.ch> | |||||
| * | docs/linux: mention CONFIG_KMEMLEAK in suggested kernel configs | Tobias Klauser | 2020-07-01 | 1 | -0/+7 | |
| | | | | | Signed-off-by: Tobias Klauser <tklauser@distanz.ch> | |||||
| * | docs/linux: change suggested kernel git repo | Dmitry Vyukov | 2020-06-29 | 1 | -1/+1 | |
| | | | | | | | | Suggest to checkout linux kernel from kernel.org rather than from github. github is a mirror and we don't use it ourselves and I think it's generally not used by kernel developers. The kernel.org repo is the canonical location. | |||||
| * | Update setup_ubuntu-host_qemu-vm_x86-64-kernel.md | Andrey Konovalov | 2020-06-29 | 1 | -1/+1 | |
| | | ||||||
| * | Update setup_ubuntu-host_qemu-vm_x86-64-kernel.md | Andrey Konovalov | 2020-06-29 | 1 | -1/+3 | |
| | | ||||||
| * | docs/linux: add setup guide for riscv64 kernel in QEMU | Tobias Klauser | 2020-06-27 | 2 | -0/+150 | |
| | | | | | Signed-off-by: Tobias Klauser <tklauser@distanz.ch> | |||||
| * | Update external_fuzzing_usb.md | Andrey Konovalov | 2020-06-19 | 1 | -4/+8 | |
| | | ||||||
| * | Update setup_ubuntu-host_qemu-vm_x86-64-kernel.md | Andrey Konovalov | 2020-06-19 | 1 | -0/+2 | |
| | | ||||||
| * | Update external_fuzzing_usb.md | Andrey Konovalov | 2020-06-17 | 1 | -1/+1 | |
| | | ||||||
| * | Update external_fuzzing_usb.md | Andrey Konovalov | 2020-06-16 | 1 | -7/+7 | |
| | | ||||||
| * | Update external_fuzzing_usb.md | Andrey Konovalov | 2020-06-16 | 1 | -1/+1 | |
| | | ||||||
| * | Update external_fuzzing_usb.md | Andrey Konovalov | 2020-06-12 | 1 | -7/+5 | |
| | | ||||||
| * | all: use more respective language | Dmitry Vyukov | 2020-06-11 | 2 | -3/+3 | |
| | | | | | | | | | 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.md | Andrey Konovalov | 2020-06-04 | 1 | -2/+2 | |
| | | ||||||
| * | Update setup.md | Andrey Konovalov | 2020-06-04 | 1 | -0/+15 | |
| | | ||||||
| * | docs/linux: fix example qemu command | Matt Morehouse | 2020-06-04 | 1 | -2/+2 | |
| | | ||||||
| * | Update setup_ubuntu-host_qemu-vm_x86-64-kernel.md | Andrey Konovalov | 2020-05-19 | 1 | -1/+1 | |
| | | ||||||
| * | tools/check_links.py: detect absolute links | Dmitry Vyukov | 2020-05-19 | 1 | -1/+1 | |
| | | | | | | Detect absolute links to our repo. These are not checked and long and inconsistent with majority of links. | |||||
| * | docs: various updates all over | Andrey Konovalov | 2020-05-08 | 3 | -3/+42 | |
| | | ||||||
| * | docs/linux: update x86-64 instructions | Andrey Konovalov | 2020-05-07 | 1 | -17/+20 | |
| | | ||||||
| * | sys/android: dev_ prefix for ion descriptions | Andrey Konovalov | 2020-05-07 | 4 | -98/+88 | |
| | | ||||||
| * | docs/linux: update links to go install | Andrey Konovalov | 2020-05-07 | 7 | -8/+8 | |
| | | ||||||
| * | docs: some setup.md updates | Andrey Konovalov | 2020-05-07 | 1 | -8/+7 | |
| | | ||||||
| * | docs: move go install instructions to setup.md | Andrey Konovalov | 2020-05-07 | 2 | -15/+46 | |
| | | | | | Also update go version requirement to 1.13. | |||||
| * | Update external_fuzzing_usb.md | Andrey Konovalov | 2020-05-05 | 1 | -28/+9 | |
| | | ||||||
| * | docs: update source download instructions | Dmitry Vyukov | 2020-05-02 | 1 | -1/+1 | |
| | | | | | | | | | Since we don't don't have auto-generated files checked-in, go get fails to parse packages. go get only prog package without building, this will checkout the whole repo anyway and that's the only thing we need. | |||||
