blob: 2f95a574105f8a4e1b595785cc5e762e21c047a1 [file] [log] [blame]
{{with $br := .}}{{with $bisect := selectBisect .}}{{if $bisect.Commit}}{{if $bisect.Fix}}syzbot suspects this issue was fixed by commit:
{{else}}syzbot has bisected this issue to:
{{end}}
commit {{$bisect.Commit.Hash}}
Author: {{$bisect.Commit.AuthorName}} <{{$bisect.Commit.Author}}>
Date: {{formatKernelTime $bisect.Commit.Date}}
{{$bisect.Commit.Title}}
{{else if $bisect.Commits}}Bisection is inconclusive: the {{if $bisect.Fix}}fix{{else}}first bad{{end}} commit could be any of:
{{range $com := $bisect.Commits}}
{{formatTagHash $com.Hash}} {{$com.Title}}{{end}}
{{else}}Bisection is inconclusive: the issue happens on the {{if $bisect.Fix}}latest{{else}}oldest{{end}} tested release.
{{end}}
bisection log: {{$bisect.LogLink}}
{{if $bisect.Commit}}start commit: {{else if $bisect.Commits}}start commit: {{else}}{{if $bisect.Fix}}latest commit: {{else}}oldest commit: {{end}}{{end}}{{formatTagHash $br.KernelCommit}} {{formatCommitTableTitle $br.KernelCommitTitle}}
git tree: {{$br.KernelRepoAlias}}
{{if $bisect.CrashReportLink}}final oops: {{$bisect.CrashReportLink}}
{{end}}{{if $bisect.CrashLogLink}}console output: {{$bisect.CrashLogLink}}
{{end}}{{if $br.KernelConfigLink}}kernel config: {{$br.KernelConfigLink}}
{{end}}dashboard link: {{$br.Link}}
{{if $br.UserSpaceArch}}userspace arch: {{$br.UserSpaceArch}}
{{end}}{{if $br.ReproSyzLink}}syz repro: {{$br.ReproSyzLink}}
{{end}}{{if $br.ReproCLink}}C reproducer: {{$br.ReproCLink}}
{{end}}{{if $bisect.Fix}}
If the result looks correct, please mark the issue as fixed by replying with:
#syz fix: {{$bisect.Commit.Title}}
{{else}}{{if $bisect.Commit}}
Reported-by: {{$br.CreditEmail}}
Fixes: {{formatTagHash $bisect.Commit.Hash}} ("{{$bisect.Commit.Title}}")
{{end}}{{end}}
For information about bisection process see: https://goo.gl/tpsmEJ#bisection
{{- end}}{{- end}}