diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2019-05-17 13:21:31 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-05-17 13:21:31 +0200 |
| commit | 40046286a4e35f44d4bbb04bd461da7677145510 (patch) | |
| tree | 235fba8d1639db67162cfc6e08518e4dfc8d94bb /dashboard | |
| parent | 95dfd515a0c71707f8d3505bda1bbeca40a679f0 (diff) | |
dashboard/config: disable CONFIG_RETPOLINE
It slows down execution without any benefit for testing.
Who needs security anyways?
Diffstat (limited to 'dashboard')
| -rw-r--r-- | dashboard/config/bits-syzbot.config | 3 | ||||
| -rw-r--r-- | dashboard/config/upstream-kasan.config | 2 |
2 files changed, 4 insertions, 1 deletions
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 |
