From 17238766a19e0679d04a87668b0dc3fa5dc1082b Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Tue, 20 Oct 2020 13:25:36 +0200 Subject: dashboard/config/linux: bump kernel versions The original kernel versions were chosen to minimize diffs with the old configs. Bump kernel versions to the currently latest releases/tags. Update #2171 --- dashboard/config/linux/bits/linux-upstream.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dashboard/config/linux/bits/linux-upstream.yml') diff --git a/dashboard/config/linux/bits/linux-upstream.yml b/dashboard/config/linux/bits/linux-upstream.yml index 8ccd40358..9b909a679 100644 --- a/dashboard/config/linux/bits/linux-upstream.yml +++ b/dashboard/config/linux/bits/linux-upstream.yml @@ -3,4 +3,4 @@ kernel: repo: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git - tag: v5.8-rc7 + tag: v5.9 -- cgit mrf-deployment