syzkaller/syz-ci
Dmitry Vyukov 2a075d57ab pkg/report: allow to specify suppressions per OS
Currently all (linux-specific) suppressions are hardcoded in mgrconfig.
This is very wrong. Move them to pkg/report and allow to specify per OS.
Add gvisor-specific suppressions.
This required a bit of refactoring. Introduce mgrconfig.KernelObj finally.
Make report.NewReporter and vm.Create accept mgrconfig directly
instead of passing it as multiple scattered args.
Remove tools/syz-parse and it always did the same as tools/syz-symbolize.
Simplify global vars in syz-manager/cover.go.
Create reporter eagerly in manager. Use sort.Slice more.
Overall -90 lines removed.
2018-06-22 16:40:45 +02:00
..
testdata syz-ci: specify dashboard client per manager 2017-07-17 12:39:06 +02:00
config_test.go syz-ci: add continuous integration system 2017-06-20 19:59:55 +02:00
jobs.go pkg/report: allow to specify suppressions per OS 2018-06-22 16:40:45 +02:00
manager.go pkg/report: allow to specify suppressions per OS 2018-06-22 16:40:45 +02:00
managercmd.go gometalinter: check dot imports 2018-05-03 14:41:34 +02:00
syz-ci.go all: get rid of underscores in identifiers 2018-05-07 17:59:06 +02:00
syzupdater.go syz-manager: add concept of partial configs 2018-05-14 11:16:57 +02:00