Skip to content

Commit 638c2a9

Browse files
committed
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.
1 parent 6cb2c50 commit 638c2a9

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
@@ -243,6 +243,12 @@ var DefaultTrees = []*Tree{
243243
Branch: `mm-new`,
244244
EmailLists: []string{`linux-mm@kvack.org`},
245245
},
246+
{
247+
Name: `media`,
248+
URL: `https://git.linuxtv.org/media.git`,
249+
Branch: `next`,
250+
EmailLists: []string{`linux-media@vger.kernel.org`},
251+
},
246252
{
247253
Name: `torvalds`,
248254
URL: `https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux`,

0 commit comments

Comments
 (0)