github.com/google/syzkaller@v0.0.0-20240517125934-c0f1611a36d6/dashboard/app/mail_bug.txt (about) 1 {{if .First -}} 2 Hello, 3 4 {{end -}} 5 syzbot {{if .First}}found{{else}}has found a reproducer for{{end}} the following issue on: 6 7 HEAD commit: {{formatTagHash .KernelCommit}} {{formatCommitTableTitle .KernelCommitTitle}} 8 git tree: {{.KernelRepoAlias}} 9 {{if .LogLink}}{{if .LogHasStrace}}console+strace{{else}}console output{{end}}: {{.LogLink}} 10 {{end}}{{if .KernelConfigLink}}kernel config: {{.KernelConfigLink}} 11 {{end}}dashboard link: {{.Link}} 12 {{if .CompilerID}}compiler: {{.CompilerID}} 13 {{end}}{{if .UserSpaceArch}}userspace arch: {{.UserSpaceArch}} 14 {{end}}{{if .ReproSyzLink}}syz repro: {{.ReproSyzLink}} 15 {{end}}{{if .ReproCLink}}C reproducer: {{.ReproCLink}} 16 {{end}}{{if and .Moderation .Maintainers}}CC: {{.Maintainers}} 17 {{end}}{{if and (not .NoRepro) (not .ReproCLink) (not .ReproSyzLink)}} 18 Unfortunately, I don't have any reproducer for this issue yet. 19 {{end}}{{if .Assets}} 20 Downloadable assets: 21 {{range $i, $asset := .Assets}}{{$asset.Title}}: {{$asset.DownloadURL}} 22 {{end}}{{end}} 23 {{if .BisectCause}}{{if .BisectCause.Commit}}The issue was bisected to: 24 25 commit {{.BisectCause.Commit.Hash}} 26 Author: {{.BisectCause.Commit.AuthorName}} <{{.BisectCause.Commit.Author}}> 27 Date: {{formatKernelTime .BisectCause.Commit.Date}} 28 29 {{.BisectCause.Commit.Title}} 30 {{else if .BisectCause.Commits}}Bisection is inconclusive: the first bad commit could be any of: 31 {{range $com := .BisectCause.Commits}} 32 {{formatTagHash $com.Hash}} {{$com.Title}}{{end}} 33 {{else}}Bisection is inconclusive: the issue happens on the oldest tested release. 34 {{end}} 35 bisection log: {{.BisectCause.LogLink}} 36 {{if .BisectCause.CrashReportLink}}final oops: {{.BisectCause.CrashReportLink}} 37 {{end}}{{if .BisectCause.CrashLogLink}}console output: {{.BisectCause.CrashLogLink}} 38 {{end}} 39 {{end}}IMPORTANT: if you fix the issue, please add the following tag to the commit: 40 Reported-by: {{.CreditEmail}} 41 {{if .BisectCause}}{{if .BisectCause.Commit}}Fixes: {{formatTagHash .BisectCause.Commit.Hash}} ("{{.BisectCause.Commit.Title}}") 42 {{end}}{{end}} 43 {{- range $label, $text := .LabelMessages}} 44 {{$text}} 45 46 {{end}} 47 {{printf "%s" .Report}} 48 49 --- 50 {{- if .First}} 51 This report is generated by a bot. It may contain errors. 52 See https://goo.gl/tpsmEJ for more information about syzbot. 53 syzbot engineers can be reached at syzkaller@googlegroups.com. 54 55 syzbot will keep track of this issue. See: 56 https://goo.gl/tpsmEJ#status for how to communicate with syzbot.{{if .BisectCause}} 57 For information about bisection process see: https://goo.gl/tpsmEJ#bisection{{end}} 58 59 If the report is already addressed, let syzbot know by replying with: 60 #syz fix: exact-commit-title 61 62 {{- if or .ReproCLink .ReproSyzLink}} 63 64 If you want syzbot to run the reproducer, reply with: 65 #syz test: git://repo/address.git branch-or-commit-hash 66 If you attach or paste a git patch, syzbot will apply it before testing. 67 {{- end}} 68 69 If you want to overwrite report's subsystems, reply with: 70 #syz set subsystems: new-subsystem 71 (See the list of subsystem names on the web dashboard) 72 73 If the report is a duplicate of another one, reply with: 74 #syz dup: exact-subject-of-another-report 75 76 If you want to undo deduplication, reply with: 77 #syz undup 78 {{- else if or .ReproCLink .ReproSyzLink}} 79 If you want syzbot to run the reproducer, reply with: 80 #syz test: git://repo/address.git branch-or-commit-hash 81 If you attach or paste a git patch, syzbot will apply it before testing. 82 {{end -}}