aboutsummaryrefslogtreecommitdiff
path: root/scripts/Makefile.ubsan
AgeCommit message (Expand)AuthorFilesLines
2024-02-20ubsan: Reintroduce signed overflow sanitizerGravatar Kees Cook 1-0/+3
2024-02-06ubsan: Use Clang's -fsanitize-trap=undefined optionGravatar Kees Cook 1-1/+1
2023-05-16ubsan: Tighten UBSAN_BOUNDS on GCCGravatar Kees Cook 1-1/+1
2022-01-20ubsan: remove CONFIG_UBSAN_OBJECT_SIZEGravatar Kees Cook 1-1/+0
2021-02-26ubsan: remove overflow checksGravatar Andrey Ryabinin 1-2/+0
2020-12-15ubsan: move cc-option tests into KconfigGravatar Kees Cook 1-30/+15
2020-12-15ubsan: remove redundant -Wno-maybe-uninitializedGravatar Kees Cook 1-4/+0
2020-10-22Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-0/+3
2020-10-16ubsan: introduce CONFIG_UBSAN_LOCAL_BOUNDS for ClangGravatar George Popescu 1-1/+9
2020-09-25kbuild: move CFLAGS_{KASAN,UBSAN,KCSAN} exports to relevant MakefilesGravatar Masahiro Yamada 1-0/+3
2020-08-10kbuild: include scripts/Makefile.* only when relevant CONFIG is enabledGravatar Masahiro Yamada 1-3/+0
2020-04-07ubsan: split "bounds" checker from other optionsGravatar Kees Cook 1-1/+6
2020-04-07ubsan: add trap instrumentation optionGravatar Kees Cook 1-2/+7
2019-05-06ubsan: Remove vla bound checks.Gravatar Andrey Ryabinin 1-1/+0
2018-08-10lib/ubsan: remove null-pointer checksGravatar Andrey Ryabinin 1-4/+0
2018-02-06lib/ubsan: remove returns-nonnull-attribute checksGravatar Andrey Ryabinin 1-1/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2016-11-11Kbuild: enable -Wmaybe-uninitialized warning for "make W=1"Gravatar Arnd Bergmann 1-0/+4
2016-09-20ubsan: allow to disable the null sanitizerGravatar Christian Borntraeger 1-1/+4
2016-07-27Disable "maybe-uninitialized" warning globallyGravatar Linus Torvalds 1-4/+0
2016-03-22ubsan: fix tree-wide -Wmaybe-uninitialized false positivesGravatar Andrey Ryabinin 1-0/+4
2016-01-20UBSAN: run-time undefined behavior sanity checkerGravatar Andrey Ryabinin 1-0/+17