From 32e992a6422c8d90f09a50060f957a3d57062597 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 10 Aug 2017 13:19:13 +0200 Subject: dashboard/app: show syzkaller commit for crashes --- dashboard/app/bug.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dashboard/app/bug.html') diff --git a/dashboard/app/bug.html b/dashboard/app/bug.html index 9b4d7425c..a58e41486 100644 --- a/dashboard/app/bug.html +++ b/dashboard/app/bug.html @@ -22,6 +22,7 @@ Time Kernel Commit + Syzkaller Config Log Report @@ -35,6 +36,7 @@ {{formatTime $c.Time}} {{$c.KernelRepo}}/{{$c.KernelBranch}} {{$c.KernelCommit}} + {{$c.SyzkallerCommit}} .config {{if $c.LogLink}}log{{end}} {{if $c.ReportLink}}report{{end}} -- cgit mrf-deployment