diff options
author | Kees Cook <keescook@chromium.org> | 2024-01-28 19:45:29 +0100 |
---|---|---|
committer | Kees Cook <keescook@chromium.org> | 2024-02-06 11:21:38 +0100 |
commit | 918327e9b7ffb45321cbb4b9b86b58ec555fe6b3 (patch) | |
tree | 64a30901a6a4e1ef48e7f1d6c2d76238ded80183 /arch/x86/Kconfig | |
parent | ubsan: Silence W=1 warnings in self-test (diff) | |
download | linux-918327e9b7ffb45321cbb4b9b86b58ec555fe6b3.tar.xz linux-918327e9b7ffb45321cbb4b9b86b58ec555fe6b3.zip |
ubsan: Remove CONFIG_UBSAN_SANITIZE_ALL
For simplicity in splitting out UBSan options into separate rules,
remove CONFIG_UBSAN_SANITIZE_ALL, effectively defaulting to "y", which
is how it is generally used anyway. (There are no ":= y" cases beyond
where a specific file is enabled when a top-level ":= n" is in effect.)
Cc: Andrey Konovalov <andreyknvl@gmail.com>
Cc: Marco Elver <elver@google.com>
Cc: linux-doc@vger.kernel.org
Cc: linux-kbuild@vger.kernel.org
Signed-off-by: Kees Cook <keescook@chromium.org>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 5edec175b9bf..1c4c326a3640 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -100,7 +100,7 @@ config X86 select ARCH_HAS_STRICT_MODULE_RWX select ARCH_HAS_SYNC_CORE_BEFORE_USERMODE select ARCH_HAS_SYSCALL_WRAPPER - select ARCH_HAS_UBSAN_SANITIZE_ALL + select ARCH_HAS_UBSAN select ARCH_HAS_DEBUG_WX select ARCH_HAS_ZONE_DMA_SET if EXPERT select ARCH_HAVE_NMI_SAFE_CMPXCHG |