From a171414b74df01e0978ef1495ccf7c6d901b84cd Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Tue, 11 Sep 2018 11:19:14 +0200 Subject: dashboard/app: allow some cross-reporting dups Allow a special case of cross-reporting duping: rom last but one reporting to the last one (which is stable, final destination) provided that these two reportings have the same access level and type. The rest of the combinations can lead to surprising states and information hiding, so we still don't allow them. Fixes #569 --- docs/syzbot.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/syzbot.md b/docs/syzbot.md index d6b78b6f4..38902bbe3 100644 --- a/docs/syzbot.md +++ b/docs/syzbot.md @@ -155,8 +155,8 @@ in [moderation](https://syzkaller.appspot.com/#upstream-moderation2) section and mailed to [syzkaller-upstream-moderation](https://groups.google.com/forum/#!forum/syzkaller-upstream-moderation) mailing list. Staged bugs accept all commands supported for reported bugs -(`fix`, `dup`, `invalid`) with a restriction that reported and staged bugs -can't be `dup`-ed onto each other in any direction. Additionally, staged bugs +(`fix`, `dup`, `invalid`) with a restriction that bugs reported upstream +can't be `dup`-ed onto bugs in moderation queue. Additionally, staged bugs accept upstream command: ``` #syz upstream -- cgit mrf-deployment