aboutsummaryrefslogtreecommitdiff
path: root/lib/Kconfig.ubsan
AgeCommit message (Expand)Author
2021-02-26ubsan: remove overflow checksAndrey Ryabinin
2021-01-24ubsan: disable unsigned-overflow check for i386Arnd Bergmann
2020-12-15ubsan: remove UBSAN_MISC in favor of individual optionsKees Cook
2020-12-15ubsan: enable for all*config buildsKees Cook
2020-12-15ubsan: disable UBSAN_TRAP for all*configKees Cook
2020-12-15ubsan: disable object-size sanitizer under GCCKees Cook
2020-12-15ubsan: move cc-option tests into KconfigKees Cook
2020-12-15ubsan: remove redundant -Wno-maybe-uninitializedKees Cook
2020-10-16ubsan: introduce CONFIG_UBSAN_LOCAL_BOUNDS for ClangGeorge Popescu
2020-06-11ubsan, kcsan: Don't combine sanitizer with kcov on clangArnd Bergmann
2020-06-02ubsan: entirely disable alignment checks under UBSAN_TRAPKees Cook
2020-05-07ubsan: disable UBSAN_ALIGNMENT under COMPILE_TESTKees Cook
2020-04-07ubsan: split "bounds" checker from other optionsKees Cook
2020-04-07ubsan: add trap instrumentation optionKees Cook
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-03-07lib/ubsan: default UBSAN_ALIGNMENT to not setAnders Roxell
2018-08-10lib/ubsan: remove null-pointer checksAndrey Ryabinin
2018-04-11lib: add testing module for UBSANJinbum Park
2016-12-14Kconfig: lib/Kconfig.ubsan fix reference to ubsan documentationAndreas Platschek
2016-09-20ubsan: allow to disable the null sanitizerChristian Borntraeger
2016-03-22ubsan: fix tree-wide -Wmaybe-uninitialized false positivesAndrey Ryabinin
2016-02-11ubsan: cosmetic fix to Kconfig textYang Shi
2016-01-20UBSAN: run-time undefined behavior sanity checkerAndrey Ryabinin