From 300ecf9e8fcda4e7a0cef8249ca1d6d1394ca4f1 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Mon, 19 Jan 2026 15:57:09 +0100 Subject: pkg/subsystem: regenerate Linux subsystems --- pkg/subsystem/linux/rules.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pkg/subsystem/linux') diff --git a/pkg/subsystem/linux/rules.go b/pkg/subsystem/linux/rules.go index cc0069ca3..6a3c894ff 100644 --- a/pkg/subsystem/linux/rules.go +++ b/pkg/subsystem/linux/rules.go @@ -39,7 +39,6 @@ var ( // - syz_mount_image$vxfs // - syz_mount_image$zonefs - "bcachefs": {"syz_mount_image$bcachefs"}, "bfs": {"syz_mount_image$bfs"}, "bluetooth": {"syz_emit_vhci"}, "btrfs": {"syz_mount_image$btrfs"}, @@ -89,6 +88,8 @@ var ( "tomoyo-dev-en@lists.osdn.me": {}, "tomoyo-users-en@lists.osdn.me": {}, "kernel@collabora.com": {}, + // The list is too broad and always intersects with other lists. + "x86@kernel.org": {}, }, extraSubsystems: map[string][]string{ "bfs": {"BFS FILE SYSTEM"}, -- cgit mrf-deployment