From 7338e3c48713281869426c4e29a02a63ab16331a Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Thu, 16 Feb 2023 10:40:01 +0100 Subject: pkg/subsystem/linux: minor changes to the name extraction Add a few more prefixes to strip. Remove dots from the resulting names. Regenerate the list of Linux subsystems. --- pkg/subsystem/linux/names_test.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkg/subsystem/linux/names_test.go') diff --git a/pkg/subsystem/linux/names_test.go b/pkg/subsystem/linux/names_test.go index 03f9a86d3..bcb816592 100644 --- a/pkg/subsystem/linux/names_test.go +++ b/pkg/subsystem/linux/names_test.go @@ -17,6 +17,8 @@ func TestEmailToName(t *testing.T) { "tipc-discussion@lists.sourceforge.net": "tipc", "v9fs-developer@lists.sourceforge.net": "v9fs", "zd1211-devs@lists.sourceforge.net": "zd1211", + "chrome-platform@lists.linux.dev": "chrome", + "b.a.t.m.a.n@lists.open-mesh.org": "batman", // Test that we can handle exceptions. "virtualization@lists.linux-foundation.org": "virt", } -- cgit mrf-deployment