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-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 9dedad9ad..b5401d397 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: ac08b1c68d1b1ed3cebb218fc3ea2c07484eb07d + tag: v5.15-rc5 -- cgit mrf-deployment