From 3ef496b7ba14f5099f3d09f9da0e931411c2afc0 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 5 Apr 2019 17:59:52 +0200 Subject: 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. --- docs/linux/found_bugs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/linux/found_bugs.md') diff --git a/docs/linux/found_bugs.md b/docs/linux/found_bugs.md index c8de55f86..1c2e4174f 100644 --- a/docs/linux/found_bugs.md +++ b/docs/linux/found_bugs.md @@ -1,6 +1,6 @@ # Found bugs -Most latest bugs are reported by [syzbot](/docs/syzbot.md) and are listed [here](https://groups.google.com/forum/#!forum/syzkaller-bugs) and on the [dashboard](https://syzkaller.appspot.com/#upstream). +Most latest bugs are reported by [syzbot](/docs/syzbot.md) and are listed [here](https://groups.google.com/forum/#!forum/syzkaller-bugs) and on the [dashboard](https://syzkaller.appspot.com/upstream). Additional USB bugs are [here](/docs/linux/found_bugs_usb.md). _newer first_ -- cgit mrf-deployment