Open a-nogikh opened 2 years ago
This may be a good use case for bug tags.
From the mailing list
Yes, most likely bad bisection, I looked at the syzbot docs but I don't
see the command for invalidating the bisection results.
+1 again. Adding the command and contrasting it with #syz invalid
in the docs would reduce the confusion around bug report invalidations.
https://lore.kernel.org/all/67496cdc.050a0220.253251.00a5.GAE@google.com/T/
This topic has been popping up in discussions for some time, one more case: https://groups.google.com/g/syzkaller-bugs/c/TGiW6LHpb7g/m/uc0jhDFfBQAJ
We can add support for a new syzbot command tell the bot that the bisect is wrong. E.g.
#syz invalidate cause bisect
(this one looks a bit too long, though).It could also make sense to also add support for a command to manually set the guilty commit. E.g.
#syz cause commit: <title>
.