aboutsummaryrefslogtreecommitdiffstats
path: root/docs/akaros
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2024-04-15 10:37:30 +0200
committerDmitry Vyukov <dvyukov@google.com>2024-04-15 10:19:39 +0000
commitc6f10907c38ce49ddc321539f75aabf0a9ad6c71 (patch)
tree1277a1d64e2201b58b550ef0131222eaab9fcf73 /docs/akaros
parent33fec5a3ec55bce7f1664e70e6f5ff8daf56886d (diff)
all: remove akaros support
Akaros support is unused, it was shutdown on syzbot for a while, the akaros development seems to be frozen for years as well. We have a bunch of hacks for Akaros since it supported only super old gcc and haven't supported Go. Remove it.
Diffstat (limited to 'docs/akaros')
-rw-r--r--docs/akaros/README.md21
-rw-r--r--docs/akaros/found_bugs.md11
2 files changed, 5 insertions, 27 deletions
diff --git a/docs/akaros/README.md b/docs/akaros/README.md
index ec89711bc..21da83805 100644
--- a/docs/akaros/README.md
+++ b/docs/akaros/README.md
@@ -1,18 +1,7 @@
# 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 challenging. 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"
-```
+[Akaros](http://akaros.cs.berkeley.edu/) support was **removed**.
+You can find it in git history, if needed.
+Found bugs are [here](https://groups.google.com/forum/#!searchin/akaros/syzbot),
+[here](https://syzkaller.appspot.com/akaros)
+and [here](https://github.com/brho/akaros/issues?q=is%3Aissue+syzkaller).
diff --git a/docs/akaros/found_bugs.md b/docs/akaros/found_bugs.md
deleted file mode 100644
index 6c29b4487..000000000
--- a/docs/akaros/found_bugs.md
+++ /dev/null
@@ -1,11 +0,0 @@
-# Found bugs
-
-Most latest bugs are reported by [syzbot](/docs/syzbot.md) to
-[akaros](https://groups.google.com/forum/#!searchin/akaros/syzbot)
-mailing list and are listed on the [dashboard](https://syzkaller.appspot.com/akaros).
-
-_newer first_
-
-* [page fault in pipewrite](https://github.com/brho/akaros/issues/46)
-* [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)