diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2024-04-03 11:59:57 +0200 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2024-04-03 11:17:36 +0000 |
| commit | 77aa13ea89f1d7c7df4a17a6a83a11bf965d38d3 (patch) | |
| tree | 2748995c32e9cd047137b1bb4f188bdcd4a2a47a /pkg/subsystem/linux | |
| parent | 0d897526f93c50fc2ebd2b43e686f9cdc446d447 (diff) | |
pkg/subsystem/linux: update to v6.9-rc2
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 |
