From ea8a55cd916442d4643bca92c2fe7d638f7e9746 Mon Sep 17 00:00:00 2001 From: Andrey Konovalov Date: Fri, 19 May 2017 14:39:16 +0200 Subject: Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 -- cgit mrf-deployment