syzkaller/docs/akaros
Dmitry Vyukov 3ef496b7ba dashboard/app: split dashboard per-namespace
We now have too many namespaces and bugs.
Main page takes infinity to load.
Also almost nobody is interested in more than 1 namespace.
So split main page per-namespaces.
2019-04-08 14:32:32 +02:00
..
found_bugs.md dashboard/app: split dashboard per-namespace 2019-04-08 14:32:32 +02:00
README.md docs: add found_bugs for akaros 2017-11-01 20:41:02 +03:00

Akaros support

Akaros support is incomplete.

See Akaros getting started re kernel building/running.

Akaros does not support Go at the moment (except for a broken 1.3 port). Full Go support is planned for Akaros. Until that happens running on Akaros is challening. However, syz-stress can be run as follows:

make TARGETOS=linux syz-stress
make TARGETOS=akaros SOURCEDIR=/akaros/checkout executor
scp -P 5555 -i akaros_id_rsa -o IdentitiesOnly=yes bin/akaros_amd64/syz-executor  root@localhost:/
bin/linux_amd64/syz-stress -os=akaros -ipc=pipe -procs=8 -executor "/usr/bin/ssh -p 5555 -i akaros_id_rsa -o IdentitiesOnly=yes root@localhost /syz-executor"