aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/subsystem/entities_test.go
Commit message (Collapse)AuthorAgeFilesLines
* pkg/subsystem: don't Cc some parent subsystemsAleksandr Nogikh2024-05-071-4/+8
| | | | | | Our fs is more generic than it was defined in MAINTAINERS. Let's not spam its mailing lists with bugs from individual filesystem implementations.
* tools/syz-query-subsystems: add filtering functionalityAleksandr Nogikh2023-02-241-0/+15
| | | | | | 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/+18
| | | | | | 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-0/+23
Add a test to verify that the function works as intended.