diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2021-03-18 09:30:21 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2021-03-18 10:06:51 +0100 |
| commit | 532e0e67abfecddc43ffc4002d5e67fe613f53cf (patch) | |
| tree | 0830b02a3927b1da59cdbcd6a42a7fbfc0351205 /dashboard/config/linux/bits/debug.yml | |
| parent | 47c6823e9720eda561a24f657de733b556fb3aa5 (diff) | |
dashboard/config/linux: enable CONTEXT_TRACKING_FORCE
Diffstat (limited to 'dashboard/config/linux/bits/debug.yml')
| -rw-r--r-- | dashboard/config/linux/bits/debug.yml | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
