Commit Graph

23 Commits

Author SHA1 Message Date
Dmitry Vyukov
9e377df0c7 docs: describe syzbot moderation queue 2018-05-16 14:59:33 +02:00
Dmitry Vyukov
03258b9e7f dashboard/app: remove most details from email footer
Exact details of syzbot communication change over time,
so it's a bad idea to hardcode them in each email.
Full details are also quite lengthy, so we can't express
all of them in each email header. And providing partial
info may be worse than just providing a link to full info.

So remove most details from email footer,
and just give links to documentation.

Also clarify docs re when "syz fix" should/can be used.
2018-05-15 10:14:51 +02:00
Dmitry Vyukov
1fda5ee0af
docs: add new ways of testing patches on syzbot
1. Mention that exact commit hash can be provided.
2. Mention that patch is optional now.
2018-04-24 15:34:37 +02:00
Dmitry Vyukov
b0dfc7a076
Update syzbot.md 2018-04-13 11:25:16 +02:00
Dmitry Vyukov
f9f018393d docs: add new syzbot compiler 2018-04-12 15:57:16 +02:00
Dmitry Vyukov
8e873e9dc0
Update syzbot.md 2018-04-10 13:36:15 +02:00
Dmitry Vyukov
f13fb4453e
Update syzbot.md 2018-04-09 09:49:36 +02:00
Dmitry Vyukov
5883462aab docs: add KMSAN description to syzbot page 2018-04-05 11:56:07 +02:00
Dmitry Vyukov
0a78e248b7 dashboard/app: support undup command
Fixes #520
2018-04-01 13:43:18 +02:00
Dmitry Vyukov
a5d08e443b docs: add link to dashboard to syzbot doc 2018-03-20 16:56:58 +01:00
Dmitry Vyukov
d50edb7e5c
Update syzbot.md 2018-03-07 17:08:01 +01:00
Dmitry Vyukov
7daaa06d53 dashboard/app: restrict patch testing result CC list
Currently dashboard sends patch testing result to full bug CC list
(which includes kernel mailing lists). This is unnecessary and causes
problems with patchwork.
Reply only to people in the testing request CC list
(adding our mailing list if it was missing).

Fixes #526
2018-02-22 13:08:34 +01:00
Dmitry Vyukov
632a8c2c6c
Update syzbot.md 2018-02-02 09:49:21 +01:00
Dmitry Vyukov
9aaf64b374 docs: clarify that syzbot testing can be used for debugging 2018-01-16 13:37:14 +01:00
Dmitry Vyukov
6f03c35620 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.
2017-12-27 09:09:18 +01:00
Dmitry Vyukov
8e1e4403ac
Update syzbot.md 2017-12-08 18:45:02 +01:00
Dmitry Vyukov
e93131fcce dashboard/app: remember job links
Remember link for jobs.
Check that mailing list is in CC when we accept commands.
2017-11-19 11:58:17 +01:00
Dmitry Vyukov
bf82068946 dashboard/app: assorted improvements/fixes for patch testing
Fix a bunch of bugs after testing.
Also update docs for patch testing.
2017-11-17 21:04:40 +01:00
Dmitry Vyukov
0a4d6e56b9 Update syzbot.md 2017-10-26 18:12:36 +02:00
Dmitry Vyukov
75cdcbe159 Update syzbot.md 2017-10-26 10:29:03 +02:00
Dmitry Vyukov
01191dcf5d Update syzbot.md 2017-10-24 13:30:53 +02:00
Dmitry Vyukov
5009f8ec62 Update syzbot.md 2017-10-24 13:17:14 +02:00
Dmitry Vyukov
2dfba870d0 docs: add landing page for automatically reported bugs 2017-08-17 13:08:38 +02:00