1Hello,
2{{if .CrashTitle}}
3syzbot has tested the proposed patch but the reproducer still triggered crash:
4{{.CrashTitle}}
5
6{{printf "%s" .Report}}
7{{else if .Error}}
8syzbot tried to test the proposed patch but build/boot failed:
9
10{{printf "%s" .Error}}
11{{if .ErrorLink}}
12Error text is too large and was truncated, full error text is at:
13{{.ErrorLink}}
14{{end}}
15{{else}}
16syzbot has tested the proposed patch and the reproducer did not trigger crash:
17
18Reported-and-tested-by: {{.CreditEmail}}
19{{end}}
20Tested on:
21
22commit:         {{.KernelCommit}} {{.KernelCommitTitle}}
23git tree:       {{.KernelRepo}}
24{{if .LogLink}}console output: {{.LogLink}}
25{{end}}{{if .KernelConfigLink}}kernel config:  {{.KernelConfigLink}}
26{{end}}compiler:       {{.CompilerID}}
27{{if .UserSpaceArch}}userspace arch: {{.UserSpaceArch}}
28{{end}}{{if .PatchLink}}patch:          {{.PatchLink}}
29{{end}}{{if and (not .CrashTitle) (not .Error)}}
30Note: testing is done by a robot and is best-effort only.{{end}}
31