aboutsummaryrefslogtreecommitdiffstats
path: root/docs/syzbot.md
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2017-12-25 12:07:06 +0100
committerDmitry Vyukov <dvyukov@google.com>2017-12-27 09:09:18 +0100
commit6f03c356200becfa347b8abade66ac74f52c10c9 (patch)
treeb06738f1401e8c9694529f9252a7c355ef0589d4 /docs/syzbot.md
parent73aba437a774237b1130837b856f3b40b3ec3bf0 (diff)
dashboard/app: extract fixing tags from commits
Support the new scheme of associating fixing commits with bugs. Now we provide a tag along the lines of: Reported-by: <syzbot+a4a91f6fc35e102@syzkaller.appspotmail.com> The tag is supposed to be added to the commit. Then we parse commit logs and extract these tags. The final part on the dashboard is not ready yet, but syz-ci should already parse and send the tags.
Diffstat (limited to 'docs/syzbot.md')
-rw-r--r--docs/syzbot.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/syzbot.md b/docs/syzbot.md
index a352f995d..147db9a77 100644
--- a/docs/syzbot.md
+++ b/docs/syzbot.md
@@ -1,7 +1,8 @@
# syzbot
`syzbot` system continuously fuzzes main Linux kernel branches and automatically
-reports all found bugs. Direct all questions to syzkaller@googlegroups.com.
+reports all found bugs. Direct all questions to `syzkaller@googlegroups.com`.
+All `syzbot`-reported bugs are collected [here](https://groups.google.com/forum/#!forum/syzkaller-bugs).
## Bug status tracking
@@ -16,10 +17,11 @@ crashes create a new bug).
## Communication with syzbot
-You can communicate with `syzbot` by replying to its emails.
-The commands are:
+If you fix a bug reported by `syzbot`, please add the provided `Reported-by`
+tag to the commit. You can also communicate with `syzbot` by replying to its
+emails. The commands are:
-- to attach a fixing commit to the bug:
+- to attach a fixing commit to the bug (if you forgot to add `Reported-by` tag):
```
#syz fix: exact-commit-title
````