55 Commits

Author SHA1 Message Date
Andrey Konovalov
b690a6e336
Update syzbot.md 2020-02-19 14:11:29 +01:00
Andrey Konovalov
47fae6e922
Update syzbot.md 2020-02-19 13:20:36 +01:00
Andrey Konovalov
b4e5deb436
Update syzbot.md 2020-02-19 13:14:38 +01:00
Marco Elver
f3f7d9c8c3
Update syzbot.md 2019-10-04 19:09:00 +02:00
Zubin Mithra
46c0be242e docs: update syzbot.md
Add in some information about fix bisection.
2019-09-18 15:09:15 +02:00
Andrey Konovalov
da562c0b27
Update syzbot.md 2019-08-06 14:52:52 +02:00
Andrey Konovalov
e2338bf172
Update syzbot.md 2019-08-06 14:51:55 +02:00
Andrey Konovalov
be5344d300
Update syzbot.md 2019-07-30 16:31:04 +02:00
Andrey Konovalov
9ad042d8ec
Update syzbot.md 2019-07-30 13:58:44 +02:00
Andrey Konovalov
f67095eefa
Update syzbot.md 2019-07-29 15:22:36 +02:00
Dmitry Vyukov
562efd79c7 docs: add section about KMEMLEAK to syzbot doc 2019-05-27 10:50:10 +02:00
Dmitry Vyukov
33a268bd3b
docs: clarify syzbot handling of rebased trees 2019-05-20 18:14:07 +02:00
Andrey Konovalov
8916f5e151 docs: mention USB bugs in syzbot doc 2019-04-11 18:55:57 +02:00
Dmitry Vyukov
3ef496b7ba dashboard/app: split dashboard per-namespace
We now have too many namespaces and bugs.
Main page takes infinity to load.
Also almost nobody is interested in more than 1 namespace.
So split main page per-namespaces.
2019-04-08 14:32:32 +02:00
Dmitry Vyukov
dce6e62ffc
docs: add custom anchors to headers (2)
Div's seem to work. Use them.
2019-03-21 15:51:28 +01:00
Dmitry Vyukov
872db59363
docs: add custom anchors to headers (2)
The previous attempt made things only worse... Try 2.
2019-03-21 15:43:45 +01:00
Dmitry Vyukov
c94a70b7be
docs: add custom anchors to headers
Add shorter anchors that does not depend on actual text (subject to change).
This allows to generate shorter stable links to docs.
Let's see if this syntax works.
2019-03-21 15:28:50 +01:00
Dmitry Vyukov
ba18afea77 docs: describe syzbot bisection
Update #501
2019-03-17 11:47:33 +01:00
Andrey Konovalov
dfd609eca1 execprog, stress, prog2c: unify flags to enable additional features
This change makes all syz-execprog, syz-prog2c and syz-stress accept
-enable and -disable flags to enable or disable additional features
(tun, net_dev, net_reset, cgroups and binfmt_misc) instead of having
a separate flag for each of them.

The default (without any flags) behavior isn't changed: syz-execprog
and syz-stress enabled all the features (provided the runtime supports
them) and syz-prog2c disables all of them.
2019-03-05 14:30:10 +01:00
Dmitry Vyukov
c3f3344c78
Update syzbot.md
Mention i386 userspace arch and -m32 flag.
2019-01-11 14:42:31 +01:00
Dmitry Vyukov
a90e03cc92
Update syzbot.md
Mention chmod 0600 on the ssh key, otherwise it's rejected by ssh.
2019-01-11 14:36:23 +01:00
Dmitry Vyukov
21cdbb61b8 docs/syzbot.md: add reference to gcc 9 2018-12-31 09:28:49 +01:00
Dmitry Vyukov
3ab38479ab
Update syzbot.md
add newer clang compiler
2018-12-06 09:38:08 +01:00
Dmitry Vyukov
9aca6b5240 pkg/vcs: also recognize Tested-by: git commit tags
For context see:
https://groups.google.com/d/msg/syzkaller-bugs/xiSF9GdiikU/uBoyYyf3AQAJ
2018-11-20 14:20:38 +01:00
Dmitry Vyukov
95866c1a69
docs/syzbot.md: update qemu command line
Match more closely GCE VMs by using scsi drive.
Update command line arguments.
2018-11-18 08:39:01 -08:00
Dmitry Vyukov
c90dde97ba
Update syzbot.md 2018-10-01 12:07:00 +02:00
Dmitry Vyukov
a171414b74 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
2018-09-11 11:39:41 +02:00
Dmitry Vyukov
3ea6c028b1
Update syzbot.md
clarify KMSAN testing instructions
2018-09-03 19:25:07 +02:00
Dmitry Vyukov
bfe906cbb9
Update syzbot.md 2018-09-03 16:15:19 +02:00
Dmitry Vyukov
785a983395
Update syzbot.md
explicitly specify KMSAN branch for testing
2018-07-06 09:45:19 +02:00
Dmitry Vyukov
5601c52580
Update syzbot.md
add link to another clang compiler
2018-07-02 10:45:51 +02:00
Dmitry Vyukov
7b7a851040
Update syzbot.md
add reference to kernel configs
2018-06-11 11:36:50 +02:00
Dmitry Vyukov
9e377df0c7 docs: describe syzbot moderation queue 2018-05-16 14:59:33 +02:00
Dmitry Vyukov
03258b9e7f dashboard/app: remove most details from email footer
Exact details of syzbot communication change over time,
so it's a bad idea to hardcode them in each email.
Full details are also quite lengthy, so we can't express
all of them in each email header. And providing partial
info may be worse than just providing a link to full info.

So remove most details from email footer,
and just give links to documentation.

Also clarify docs re when "syz fix" should/can be used.
2018-05-15 10:14:51 +02:00
Dmitry Vyukov
1fda5ee0af
docs: add new ways of testing patches on syzbot
1. Mention that exact commit hash can be provided.
2. Mention that patch is optional now.
2018-04-24 15:34:37 +02:00
Dmitry Vyukov
b0dfc7a076
Update syzbot.md 2018-04-13 11:25:16 +02:00
Dmitry Vyukov
f9f018393d docs: add new syzbot compiler 2018-04-12 15:57:16 +02:00
Dmitry Vyukov
8e873e9dc0
Update syzbot.md 2018-04-10 13:36:15 +02:00
Dmitry Vyukov
f13fb4453e
Update syzbot.md 2018-04-09 09:49:36 +02:00
Dmitry Vyukov
5883462aab docs: add KMSAN description to syzbot page 2018-04-05 11:56:07 +02:00
Dmitry Vyukov
0a78e248b7 dashboard/app: support undup command
Fixes #520
2018-04-01 13:43:18 +02:00
Dmitry Vyukov
a5d08e443b docs: add link to dashboard to syzbot doc 2018-03-20 16:56:58 +01:00
Dmitry Vyukov
d50edb7e5c
Update syzbot.md 2018-03-07 17:08:01 +01:00
Dmitry Vyukov
7daaa06d53 dashboard/app: restrict patch testing result CC list
Currently dashboard sends patch testing result to full bug CC list
(which includes kernel mailing lists). This is unnecessary and causes
problems with patchwork.
Reply only to people in the testing request CC list
(adding our mailing list if it was missing).

Fixes #526
2018-02-22 13:08:34 +01:00
Dmitry Vyukov
632a8c2c6c
Update syzbot.md 2018-02-02 09:49:21 +01:00
Dmitry Vyukov
9aaf64b374 docs: clarify that syzbot testing can be used for debugging 2018-01-16 13:37:14 +01:00
Dmitry Vyukov
6f03c35620 dashboard/app: extract fixing tags from commits
Support the new scheme of associating fixing commits with bugs.
Now we provide a tag along the lines of:

Reported-by: <syzbot+a4a91f6fc35e102@syzkaller.appspotmail.com>

The tag is supposed to be added to the commit.
Then we parse commit logs and extract these tags.

The final part on the dashboard is not ready yet,
but syz-ci should already parse and send the tags.
2017-12-27 09:09:18 +01:00
Dmitry Vyukov
8e1e4403ac
Update syzbot.md 2017-12-08 18:45:02 +01:00
Dmitry Vyukov
e93131fcce dashboard/app: remember job links
Remember link for jobs.
Check that mailing list is in CC when we accept commands.
2017-11-19 11:58:17 +01:00
Dmitry Vyukov
bf82068946 dashboard/app: assorted improvements/fixes for patch testing
Fix a bunch of bugs after testing.
Also update docs for patch testing.
2017-11-17 21:04:40 +01:00