blob: aa60b0848960960ad7ea191d6ec903c3baf9530f [file] [log] [blame]
{{with $br := .}}{{with $bisect := selectBisect .}}{{if $bisect.Commit}}{{if $bisect.Fix}}syzbot suspects this bug was fixed by commit:
{{else}}syzbot has bisected this bug 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}}
{{formatShortHash $com.Hash}} {{$com.Title}}{{end}}
{{else}}Bisection is inconclusive: the bug 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}}{{formatShortHash $br.KernelCommit}} {{formatCommitTableTitle $br.KernelCommitTitle}}
git tree: {{$br.KernelRepoAlias}}
{{if $bisect.CrashReportLink}}final crash: {{$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 bug 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}}