syzkaller is an unsupervised coverage-guided kernel fuzzer
Go to file
Dmitry Vyukov 97b58e7eae syz-manager/mgrconfig: move sshkey from vm config to manager config
Sshkey is a property of image, which is in manager config.
Move sshkey to the same location as image.

The motivation for the move is as follows.
Continuous build produces an image and the key,
both need to be passed manager instance.
Continuous build system should not distinguish
different VM types and mess with their configs.

NOTE FOR USERS: this breaks manager configs again.
Hopefully the last time for now. Docs are updated.
2017-06-17 15:02:58 +02:00
dashboard manager: add ability to communicate with dashboard 2017-02-17 18:52:07 +01:00
docs syz-manager/mgrconfig: move sshkey from vm config to manager config 2017-06-17 15:02:58 +02:00
executor sys: use consistent icmp socket syscall names 2017-06-14 19:51:56 +02:00
Godeps vendor: switch from dep to godep 2017-06-13 20:23:21 +02:00
pkg pkg/symbolizer: move from symbolizer 2017-06-17 14:41:15 +02:00
prog repro: always minimize over EnableTun 2017-06-12 19:48:23 +02:00
sys sys/syz-extract: move from syz-extract 2017-06-17 14:41:15 +02:00
syz-dash syz-dash: move patch parsing to pkg/kernel 2017-06-14 10:18:10 +02:00
syz-fuzzer pkg/rpctype: from from rpctype 2017-06-17 14:41:15 +02:00
syz-gce syz-manager/mgrconfig: move sshkey from vm config to manager config 2017-06-17 15:02:58 +02:00
syz-hub pkg/rpctype: from from rpctype 2017-06-17 14:41:15 +02:00
syz-manager syz-manager/mgrconfig: move sshkey from vm config to manager config 2017-06-17 15:02:58 +02:00
tools syz-manager/mgrconfig: move sshkey from vm config to manager config 2017-06-17 15:02:58 +02:00
vendor vendor: switch from dep to godep 2017-06-13 20:23:21 +02:00
vm syz-manager/mgrconfig: move sshkey from vm config to manager config 2017-06-17 15:02:58 +02:00
.clang-format add a missed file 2015-10-13 15:29:07 +02:00
.gitignore sys: check in generated files 2017-06-13 15:55:31 +02:00
AUTHORS syz-hub: fix copy-paste error in httpSummary() 2017-06-14 15:59:45 +03:00
CONTRIBUTORS syz-hub: fix copy-paste error in httpSummary() 2017-06-14 15:59:45 +03:00
LICENSE initial commit 2015-10-12 10:16:57 +02:00
Makefile sys/syz-extract: move from syz-extract 2017-06-17 14:41:15 +02:00
README.md docs: move parts of README to docs 2017-06-14 16:13:33 +02:00

syzkaller - linux kernel fuzzer

syzkaller is an unsupervised coverage-guided Linux kernel fuzzer.

The project mailing list is syzkaller@googlegroups.com. You can subscribe to it with a google account or by sending an email to syzkaller+subscribe@googlegroups.com.

List of found bugs.

Documentation

External Articles

Disclaimer

This is not an official Google product.