aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/subsystem/extract_test.go
Commit message (Collapse)AuthorAgeFilesLines
* pkg/subsystem: move the exiting code to /legacyAleksandr Nogikh2023-02-101-109/+0
| | | | It will help gradually switch to the new code, once it's fully ready.
* pkg/subsystem: extract filesystems from guilty pathAleksandr Nogikh2022-12-161-25/+24
| | | | | As we can easily do the subsystem <-> path mapping, let's also use it for determining the actual involved filesystem.
* pkg/subsystem: extract subsystems from syz_mount_image$ callsAleksandr Nogikh2022-12-161-0/+41
| | | | | Dump the mapping between the currently available pseudo syscalls and the corresponding subsystems.
* dashboard: extract subsystems for saved crashesAleksandr Nogikh2022-12-161-2/+3
| | | | | | | Invoke the extractor code at pkg/subsystem and store the result into the Bug entity. Augment the Maintainers content by per-subsystem emails.
* pkg/subsystem: add basic subsystem extraction codeAleksandr Nogikh2022-12-161-0/+68
For now, recognize just the vfs subsystem and support per-repro-call subsystem inference.