From 98d7e0a90cba05c4048d812aa36a884d06735b6b Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 11 Oct 2018 13:46:15 +0200 Subject: docs: say that OpenBSD bugs are now reported by syzbot too --- docs/linux/found_bugs.md | 3 ++- docs/openbsd/found_bugs.md | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/linux/found_bugs.md b/docs/linux/found_bugs.md index bb07cea0b..fdfdc5e03 100644 --- a/docs/linux/found_bugs.md +++ b/docs/linux/found_bugs.md @@ -1,6 +1,7 @@ # Found bugs -Latest bugs are most reported by [syzbot](/docs/syzbot.md) and are listed [here](https://groups.google.com/forum/#!forum/syzkaller-bugs). Additional USB bugs are [here](/docs/linux/found_bugs_usb.md). +Most latest bugs are reported by [syzbot](/docs/syzbot.md) and are listed [here](https://groups.google.com/forum/#!forum/syzkaller-bugs) and on the [dashboard](https://syzkaller.appspot.com/#upstream). +Additional USB bugs are [here](/docs/linux/found_bugs_usb.md). _newer first_ * [net: BUG still has locks held in unix_stream_splice_read](https://groups.google.com/d/msg/syzkaller/q_BUZHm-Nug/Y0o4RfDJBQAJ) diff --git a/docs/openbsd/found_bugs.md b/docs/openbsd/found_bugs.md index 6c5a099e3..b22bf01b6 100644 --- a/docs/openbsd/found_bugs.md +++ b/docs/openbsd/found_bugs.md @@ -1,5 +1,9 @@ # Found bugs +Most latest bugs are reported by [syzbot](/docs/syzbot.md) to +[syzkaller-openbsd-bugs](https://groups.google.com/forum/#!forum/syzkaller-openbsd-bugs) +mailing list and are listed on the [dashboard](https://syzkaller.appspot.com/#openbsd). + Newer bugs comes first. - [poll: execution of address `0x0` caused by console redirection](https://marc.info/?l=openbsd-cvs&m=153552269821957&w=2) -- cgit mrf-deployment