diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2025-03-22 00:21:10 +0100 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2025-03-23 02:20:29 +0000 |
| commit | 4e8d3850c5a6faa58d4a71c1d0b3f303b3b50670 (patch) | |
| tree | 5b550238bfa2c72147a51c585e219fc76fd685c7 /pkg/subsystem/linux | |
| parent | 3cf3540111fd6074dcd0e6df03d6f397c454dd77 (diff) | |
pkg/subsystem: add the smc subsystem
It doesn't have its own mailing list, so needs to be defined manually.
See #5838.
Diffstat (limited to 'pkg/subsystem/linux')
| -rw-r--r-- | pkg/subsystem/linux/rules.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/subsystem/linux/rules.go b/pkg/subsystem/linux/rules.go index f7a94c444..573df05d2 100644 --- a/pkg/subsystem/linux/rules.go +++ b/pkg/subsystem/linux/rules.go @@ -100,6 +100,7 @@ var ( "iomap": {"FILESYSTEMS [IOMAP]"}, "xfs": {"XFS FILESYSTEM"}, "jffs2": {"JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)"}, + "smc": {"SHARED MEMORY COMMUNICATIONS (SMC) SOCKETS"}, // See #5838. }, noReminders: map[string]struct{}{ // Many misclassified bugs end up in `kernel`, so there's no sense |
