-
- Downloads
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>
Showing
- Documentation/dev-tools/ubsan.rst 8 additions, 20 deletionsDocumentation/dev-tools/ubsan.rst
- arch/arm/Kconfig 1 addition, 1 deletionarch/arm/Kconfig
- arch/arm64/Kconfig 1 addition, 1 deletionarch/arm64/Kconfig
- arch/mips/Kconfig 1 addition, 1 deletionarch/mips/Kconfig
- arch/parisc/Kconfig 1 addition, 1 deletionarch/parisc/Kconfig
- arch/powerpc/Kconfig 1 addition, 1 deletionarch/powerpc/Kconfig
- arch/riscv/Kconfig 1 addition, 1 deletionarch/riscv/Kconfig
- arch/s390/Kconfig 1 addition, 1 deletionarch/s390/Kconfig
- arch/x86/Kconfig 1 addition, 1 deletionarch/x86/Kconfig
- lib/Kconfig.ubsan 1 addition, 12 deletionslib/Kconfig.ubsan
- scripts/Makefile.lib 1 addition, 1 deletionscripts/Makefile.lib
Loading
Please register or sign in to comment