aboutsummaryrefslogtreecommitdiffstats
path: root/syz-cluster/pkg
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2026-01-08 16:36:11 +0100
committerAleksandr Nogikh <nogikh@google.com>2026-01-09 12:36:08 +0000
commit638c2a977a91c0079f7a7d443ac55252b90b3504 (patch)
tree98c2f2f7702832743a29d7cb70aa05f964b146bc /syz-cluster/pkg
parent6cb2c509ca63afc814cf7bb958f261083005c616 (diff)
syz-cluster: poll the media tree
Poll the tree and consider it during patch series triage. Note that the media lists are not monitored as of now, so the tree will only be used when we receive media patches through other mailing lists.
Diffstat (limited to 'syz-cluster/pkg')
-rw-r--r--syz-cluster/pkg/api/api.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/syz-cluster/pkg/api/api.go b/syz-cluster/pkg/api/api.go
index 205180bbb..57bd2f5e6 100644
--- a/syz-cluster/pkg/api/api.go
+++ b/syz-cluster/pkg/api/api.go
@@ -244,6 +244,12 @@ var DefaultTrees = []*Tree{
EmailLists: []string{`linux-mm@kvack.org`},
},
{
+ Name: `media`,
+ URL: `https://git.linuxtv.org/media.git`,
+ Branch: `next`,
+ EmailLists: []string{`linux-media@vger.kernel.org`},
+ },
+ {
Name: `torvalds`,
URL: `https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux`,
Branch: `master`,