github.com/google/syzkaller@v0.0.0-20240517125934-c0f1611a36d6/dashboard/app/mail_fix_candidate.txt (about)

     1  {{$bisect := .BisectFix -}}
     2  
     3  {{- if $bisect.Backported -}}
     4  The commit that was suspected to fix the issue was backported to the fuzzed
     5  kernel trees.
     6  
     7  commit {{$bisect.Backported.Hash}}
     8  Author: {{$bisect.Backported.AuthorName}} <{{$bisect.Backported.Author}}>
     9  Date:   {{formatKernelTime $bisect.Backported.Date}}
    10  
    11      {{$bisect.Commit.Title}}
    12  
    13  If you believe this is correct, please reply with
    14  #syz fix: {{$bisect.Backported.Title}}
    15  
    16  The commit was initially detected here:
    17  {{- else -}}
    18  syzbot suspects this issue could be fixed by backporting the following commit:
    19  {{- end}}
    20  
    21  commit {{$bisect.Commit.Hash}}
    22  git tree: {{.KernelRepoAlias}}
    23  Author: {{$bisect.Commit.AuthorName}} <{{$bisect.Commit.Author}}>
    24  Date:   {{formatKernelTime $bisect.Commit.Date}}
    25  
    26      {{$bisect.Commit.Title}}
    27  
    28  bisection log:  {{$bisect.LogLink}}
    29  {{if $bisect.CrashReportLink}}final oops:     {{$bisect.CrashReportLink}}
    30  {{end}}{{if $bisect.CrashLogLink}}console output: {{$bisect.CrashLogLink}}
    31  {{end}}{{if .KernelConfigLink}}kernel config:  {{.KernelConfigLink}}
    32  {{end}}dashboard link: {{.Link}}
    33  {{if .UserSpaceArch}}userspace arch: {{.UserSpaceArch}}
    34  {{end}}{{if .ReproSyzLink}}syz repro:      {{.ReproSyzLink}}
    35  {{end}}{{if .ReproCLink}}C reproducer:   {{.ReproCLink}}
    36  {{end}}
    37  
    38  {{- if not $bisect.Backported}}
    39  
    40  Please keep in mind that other backports might be required as well.
    41  
    42  For information about bisection process see: https://goo.gl/tpsmEJ#bisection
    43  {{end -}}