| Commit message (Expand) | Author | Age | Files | Lines |
* | ubsan: remove overflow checks | Andrey Ryabinin | 2021-02-26 | 1 | -2/+0 |
* | ubsan: move cc-option tests into Kconfig | Kees Cook | 2020-12-16 | 1 | -30/+15 |
* | ubsan: remove redundant -Wno-maybe-uninitialized | Kees Cook | 2020-12-16 | 1 | -4/+0 |
* | Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2020-10-22 | 1 | -0/+3 |
|\ |
|
| * | kbuild: move CFLAGS_{KASAN,UBSAN,KCSAN} exports to relevant Makefiles | Masahiro Yamada | 2020-09-24 | 1 | -0/+3 |
* | | ubsan: introduce CONFIG_UBSAN_LOCAL_BOUNDS for Clang | George Popescu | 2020-10-16 | 1 | -1/+9 |
|/ |
|
* | kbuild: include scripts/Makefile.* only when relevant CONFIG is enabled | Masahiro Yamada | 2020-08-09 | 1 | -3/+0 |
* | ubsan: split "bounds" checker from other options | Kees Cook | 2020-04-07 | 1 | -1/+6 |
* | ubsan: add trap instrumentation option | Kees Cook | 2020-04-07 | 1 | -2/+7 |
* | ubsan: Remove vla bound checks. | Andrey Ryabinin | 2019-05-06 | 1 | -1/+0 |
* | lib/ubsan: remove null-pointer checks | Andrey Ryabinin | 2018-08-11 | 1 | -4/+0 |
* | lib/ubsan: remove returns-nonnull-attribute checks | Andrey Ryabinin | 2018-02-07 | 1 | -1/+0 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | Kbuild: enable -Wmaybe-uninitialized warning for "make W=1" | Arnd Bergmann | 2016-11-11 | 1 | -0/+4 |
* | ubsan: allow to disable the null sanitizer | Christian Borntraeger | 2016-09-20 | 1 | -1/+4 |
* | Disable "maybe-uninitialized" warning globally | Linus Torvalds | 2016-07-27 | 1 | -4/+0 |
* | ubsan: fix tree-wide -Wmaybe-uninitialized false positives | Andrey Ryabinin | 2016-03-22 | 1 | -0/+4 |
* | UBSAN: run-time undefined behavior sanity checker | Andrey Ryabinin | 2016-01-21 | 1 | -0/+17 |