{{/* 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. */}} {{/* List of bugs, invoked with *uiBugGroup */}} {{define "bug_list"}} {{if .}} {{if .Bugs}} {{if $.ShowNamespace}}{{end}} {{range $b := .Bugs}} {{if $.ShowNamespace}}{{end}} {{end}}
{{$.Caption}}:
KernelTitle Count Repro Last Patched Status
{{$b.Namespace}}{{$b.Title}} {{$b.NumCrashes}} {{formatReproLevel $b.ReproLevel}} {{formatLateness $.Now $b.LastTime}} {{if $b.Commits}}{{len $b.PatchedOn}}/{{len $b.MissingOn}}{{end}} {{if $b.ExternalLink}}{{$b.Status}}{{else}}{{$b.Status}}{{end}}

{{end}} {{end}} {{end}}