google / syzkaller

syzkaller is an unsupervised coverage-guided kernel fuzzer
Apache License 2.0
5.35k stars 1.23k forks source link

syz-ci: umbrella for v2 #1770

Open dvyukov opened 4 years ago

dvyukov commented 4 years ago

While syz-ci served us well for several years now, the overall architecture is quite simplistic and ad-hoc. At some point we probably need to do major rework of syz-ci implementation. This is umbrella bug to collect things we want to improve.

Also existing syz-ci issues:

a-nogikh commented 1 year ago

patch testing should take stronger precedence over bisection (some bisections take days); however, we try to not run more than 1 kernel build at a time and we may not have that many additional VMs for both bisection and patch testing; so we need to somehow "pause" bisection (?)

Should be covered by https://github.com/google/syzkaller/pull/3607