| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Don't specify the subsystem revision in the dashboard config and instead
let it be nested in the registered subsystems. This reduces the amount
of the manual work needed to switch syzbot to a newer subsystem list.
|
| |
|
|
|
|
| |
After each saved crash, invoke the new pkg/subsystem machinery to infer
the subsystem list. Use 5 crashes with biggest priority to base the
inference on.
|
| |
|
|
|
|
| |
Remove the entity and match subpackages.
Regenerate the linux.go file.
|
|
|
Users of the pkg/subsystem are only interested in
1) Fetching the list of subsystems for a given OS.
2) Matching a crash against the extracted set of subsystems.
|