Skip to content

Commit bb82dd3

Browse files
committed
syz-cluster: checkout the mm-new tree
A number of mm patches do not apply neither on top of torvalds, nor on top of linux-next. The mm/mm-new branch seems to be a more reliable base.
1 parent 1c8c8cd commit bb82dd3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

syz-cluster/pkg/api/api.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,12 @@ var DefaultTrees = []*Tree{
230230
Branch: `next`,
231231
EmailLists: []string{`kvm@vger.kernel.org`},
232232
},
233+
{
234+
Name: `mm-new`,
235+
URL: `https://kernel.googlesource.com/pub/scm/linux/kernel/git/akpm/mm.git`,
236+
Branch: `mm-new`,
237+
EmailLists: []string{`linux-mm@kvack.org`},
238+
},
233239
{
234240
Name: `torvalds`,
235241
URL: `https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux`,

0 commit comments

Comments
 (0)