aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2019-04-05 17:59:52 +0200
committerDmitry Vyukov <dvyukov@google.com>2019-04-08 14:32:32 +0200
commit3ef496b7ba14f5099f3d09f9da0e931411c2afc0 (patch)
treea8be358be459834235232c96bbb6bdd9d0a2e1ba /docs
parentc34fde03ec2b778c7cb3f4463dac2e6b9c7934c9 (diff)
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.
Diffstat (limited to 'docs')
-rw-r--r--docs/akaros/found_bugs.md2
-rw-r--r--docs/linux/found_bugs.md2
-rw-r--r--docs/linux/reporting_kernel_bugs.md2
-rw-r--r--docs/netbsd/README.md2
-rw-r--r--docs/netbsd/found_bugs.md2
-rw-r--r--docs/openbsd/found_bugs.md2
-rw-r--r--docs/syzbot.md2
7 files changed, 7 insertions, 7 deletions
diff --git a/docs/akaros/found_bugs.md b/docs/akaros/found_bugs.md
index 9ad09d04e..6c29b4487 100644
--- a/docs/akaros/found_bugs.md
+++ b/docs/akaros/found_bugs.md
@@ -2,7 +2,7 @@
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).
+mailing list and are listed on the [dashboard](https://syzkaller.appspot.com/akaros).
_newer first_
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_
diff --git a/docs/linux/reporting_kernel_bugs.md b/docs/linux/reporting_kernel_bugs.md
index 030ba3d17..d8e5d9256 100644
--- a/docs/linux/reporting_kernel_bugs.md
+++ b/docs/linux/reporting_kernel_bugs.md
@@ -1,6 +1,6 @@
# Reporting Linux kernel bugs
-Before reporting a bug make sure nobody else already reported it. The easiest way to do this is to search through the [syzkaller mailing list](https://groups.google.com/forum/#!forum/syzkaller), [syzkaller-bugs mailing list](https://groups.google.com/forum/#!forum/syzkaller-bugs) and [syzbot dashboard](https://syzkaller.appspot.com/#upstream) for key frames present in the kernel stack traces.
+Before reporting a bug make sure nobody else already reported it. The easiest way to do this is to search through the [syzkaller mailing list](https://groups.google.com/forum/#!forum/syzkaller), [syzkaller-bugs mailing list](https://groups.google.com/forum/#!forum/syzkaller-bugs) and [syzbot dashboard](https://syzkaller.appspot.com/upstream) for key frames present in the kernel stack traces.
Please report found bugs to the Linux kernel maintainers.
To find out the list of maintainers responsible for a particular kernel subsystem, use the [get_maintainer.pl](https://github.com/torvalds/linux/blob/master/scripts/get_maintainer.pl) script: `./scripts/get_maintainer.pl -f guilty_file.c`. Please add `syzkaller@googlegroups.com` to the CC list.
diff --git a/docs/netbsd/README.md b/docs/netbsd/README.md
index e10955713..fc4119505 100644
--- a/docs/netbsd/README.md
+++ b/docs/netbsd/README.md
@@ -168,7 +168,7 @@ You can compile a kernel with KASAN to increase the chances of finding bugs.
[syzbot](/docs/syzbot.md) tests NetBSD and reports bugs to
[syzkaller-netbsd-bugs](https://groups.google.com/forum/#!forum/syzkaller-netbsd-bugs) mailing list
-(also can be seen on [dashboard](https://syzkaller.appspot.com#netbsd)).
+(also can be seen on [dashboard](https://syzkaller.appspot.com/netbsd)).
The image `syzbot` uses can be downloaded from
[here](https://storage.googleapis.com/syzkaller/netbsd-image.raw) (2GB) and root
diff --git a/docs/netbsd/found_bugs.md b/docs/netbsd/found_bugs.md
index 94e9328da..068159e0a 100644
--- a/docs/netbsd/found_bugs.md
+++ b/docs/netbsd/found_bugs.md
@@ -2,7 +2,7 @@
Most latest bugs are reported by [syzbot](/docs/syzbot.md) to
[syzkaller-netbsd-bugs](https://groups.google.com/forum/#!forum/syzkaller-netbsd-bugs)
-mailing list and are listed on the [dashboard](https://syzkaller.appspot.com/#netbsd)
+mailing list and are listed on the [dashboard](https://syzkaller.appspot.com/netbsd)
Newer bugs come first
diff --git a/docs/openbsd/found_bugs.md b/docs/openbsd/found_bugs.md
index 394d76104..345232536 100644
--- a/docs/openbsd/found_bugs.md
+++ b/docs/openbsd/found_bugs.md
@@ -2,7 +2,7 @@
Most latest bugs are reported by [syzbot](/docs/syzbot.md) to
[syzkaller-openbsd-bugs](https://groups.google.com/forum/#!forum/syzkaller-openbsd-bugs)
-mailing list and are listed on the [dashboard](https://syzkaller.appspot.com/#openbsd).
+mailing list and are listed on the [dashboard](https://syzkaller.appspot.com/openbsd).
Newer bugs comes first.
diff --git a/docs/syzbot.md b/docs/syzbot.md
index 17a0d6c27..2b8cc454e 100644
--- a/docs/syzbot.md
+++ b/docs/syzbot.md
@@ -220,7 +220,7 @@ existing IPC object) and there is long tail of other reasons.
Bugs with reproducers are automatically reported to kernel mailing lists.
Bugs without reproducers are first staged in moderation queue to filter out
invalid, unactionable or duplicate reports. Staged bugs are shown on dashboard
-in [moderation](https://syzkaller.appspot.com/#upstream-moderation2) section
+in [moderation](https://syzkaller.appspot.com/upstream#moderation2) section
and mailed to
[syzkaller-upstream-moderation](https://groups.google.com/forum/#!forum/syzkaller-upstream-moderation)
mailing list. Staged bugs accept all commands supported for reported bugs