aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/subsystem/linux/names_test.go
Commit message (Collapse)AuthorAgeFilesLines
* pkg/subsystem/linux: rename v9fs -> 9pAleksandr Nogikh2023-02-241-1/+0
| | | | 9p is a much more common name.
* pkg/subsystem/linux: support custom subsystem groupingAleksandr Nogikh2023-02-231-1/+31
| | | | | | | There are cases when a subsystem doesn't have a mailing list and yet we'd prefer not to merge it with others. Let's add the ability to add custom rules that join several specified MAINTAINERS records into one Subsystem.
* pkg/subsystem/linux: minor changes to the name extractionAleksandr Nogikh2023-02-161-0/+2
| | | | | | Add a few more prefixes to strip. Remove dots from the resulting names. Regenerate the list of Linux subsystems.
* pkg/subsystem: restructure the packageAleksandr Nogikh2023-02-101-4/+4
| | | | | | Remove the entity and match subpackages. Regenerate the linux.go file.
* pkg/subsystem/linux: extract names for subsystemsAleksandr Nogikh2023-02-101-0/+115
Extract the short subsystem name from the mailing list email. Stip the common prefixes and suffixes and make sure there are no duplicates. As a fallback, assign the whole list email address as a subsystem name.