forked from google/syzkaller
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmail_bug.txt
53 lines (48 loc) · 2.41 KB
/
mail_bug.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{{if .First -}}
Hello,
{{end -}}
syzbot {{if .First}}found{{else}}has found a reproducer for{{end}} the following issue on:
HEAD commit: {{formatTagHash .KernelCommit}} {{formatCommitTableTitle .KernelCommitTitle}}
git tree: {{.KernelRepoAlias}}
{{if .LogLink}}console output: {{.LogLink}}
{{end}}{{if .KernelConfigLink}}kernel config: {{.KernelConfigLink}}
{{end}}dashboard link: {{.Link}}
{{if .CompilerID}}compiler: {{.CompilerID}}
{{end}}{{if .UserSpaceArch}}userspace arch: {{.UserSpaceArch}}
{{end}}{{if .ReproSyzLink}}syz repro: {{.ReproSyzLink}}
{{end}}{{if .ReproCLink}}C reproducer: {{.ReproCLink}}
{{end}}{{if and .Moderation .Maintainers}}CC: {{.Maintainers}}
{{end}}{{if and (not .NoRepro) (not .ReproCLink) (not .ReproSyzLink)}}
Unfortunately, I don't have any reproducer for this issue yet.
{{end}}
{{if .BisectCause}}{{if .BisectCause.Commit}}The issue was bisected to:
commit {{.BisectCause.Commit.Hash}}
Author: {{.BisectCause.Commit.AuthorName}} <{{.BisectCause.Commit.Author}}>
Date: {{formatKernelTime .BisectCause.Commit.Date}}
{{.BisectCause.Commit.Title}}
{{else if .BisectCause.Commits}}Bisection is inconclusive: the first bad commit could be any of:
{{range $com := .BisectCause.Commits}}
{{formatTagHash $com.Hash}} {{$com.Title}}{{end}}
{{else}}Bisection is inconclusive: the issue happens on the oldest tested release.
{{end}}
bisection log: {{.BisectCause.LogLink}}
{{if .BisectCause.CrashReportLink}}final oops: {{.BisectCause.CrashReportLink}}
{{end}}{{if .BisectCause.CrashLogLink}}console output: {{.BisectCause.CrashLogLink}}
{{end}}
{{end}}IMPORTANT: if you fix the issue, please add the following tag to the commit:
Reported-by: {{.CreditEmail}}
{{if .BisectCause}}{{if .BisectCause.Commit}}Fixes: {{formatTagHash .BisectCause.Commit.Hash}} ("{{.BisectCause.Commit.Title}}")
{{end}}{{end}}
{{printf "%s" .Report}}
{{if .First}}
---
This report is generated by a bot. It may contain errors.
See https://goo.gl/tpsmEJ for more information about syzbot.
syzbot engineers can be reached at [email protected].
syzbot will keep track of this issue. See:
https://goo.gl/tpsmEJ#status for how to communicate with syzbot.{{if .BisectCause}}
For information about bisection process see: https://goo.gl/tpsmEJ#bisection{{end}}{{if or .ReproCLink .ReproSyzLink}}
syzbot can test patches for this issue, for details see:
https://goo.gl/tpsmEJ#testing-patches
{{- end -}}
{{- end -}}