From 532e0e67abfecddc43ffc4002d5e67fe613f53cf Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 18 Mar 2021 09:30:21 +0100 Subject: dashboard/config/linux: enable CONTEXT_TRACKING_FORCE --- dashboard/config/linux/bits/debug.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dashboard/config/linux/bits/debug.yml') diff --git a/dashboard/config/linux/bits/debug.yml b/dashboard/config/linux/bits/debug.yml index a5521b626..b50a1c8f0 100644 --- a/dashboard/config/linux/bits/debug.yml +++ b/dashboard/config/linux/bits/debug.yml @@ -60,3 +60,7 @@ config: - RING_BUFFER_VALIDATE_TIME_DELTAS: [x86_64, v5.11] # The check runs episodically, so won't be attributed to a test. And can happen on any memory corruption. - X86_CHECK_BIOS_CORRUPTION: n + + # For context see: https://groups.google.com/g/syzkaller/c/SoydtBd-dYs/m/ns67L4ApAwAJ + - VIRT_CPU_ACCOUNTING_GEN + - CONTEXT_TRACKING_FORCE -- cgit mrf-deployment