From 48e0a81d77e80af7bdc154ef423accc74517f806 Mon Sep 17 00:00:00 2001 From: Space Meyer Date: Tue, 2 May 2023 14:28:12 +0200 Subject: dashboard: enable CONFIG_PAGE_TABLE_CHECK for emu targets The way syz-kconf works, having the reference to timeouts_emu here means users must have at least one config using timeouts_emu, otherwise syz-kconf will complain. We don't use -timeouts_emu for any of our other common config patches. CONFIG_PAGE_TABLE_CHECK is not even one of our more expensive config patches. Let's not give it a special treatment. --- dashboard/config/linux/bits/debug.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 eb3a65225..6152704af 100644 --- a/dashboard/config/linux/bits/debug.yml +++ b/dashboard/config/linux/bits/debug.yml @@ -55,5 +55,5 @@ config: # For context see: https://groups.google.com/g/syzkaller/c/SoydtBd-dYs/m/ns67L4ApAwAJ - VIRT_CPU_ACCOUNTING_GEN - CONTEXT_TRACKING_FORCE: [-v6.1] - - PAGE_TABLE_CHECK: [v5.17, -s390, -arm, -timeouts_emu] - - PAGE_TABLE_CHECK_ENFORCED: [v5.17, -s390, -arm, -timeouts_emu] + - PAGE_TABLE_CHECK: [v5.17, -s390, -arm] + - PAGE_TABLE_CHECK_ENFORCED: [v5.17, -s390, -arm] -- cgit mrf-deployment