From 1a1f4bd8c48f86af4bc94a2e3a86fc0de9c52c93 Mon Sep 17 00:00:00 2001 From: Marco Elver Date: Tue, 24 Nov 2020 18:06:10 +0100 Subject: dashboard/config/linux: update to next-20201124 with KFENCE enabled Update configs to be based on next-20201124. With that update, we can enable KFENCE to test KFENCE itself. Note, when enabled on the KASAN config, we do not expect KFENCE reports to surface, since KASAN's instrumentation will check an access before the actual access (which may fault and be handled by KFENCE). Enabling KFENCE is purely for the benefit of testing KFENCE. Other notable changes coming to v5.11: - WIRELESS_WDS subsystem removed - DLCI subsystem removed - X25_ASY subsystem removed - NULL_TTY subsystem removed --- 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 70308768c..fa5b2bd86 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-20201029 + tag: next-20201124 -- cgit mrf-deployment