From 40046286a4e35f44d4bbb04bd461da7677145510 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 17 May 2019 13:21:31 +0200 Subject: dashboard/config: disable CONFIG_RETPOLINE It slows down execution without any benefit for testing. Who needs security anyways? --- dashboard/config/bits-syzbot.config | 3 +++ dashboard/config/upstream-kasan.config | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/dashboard/config/bits-syzbot.config b/dashboard/config/bits-syzbot.config index 198bcce21..ec0cea9b3 100644 --- a/dashboard/config/bits-syzbot.config +++ b/dashboard/config/bits-syzbot.config @@ -70,6 +70,9 @@ CONFIG_KALLSYMS_BASE_RELATIVE=y # CONFIG_KPROBES is not set ### Slows down execution and sometimes fuzzer actually enables it # CONFIG_FUNCTION_TRACER is not set +### Slows down execution +# CONFIG_RETPOLINE is not set +# CONFIG_PAGE_TABLE_ISOLATION is not set ### For 'namespace' sandbox CONFIG_NAMESPACES=y diff --git a/dashboard/config/upstream-kasan.config b/dashboard/config/upstream-kasan.config index 673d6fa62..5472f6c69 100644 --- a/dashboard/config/upstream-kasan.config +++ b/dashboard/config/upstream-kasan.config @@ -294,7 +294,7 @@ CONFIG_X86_FEATURE_NAMES=y CONFIG_X86_X2APIC=y CONFIG_X86_MPPARSE=y # CONFIG_GOLDFISH is not set -CONFIG_RETPOLINE=y +# CONFIG_RETPOLINE is not set # CONFIG_X86_CPU_RESCTRL is not set CONFIG_X86_EXTENDED_PLATFORM=y # CONFIG_X86_NUMACHIP is not set -- cgit mrf-deployment