summaryrefslogtreecommitdiff
path: root/lib/Kconfig.ubsan
AgeCommit message (Expand)AuthorFilesLines
2022-04-13ubsan: remove CONFIG_UBSAN_OBJECT_SIZEKees Cook1-13/+0
2021-02-26ubsan: remove overflow checksAndrey Ryabinin1-17/+0
2021-01-24ubsan: disable unsigned-overflow check for i386Arnd Bergmann1-0/+1
2020-12-16ubsan: remove UBSAN_MISC in favor of individual optionsKees Cook1-26/+56
2020-12-16ubsan: enable for all*config buildsKees Cook1-2/+1
2020-12-16ubsan: disable UBSAN_TRAP for all*configKees Cook1-0/+1
2020-12-16ubsan: disable object-size sanitizer under GCCKees Cook1-0/+3
2020-12-16ubsan: move cc-option tests into KconfigKees Cook1-3/+58
2020-12-16ubsan: remove redundant -Wno-maybe-uninitializedKees Cook1-4/+0
2020-10-16ubsan: introduce CONFIG_UBSAN_LOCAL_BOUNDS for ClangGeorge Popescu1-0/+14
2020-06-11ubsan, kcsan: Don't combine sanitizer with kcov on clangArnd Bergmann1-0/+11
2020-06-02ubsan: entirely disable alignment checks under UBSAN_TRAPKees Cook1-1/+1
2020-05-08ubsan: disable UBSAN_ALIGNMENT under COMPILE_TESTKees Cook1-9/+6
2020-04-07ubsan: split "bounds" checker from other optionsKees Cook1-5/+24
2020-04-07ubsan: add trap instrumentation optionKees Cook1-4/+18
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-03-08lib/ubsan: default UBSAN_ALIGNMENT to not setAnders Roxell1-5/+9
2018-08-11lib/ubsan: remove null-pointer checksAndrey Ryabinin1-11/+0
2018-04-11lib: add testing module for UBSANJinbum Park1-0/+7
2016-12-15Kconfig: lib/Kconfig.ubsan fix reference to ubsan documentationAndreas Platschek1-1/+2
2016-09-20ubsan: allow to disable the null sanitizerChristian Borntraeger1-0/+11
2016-03-23ubsan: fix tree-wide -Wmaybe-uninitialized false positivesAndrey Ryabinin1-0/+5
2016-02-12ubsan: cosmetic fix to Kconfig textYang Shi1-1/+3
2016-01-21UBSAN: run-time undefined behavior sanity checkerAndrey Ryabinin1-0/+29