diff options
Diffstat (limited to 'pkg/subsystem/linux/rules.go')
| -rw-r--r-- | pkg/subsystem/linux/rules.go | 3 |
1 files changed, 2 insertions, 1 deletions
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"}, |
