-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
syz-cluster/pkg/report: add an email template #5800
syz-cluster/pkg/report: add an email template #5800
Conversation
d7c9f72
to
969fe2f
Compare
I can't really understand why the two CI tests failed here:
|
969fe2f
to
db18c47
Compare
@@ -0,0 +1,44 @@ | |||
syzbot has found the following issue(s) in the series |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ramosian-glider @melver please also take a look, this is what we are going to send to kernel mailing lists
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's short and crisp which is good.
Only thing that might be worthwhile is more clearly spelling out how to reproduce the issues, because I think that's going to be the most effective thing a developer can do to check their work. It's likely too inefficient to wait for syzbot to retest (if that's even planned) changes before it's sent as a v+1.
I see links to config, and mention of arch and compiler, but besides that it's unclear how I'd go about trying to reproduce the problem.
The first revision of the email template that will be used for reporting the findings. This PR adds more fields to the pkg/api package, but these are not filled by the implementation yet. That will be done separately.
db18c47
to
23e3815
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's merge and improve later.
The first revision of the email template that will be used for reporting the findings.
This PR adds more fields to the pkg/api package, but these are not filled by the implementation yet. That will be done separately.