aboutsummaryrefslogtreecommitdiffstats
path: root/docs/linux/reporting_kernel_bugs.md
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/linux/reporting_kernel_bugs.md
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/linux/reporting_kernel_bugs.md')
-rw-r--r--docs/linux/reporting_kernel_bugs.md2
1 files changed, 1 insertions, 1 deletions
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.