{{/* Copyright 2017 syzkaller project authors. All rights reserved. Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. */}} {{/* Common page header, invoked with *uiHeader */}} {{define "header"}}

syzbot


{{end}} {{/* List of bugs, invoked with *uiBugGroup */}} {{define "bug_list"}} {{if .}} {{if .Bugs}} {{if $.ShowNamespace}}{{end}} {{if $.ShowPatch}} {{end}} {{if $.ShowPatched}}{{end}} {{if $.ShowStatus}}{{end}} {{range $b := .Bugs}} {{if $.ShowNamespace}}{{end}} {{if $.ShowPatch}} {{end}} {{if $.ShowPatched}} {{end}} {{if $.ShowStatus}} {{end}} {{end}}
{{$.Caption}}:
KernelTitle Repro Count Last ReportedClosed PatchPatchedStatus
{{$b.Namespace}}{{$b.Title}} {{formatReproLevel $b.ReproLevel}} {{$b.NumCrashes}} {{formatLateness $.Now $b.LastTime}} {{if $b.ExternalLink}} {{formatLateness $.Now $b.ReportedTime}} {{else}} {{formatLateness $.Now $b.ReportedTime}} {{end}} {{formatLateness $.Now $b.ClosedTime}} {{$b.Commits}}{{if $b.Commits}}{{len $b.PatchedOn}}/{{$b.NumManagers}}{{end}} {{if $b.ExternalLink}} {{$b.Status}} {{else}} {{$b.Status}} {{end}}
{{end}} {{end}} {{end}}