aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/subsystem
Commit message (Collapse)AuthorAgeFilesLines
* pkg/subsystem: add the fat maintainer (#3601)Aleksandr Nogikh2022-12-271-0/+1
|
* pkg/subsystem: extract filesystems from guilty pathAleksandr Nogikh2022-12-162-25/+40
| | | | | As we can easily do the subsystem <-> path mapping, let's also use it for determining the actual involved filesystem.
* pkg/subsystem: store paths for subsystems and cc for pathsAleksandr Nogikh2022-12-162-1/+57
| | | | This will help route filesystem bugs to the right people.
* pkg/subsystem: extract subsystems from syz_mount_image$ callsAleksandr Nogikh2022-12-162-0/+94
| | | | | Dump the mapping between the currently available pseudo syscalls and the corresponding subsystems.
* dashboard: extract subsystems for saved crashesAleksandr Nogikh2022-12-162-11/+25
| | | | | | | 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-162-0/+120
For now, recognize just the vfs subsystem and support per-repro-call subsystem inference.