diff options
author | Nemanja Rakovic <nemanja.rakovic@syrmia.com> | 2022-01-31 11:17:09 +0100 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2022-02-07 18:31:57 +0100 |
commit | e0a8b93efa2382d370be44bf289157de7e5dacb4 (patch) | |
tree | 4f5c1088e4f9fc839f6466ee7ca8ae8fa572d2e2 /arch/mips/Kconfig | |
parent | d49fc69293f2022785f6ee1c3c7d565271abe393 (diff) | |
download | linux-e0a8b93efa2382d370be44bf289157de7e5dacb4.tar.bz2 |
mips: Enable KCSAN
This patch enables KCSAN for the 64-bit version. Updated rules
for the incompatible compilation units (vdso, boot/compressed).
Signed-off-by: Nemanja Rakovic <nemanja.rakovic@syrmia.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index da6b3e0501a7..c6672547ac5e 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -101,6 +101,7 @@ config MIPS select TRACE_IRQFLAGS_SUPPORT select VIRT_TO_BUS select ARCH_HAS_ELFCORE_COMPAT + select HAVE_ARCH_KCSAN if 64BIT config MIPS_FIXUP_BIGPHYS_ADDR bool |