aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/subsystem/linux/names.go
Commit message (Collapse)AuthorAgeFilesLines
* pkg/subsystem: regenerate Linux subsystems on v6.16-rc1Aleksandr Nogikh2025-06-131-0/+1
|
* pkg/subsystem/linux: add one more email->name exceptionAleksandr Nogikh2024-08-271-0/+1
|
* pkg/subsystem/linux: update to v6.9-rc2Aleksandr Nogikh2024-04-031-0/+1
|
* pkg/subsystem: move wireless under netAleksandr Nogikh2023-11-221-7/+7
| | | | It will help keep more generic reports in "net".
* pkg/subsystem: regenerate Linux subsystemsAleksandr Nogikh2023-11-221-7/+8
| | | | Adjust subsystem generation code to the latest changes.
* pkg/subsystem: remove gfs2 from name exceptionsAleksandr Nogikh2023-09-111-1/+0
| | | | The new mailing list can be parsed by the generic algorithm.
* pkg/subsystem: regenerate Linux subsystemsAleksandr Nogikh2023-09-081-0/+2
| | | | Use the latest torvalds master.
* pkg/subsystem: add tls email exceptionLin Ma2023-06-071-0/+1
| | | | | | | | | The current syz-query-subsystems raise below error: failed to query subsystems: failed to set names: failed to extract a name from kernel-tls-handshake@lists.linux.dev This patch adds this email to exception list to fix that. Signed-off-by: Lin Ma <linma@zju.edu.cn>
* pkg/subsystem: recognize gfs2 mount calls correctlyAleksandr Nogikh2023-03-291-0/+1
| | | | Rename `cluster` to `gfs2`
* pkg/subsystem/linux: rename v9fs -> 9pAleksandr Nogikh2023-02-241-0/+1
| | | | 9p is a much more common name.
* pkg/subsystem/linux: support custom subsystem groupingAleksandr Nogikh2023-02-231-0/+13
| | | | | | | 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: improve naming rulesAleksandr Nogikh2023-02-171-1/+3
| | | | There were cases when subsystems did not get reasonable enough names.
* pkg/subsystem/linux: minor changes to the name extractionAleksandr Nogikh2023-02-161-3/+4
| | | | | | 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-2/+2
| | | | | | Remove the entity and match subpackages. Regenerate the linux.go file.
* pkg/subsystem/linux: add more custom naming rulesAleksandr Nogikh2023-02-101-0/+2
| | | | | | linux-security-module is too long, we could use just lsm. Also, overlayfs had a different name, therefore we cannot infer it from the mailing list as is.
* pkg/subsystem/linux: extract names for subsystemsAleksandr Nogikh2023-02-101-0/+103
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.