1 Hello, 2 {{if .CrashTitle}} 3 syzbot has tested the proposed patch but the reproducer still triggered crash: 4 {{.CrashTitle}} 5 6 {{printf "%s" .Report}} 7 {{else if .Error}} 8 syzbot tried to test the proposed patch but build/boot failed: 9 10 {{printf "%s" .Error}} 11 {{if .ErrorLink}} 12 Error text is too large and was truncated, full error text is at: 13 {{.ErrorLink}} 14 {{end}} 15 {{else}} 16 syzbot has tested the proposed patch and the reproducer did not trigger crash: 17 18 Reported-and-tested-by: {{.CreditEmail}} 19 {{end}} 20 Tested on: 21 22 commit: {{.KernelCommit}} {{.KernelCommitTitle}} 23 git 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)}} 30 Note: testing is done by a robot and is best-effort only.{{end}} 31