From 638c2a977a91c0079f7a7d443ac55252b90b3504 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Thu, 8 Jan 2026 16:36:11 +0100 Subject: 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. --- syz-cluster/pkg/api/api.go | 6 ++++++ 1 file changed, 6 insertions(+) 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 @@ -243,6 +243,12 @@ var DefaultTrees = []*Tree{ Branch: `mm-new`, 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`, -- cgit mrf-deployment