aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/subsystem/list.go
Commit message (Collapse)AuthorAgeFilesLines
* all: simplify subsystem revision updatesAleksandr Nogikh2025-07-231-5/+23
| | | | | | 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.
* dashboard/app: infer bug subsystems from crashesAleksandr Nogikh2023-02-161-0/+4
| | | | | | 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.
* pkg/subsystem: restructure the packageAleksandr Nogikh2023-02-101-7/+3
| | | | | | Remove the entity and match subpackages. Regenerate the linux.go file.
* pkg/subsystem: add the basic caller-facing interfaceAleksandr Nogikh2023-02-101-0/+32
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.