diff options
Diffstat (limited to 'pkg/subsystem/linux')
| -rw-r--r-- | pkg/subsystem/linux/names.go | 1 | ||||
| -rw-r--r-- | pkg/subsystem/linux/rules.go | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/pkg/subsystem/linux/names.go b/pkg/subsystem/linux/names.go index 1fd6ddb00..d02d152b6 100644 --- a/pkg/subsystem/linux/names.go +++ b/pkg/subsystem/linux/names.go @@ -89,6 +89,7 @@ var ( emailExceptions = map[string]string{ "patches@opensource.cirrus.com": "cirrus", "virtualization@lists.linux-foundation.org": "virt", // the name is too long + "virtualization@lists.linux.dev": "virt", "dev@openvswitch.org": "openvswitch", "devel@acpica.org": "acpica", "kernel@dh-electronics.com": "dh-electr", diff --git a/pkg/subsystem/linux/rules.go b/pkg/subsystem/linux/rules.go index 2aa10fbf4..c8aa2b10a 100644 --- a/pkg/subsystem/linux/rules.go +++ b/pkg/subsystem/linux/rules.go @@ -93,6 +93,7 @@ var ( "nfc": {"NFC SUBSYSTEM"}, "iomap": {"FILESYSTEMS [IOMAP]"}, "xfs": {"XFS FILESYSTEM"}, + "jffs2": {"JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)"}, }, noReminders: map[string]struct{}{ // Many misclassified bugs end up in `kernel`, so there's no sense |
