Skip to content

Commit 300ecf9

Browse files
committed
pkg/subsystem: regenerate Linux subsystems
1 parent c3117fc commit 300ecf9

File tree

3 files changed

+3476
-2672
lines changed

3 files changed

+3476
-2672
lines changed

dashboard/app/linux_reporting_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ func TestFsSubsystemFlow(t *testing.T) {
5050
// The subsystem should have been taken from the guilty path.
5151
c.expectEQ(reply.Subject, "[syzbot] [nilfs?] WARNING in nilfs_dat_commit_end")
5252
assert.ElementsMatch(t, reply.To, []string{
53+
"slava@dubeyko.com",
5354
"konishi.ryusuke@gmail.com",
5455
"linux-kernel@vger.kernel.org",
5556
"linux-nilfs@vger.kernel.org",

pkg/subsystem/linux/rules.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ var (
3939
// - syz_mount_image$vxfs
4040
// - syz_mount_image$zonefs
4141

42-
"bcachefs": {"syz_mount_image$bcachefs"},
4342
"bfs": {"syz_mount_image$bfs"},
4443
"bluetooth": {"syz_emit_vhci"},
4544
"btrfs": {"syz_mount_image$btrfs"},
@@ -89,6 +88,8 @@ var (
8988
"tomoyo-dev-en@lists.osdn.me": {},
9089
"tomoyo-users-en@lists.osdn.me": {},
9190
"kernel@collabora.com": {},
91+
// The list is too broad and always intersects with other lists.
92+
"x86@kernel.org": {},
9293
},
9394
extraSubsystems: map[string][]string{
9495
"bfs": {"BFS FILE SYSTEM"},

0 commit comments

Comments
 (0)