From 9aca6b5240809308d9078a0a0f0707512c5b0220 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Tue, 20 Nov 2018 14:19:13 +0100 Subject: pkg/vcs: also recognize Tested-by: git commit tags For context see: https://groups.google.com/d/msg/syzkaller-bugs/xiSF9GdiikU/uBoyYyf3AQAJ --- docs/syzbot.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/syzbot.md b/docs/syzbot.md index c04d4fbe4..48a80cda6 100644 --- a/docs/syzbot.md +++ b/docs/syzbot.md @@ -21,8 +21,9 @@ crashes create a new bug). ## Communication with syzbot 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: +tag to the commit (`Reported-and-tested-by` and `Tested-by` tags with the +`syzbot+HASH` address are recognized as well). You can also communicate with +`syzbot` by replying to its emails. The commands are: - to attach a fixing commit to the bug (if you forgot to add `Reported-by` tag): ``` -- cgit mrf-deployment