diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2025-08-21 16:41:59 +0200 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2025-09-03 14:08:38 +0000 |
| commit | 2c659a721b3ae09f7c2509293a39fbfece668321 (patch) | |
| tree | f042c33b5b3bb954019752ada04c655c3c154381 /syz-cluster/pkg | |
| parent | 96a211bca8bcc72de621f8990d476177d3463857 (diff) | |
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.
Diffstat (limited to 'syz-cluster/pkg')
| -rw-r--r-- | syz-cluster/pkg/api/api.go | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/syz-cluster/pkg/api/api.go b/syz-cluster/pkg/api/api.go index e46774732..5d1c4ed82 100644 --- a/syz-cluster/pkg/api/api.go +++ b/syz-cluster/pkg/api/api.go @@ -211,7 +211,13 @@ var DefaultTrees = []*Tree{ Name: `torvalds`, URL: `https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux`, Branch: `master`, - EmailLists: nil, // A fallback tree. + EmailLists: nil, // First fallback tree. + }, + { + Name: `linux-next`, + URL: `https://kernel.googlesource.com/pub/scm/linux/kernel/git/next/linux-next`, + Branch: `master`, + EmailLists: nil, // Second fallback tree. It's less stable, but more series can be applied. }, } |
