diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2017-11-01 20:36:17 +0300 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2017-11-01 20:41:02 +0300 |
| commit | e511d9f8d8f1889892d53dd0317f3e99c024f3d5 (patch) | |
| tree | d6fafb4e985df8f448e178be442720cd55727507 /docs/akaros | |
| parent | e775312e813c7998bdf5e3bddef465bfa785b8d8 (diff) | |
docs: add found_bugs for akaros
Diffstat (limited to 'docs/akaros')
| -rw-r--r-- | docs/akaros/README.md | 18 | ||||
| -rw-r--r-- | docs/akaros/found_bugs.md | 6 |
2 files changed, 24 insertions, 0 deletions
diff --git a/docs/akaros/README.md b/docs/akaros/README.md new file mode 100644 index 000000000..f49662c02 --- /dev/null +++ b/docs/akaros/README.md @@ -0,0 +1,18 @@ +# Akaros support + +[Akaros](http://akaros.cs.berkeley.edu/) support is *incomplete*. + +See [Akaros getting started](https://github.com/brho/akaros/blob/master/GETTING_STARTED.md) +re kernel building/running. + +Akaros does not support Go at the moment (except for a broken +[1.3 port](https://github.com/akaros/go-akaros)). Full Go support is planned +for Akaros. Until that happens running on Akaros is challening. However, +`syz-stress` can be run as follows: + +```shell +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" +``` diff --git a/docs/akaros/found_bugs.md b/docs/akaros/found_bugs.md new file mode 100644 index 000000000..8bb9c9552 --- /dev/null +++ b/docs/akaros/found_bugs.md @@ -0,0 +1,6 @@ +# Found bugs + +_newer first_ + +* [kernel panic in generic_file_write](https://github.com/brho/akaros/issues/44) +* [assertion failed: page && pm_slot_check_refcnt(*page->pg_tree_slot)](https://github.com/brho/akaros/issues/42) |
