Skip to content

Commit 5d6108d

Browse files
committed
syz-cluster: fuzz new mm patch series
1 parent 51659ac commit 5d6108d

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-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
@@ -17,6 +17,7 @@ data:
1717
- kvm
1818
- io-uring
1919
- linux-wireless
20+
- linux-mm
2021
emailReporting:
2122
name: "syzbot ci"
2223
sender: dashapi

syz-cluster/pkg/api/api.go

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,16 @@ var FuzzConfigs = []*TriageFuzzConfig{
252252
CorpusURL: netCorpusURL,
253253
},
254254
},
255+
{
256+
EmailLists: []string{`linux-mm@kvack.org`},
257+
KernelConfig: `upstream-apparmor-kasan.config`,
258+
FuzzConfig: FuzzConfig{
259+
Config: `all`,
260+
CorpusURL: allCorpusURL,
261+
// Not all mm/ code is instrumented with KCOV.
262+
SkipCoverCheck: true,
263+
},
264+
},
255265
{
256266
EmailLists: nil, // A fallback option.
257267
KernelConfig: `upstream-apparmor-kasan.config`,

0 commit comments

Comments
 (0)