aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/subsystem/entities.go
Commit message (Collapse)AuthorAgeFilesLines
* pkg/subsystem: export debug infoAleksandr Nogikh2026-01-201-0/+5
| | | | | | | | Make it possible to print more debugging information when (re)generating a subsystem list. Include parent inference details to the source code itself and add a -debug flag to list the source files assigned to each subsystem.
* pkg/subsystem: don't Cc some parent subsystemsAleksandr Nogikh2024-05-071-2/+6
| | | | | | Our fs is more generic than it was defined in MAINTAINERS. Let's not spam its mailing lists with bugs from individual filesystem implementations.
* pkg/subsystem: optionally disable monthly reportsAleksandr Nogikh2023-04-131-0/+2
| | | | | | For some subsystems (e.g. `kernel`) such reports just don't make much sense, since there are too many incorrectly classified bugs in there. Make it possible to exclude such subsystems from periodic reminders.
* tools/syz-query-subsystems: add filtering functionalityAleksandr Nogikh2023-02-241-0/+22
| | | | | | Two more flags: - filter: allows to choose only a subset of the possible subsystems. - emails: allows to force empty Lists and Maintainers.
* pkg/subsystem: extract emails listAleksandr Nogikh2023-02-161-0/+13
| | | | | | For the subsystem itself, we take both maintainers and lists. But from all parents we only take lists, because otherwise too many unrelated people might be notified.
* pkg/subsystem: fix a bug in ReachableParentsAleksandr Nogikh2023-02-131-5/+4
| | | | Add a test to verify that the function works as intended.
* pkg/subsystem: restructure the packageAleksandr Nogikh2023-02-101-0/+44
Remove the entity and match subpackages. Regenerate the linux.go file.