aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAndrey Konovalov <andreyknvl@gmail.com>2017-05-19 14:39:16 +0200
committerGitHub <noreply@github.com>2017-05-19 14:39:16 +0200
commitea8a55cd916442d4643bca92c2fe7d638f7e9746 (patch)
treef2a05d18e2f0b5d070bd6b776f1170a6658a8ad7 /README.md
parent9cddbdad411c5e283bb45d960baa18ce03d7abea (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3a653f50c..14af23570 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,12 @@ google account or by sending an email to syzkaller+subscribe@googlegroups.com.
List of [found bugs](https://github.com/google/syzkaller/wiki/Found-Bugs).
-When reporting bugs found with `syzkaller` please add `syzkaller@googlegroups.com` to CC list. Also consider principles of [responsible disclosure](https://en.wikipedia.org/wiki/Responsible_disclosure) when reporting bugs that can be security vulnerabilities.
+## Reporting Linux kernel bugs
+
+Please report found bugs to the Linux kernel maintainers.
+To find out the list of maintainers responsible for a particular kernel subsystem, run `./scripts/get_maintainer.pl guilty_file.c`. Please also add `syzkaller@googlegroups.com` to CC list.
+
+If you believe that a found bug poses potential security threat, consider reporting it directly to `security@kernel.org`.
## Usage