diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2026-01-19 15:57:09 +0100 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2026-01-20 08:35:12 +0000 |
| commit | 300ecf9e8fcda4e7a0cef8249ca1d6d1394ca4f1 (patch) | |
| tree | 8a6fe959c34a32017346bf39f082a6fcc669b0d7 /pkg/subsystem/linux/rules.go | |
| parent | c3117fc5b6ef9751fabc4522a4e9183c82c13b0a (diff) | |
pkg/subsystem: regenerate Linux subsystems
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"}, |
