On Wed, Mar 21, 2018 at 9:11 AM, Dmitry Vyukov <dvyu...@google.com> wrote: > > syzkaller/syzbot dashboard is now live at: > https://syzkaller.appspot.com
Ok, this may well be the thing that makes syzbot reports useful, if they point to an external report instead of sending an absolutely huge illegible email that nobody can read. That said, I do think it needs some better summarizing still. For example, landing on that front page and then going "Hmm, let's look at that first report", I click on that [upstream] BUG: corrupted list in remove_wait_queue thing, and get to https://syzkaller.appspot.com/bug?id=c11299b410c0feaf0d861c64bcb3a67a639d17a6 fine. That page itself doesn't actually tell me really anything at all, though. So I go to the first thing I see, click "log" and I get 6500 lines of basically line noise. Ok, so the real thing is under "report", which actually looks pretty legible. Looking at a few other of those things, I get the same feeling. Can you put one copy of the "report" in the main page for a bug? I assume they are all slightly different, but there must be some commonality to them that you group the syzcaller bugs by, and giving one of those legible reports (with all the nice filename and line information and basic register state) would likely be a good thing. At that point, *if* a report has a reproducer, then sending reminders to people with "this still happens, here's a link to the syzkaller page for this report" might be much better received than the old huge and very-hard-to-read emails. The reminder might well want to have that legible and short "report" in it too, so that people can just look at that to tell "is this relevant for me" particularly if they perhaps already fixed it? (I only looked at a handful of reports, but the ones I looked at all seemed reasonable - maybe some are less so?) Linus