File tree Expand file tree Collapse file tree 3 files changed +3476
-2672
lines changed
Expand file tree Collapse file tree 3 files changed +3476
-2672
lines changed Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff line change 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" },
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" },
You can’t perform that action at this time.
0 commit comments