Skip to content

Commit 206bcec

Browse files
committed
syz-cluster: fuzz block patch series
1 parent 8a71a7a commit 206bcec

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

syz-cluster/overlays/gke/prod/global-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ data:
1919
- linux-wireless
2020
- linux-mm
2121
- linux-unionfs
22+
- linux-block
2223
emailReporting:
2324
name: "syzbot ci"
2425
sender: dashapi

syz-cluster/pkg/api/api.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,7 @@ var FuzzConfigs = []*TriageFuzzConfig{
257257
{
258258
EmailLists: []string{
259259
`linux-fsdevel@vger.kernel.org`,
260+
`linux-block@vger.kernel.org`,
260261
`linux-unionfs@vger.kernel.org`,
261262
`linux-ext4@vger.kernel.org`,
262263
},

0 commit comments

Comments
 (0)