From 116e7a7b1ef308fdbd067a06362c8bec9397e217 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 27 May 2022 09:14:23 +0200 Subject: dashboard/config: enable KASAN_VMALLOC for riscv Atish Patra found that enabling KASAN_VMALLOC fixes the boot: https://lore.kernel.org/all/CAOnJCUKBWx+wEKaq8WOPC1j7jgn38iWcrTh4gO+FzfF-mhPkQg@mail.gmail.com/ Enable it. --- dashboard/config/linux/bits/kasan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dashboard/config/linux/bits') diff --git a/dashboard/config/linux/bits/kasan.yml b/dashboard/config/linux/bits/kasan.yml index c073e489a..f548ea110 100644 --- a/dashboard/config/linux/bits/kasan.yml +++ b/dashboard/config/linux/bits/kasan.yml @@ -8,7 +8,7 @@ config: - KASAN_INLINE: [-arm, -riscv] - KASAN_STACK_ENABLE: [clang, v4.16, -v5.11] - KASAN_STACK: [clang, v5.11] - - KASAN_VMALLOC: [v5.5, -arm, -arm64, -s390, -riscv] + - KASAN_VMALLOC: [v5.5, -arm, -arm64, -s390] # This was historically enabled in the KASAN section without explanation. - SPARSEMEM_VMEMMAP: [-arm, -riscv] # This is required to enable SPARSEMEM_VMEMMAP. -- cgit mrf-deployment