Skip to content

Commit d6dff6f

Browse files
committed
syz-cluster: fetch linux-next
There are a number of patch series that don't apply to torvalds, but do apply to linux-next. Since we don't fetch all maintainer trees, use linux-next as the last resort.
1 parent 0b9605c commit d6dff6f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

syz-cluster/pkg/api/api.go

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,13 @@ var DefaultTrees = []*Tree{
205205
Name: `torvalds`,
206206
URL: `https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux`,
207207
Branch: `master`,
208-
EmailLists: nil, // A fallback tree.
208+
EmailLists: nil, // First fallback tree.
209+
},
210+
{
211+
Name: `linux-next`,
212+
URL: `https://kernel.googlesource.com/pub/scm/linux/kernel/git/next/linux-next`,
213+
Branch: `master`,
214+
EmailLists: nil, // Second fallback tree. It's less stable, but more series can be applied.
209215
},
210216
}
211217

0 commit comments

Comments
 (0)