| {{if .First -}} |
| Hello, |
| |
| {{end -}} |
| syzbot {{if .First}}found{{else}}has found a reproducer for{{end}} the following crash on: |
| |
| HEAD commit: {{.KernelCommit}} {{.KernelCommitTitle}} |
| git tree: {{.KernelRepo}} |
| {{if .LogLink}}console output: {{.LogLink}} |
| {{end}}{{if .KernelConfigLink}}kernel config: {{.KernelConfigLink}} |
| {{end}}dashboard link: {{.Link}} |
| compiler: {{.CompilerID}} |
| {{if .UserSpaceArch}}userspace arch: {{.UserSpaceArch}} |
| {{end}}{{if .ReproSyzLink}}syzkaller repro:{{.ReproSyzLink}} |
| {{end}}{{if .ReproCLink}}C reproducer: {{.ReproCLink}} |
| {{end}}{{if .Moderation}}CC: {{.Maintainers}} |
| {{end}}{{if and (not .ReproCLink) (not .ReproSyzLink)}} |
| Unfortunately, I don't have any reproducer for this crash yet. |
| {{end}} |
| IMPORTANT: if you fix the bug, please add the following tag to the commit: |
| Reported-by: {{.CreditEmail}} |
| |
| {{printf "%s" .Report}} |
| {{if .First}} |
| --- |
| This bug 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 syzkaller@googlegroups.com. |
| |
| syzbot will keep track of this bug report. |
| If you forgot to add the Reported-by tag, once the fix for this bug is merged |
| into any tree, please reply to this email with: |
| #syz fix: exact-commit-title{{if or .ReproCLink .ReproSyzLink}} |
| If you want to test a patch for this bug, please reply with: |
| #syz test: git://repo/address.git branch |
| and provide the patch inline or as an attachment. |
| {{else}} |
| {{end}}To mark this as a duplicate of another syzbot report, please reply with: |
| #syz dup: exact-subject-of-another-report |
| If it's a one-off invalid bug report, please reply with: |
| #syz invalid |
| Note: if the crash happens again, it will cause creation of a new bug report. |
| Note: all commands must start from beginning of the line in the email body. |
| {{if .Moderation -}} |
| To upstream this report, please reply with: |
| #syz upstream |
| {{- end -}} |
| {{- end -}} |