{{/* Copyright 2023 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. The list of polled trees. */}} {{template "head" .Header}} syzbot: {{.Info.Name}} subsystem {{template "header" .Header}}

{{.Info.Name}} subsystem


{{if .Info.Lists}} List(s): {{.Info.Lists}}
{{end}} {{if .Info.Maintainers}} Maintainer(s): {{.Info.Maintainers}}
{{end}} Fixed bugs: {{link .Info.Fixed.Link (printf "%d" .Info.Fixed.Count)}}
{{if .Parents}} Parent subsystem(s): {{range .Parents}} {{link .Open.Link .Name}} ({{.Open.Count}}) {{end}}
{{end}} {{if .Children}} Child subsystems: {{range .Children}} {{link .Open.Link .Name}} ({{.Open.Count}}) {{end}}
{{end}} {{range $group := $.Groups}} {{template "bug_list" $group}} {{end}}