From 1022af749615bfc4e3a305b891449d95d5fc050a Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Fri, 14 Feb 2025 11:06:45 +0100 Subject: pkg/subsystem: regenerate Linux subsystems on v6.14-rc1 --- pkg/subsystem/linux/rules.go | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'pkg/subsystem/linux/rules.go') diff --git a/pkg/subsystem/linux/rules.go b/pkg/subsystem/linux/rules.go index 78adee1e9..f7a94c444 100644 --- a/pkg/subsystem/linux/rules.go +++ b/pkg/subsystem/linux/rules.go @@ -79,11 +79,14 @@ var ( "zonefs": {"syz_mount_image$zonefs"}, }, notSubsystemEmails: map[string]struct{}{ - "linaro-mm-sig@lists.linaro.org": {}, - "samba-technical@lists.samba.org": {}, - "storagedev@microchip.com": {}, - "coreteam@netfilter.org": {}, - "SHA-cyfmac-dev-list@infineon.com": {}, + "linaro-mm-sig@lists.linaro.org": {}, + "samba-technical@lists.samba.org": {}, + "storagedev@microchip.com": {}, + "coreteam@netfilter.org": {}, + "SHA-cyfmac-dev-list@infineon.com": {}, + "brcm80211-dev-list.pdl@broadcom.com": {}, + "tomoyo-dev-en@lists.osdn.me": {}, + "tomoyo-users-en@lists.osdn.me": {}, }, extraSubsystems: map[string][]string{ "bfs": {"BFS FILE SYSTEM"}, -- cgit mrf-deployment