diff options
author | Helge Deller <deller@gmx.de> | 2017-08-05 00:46:16 +0300 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2017-08-22 17:34:34 +0300 |
commit | e35a2ce692821563583fa8b11ddf4acb24e54580 (patch) | |
tree | 59e3525a3a21f74a29fd4206e0acc59e7f02be96 /arch/parisc | |
parent | 1ed4714fba25a3730369567b081549ee1da49124 (diff) | |
download | linux-e35a2ce692821563583fa8b11ddf4acb24e54580.tar.xz |
parisc: Enable UBSAN support
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch/parisc')
-rw-r--r-- | arch/parisc/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/parisc/Kconfig b/arch/parisc/Kconfig index 7d2faf711d31..9db4b4f2f8f5 100644 --- a/arch/parisc/Kconfig +++ b/arch/parisc/Kconfig @@ -9,6 +9,8 @@ config PARISC select ARCH_WANT_FRAME_POINTERS select ARCH_HAS_ELF_RANDOMIZE select ARCH_HAS_STRICT_KERNEL_RWX + select ARCH_HAS_UBSAN_SANITIZE_ALL + select ARCH_WANTS_UBSAN_NO_NULL select ARCH_SUPPORTS_MEMORY_FAILURE select RTC_CLASS select RTC_DRV_GENERIC |