From 6e7f42b38f726729d786674ead05f7bc0ddd3f58 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Tue, 12 Oct 2021 18:14:00 +0200 Subject: dashboard/config/linux: update to lateest kernels Update to latest upstream, linux-next and kmsan. KMSAN stopped supporting few configs which depend on crypto and heap auto-init. --- dashboard/config/linux/bits/linux-next.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dashboard/config/linux/bits/linux-next.yml') diff --git a/dashboard/config/linux/bits/linux-next.yml b/dashboard/config/linux/bits/linux-next.yml index a22a0d12d..4fcf55807 100644 --- a/dashboard/config/linux/bits/linux-next.yml +++ b/dashboard/config/linux/bits/linux-next.yml @@ -3,4 +3,4 @@ kernel: repo: git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next-history.git - tag: next-20210908 + tag: next-20211012 -- cgit mrf-deployment