VisionFive2 Linux kernel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
More than 9999 Commits
33 Branches
57 Tags
Index
Trunk
Branches
Tags
Trunk
Branches
Tags
Home page
Home page
starfive-tech/linux.git
/
branches
/
beaglev-5.13.y
/
lib
/
Kconfig.ubsan
Date
Commit Message
Rev
Author
2021-02-26
ubsan: remove overflow checks
6aaa31ae
Andrey Ryabinin
2021-01-24
ubsan: disable unsigned-overflow check for i386
251b5497
Arnd Bergmann
2020-12-15
ubsan: remove UBSAN_MISC in favor of individual options
c637693b
Kees Cook
2020-12-15
ubsan: enable for all*config builds
d0a3ac54
Kees Cook
2020-12-15
ubsan: disable UBSAN_TRAP for all*config
79791378
Kees Cook
2020-12-15
ubsan: disable object-size sanitizer under GCC
61e0349f
Kees Cook
2020-12-15
ubsan: move cc-option tests into Kconfig
cdf8a76f
Kees Cook
2020-12-15
ubsan: remove redundant -Wno-maybe-uninitialized
d8a7f62b
Kees Cook
2020-10-16
ubsan: introduce CONFIG_UBSAN_LOCAL_BOUNDS for Clang
6a6155f6
George Popescu
2020-06-11
ubsan, kcsan: Don't combine sanitizer with kcov on clang
ea91a1d4
Arnd Bergmann
2020-06-02
ubsan: entirely disable alignment checks under UBSAN_TRAP
9380ce24
Kees Cook
2020-05-07
ubsan: disable UBSAN_ALIGNMENT under COMPILE_TEST
8d58f222
Kees Cook
2020-04-07
ubsan: split "bounds" checker from other options
277a1085
Kees Cook
2020-04-07
ubsan: add trap instrumentation option
0887a7eb
Kees Cook
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
ec8f24b7
Thomas Gleixner
2019-03-07
lib/ubsan: default UBSAN_ALIGNMENT to not set
1a6a1dbe
Anders Roxell
2018-08-10
lib/ubsan: remove null-pointer checks
3ca17b1f
Andrey Ryabinin
2018-04-11
lib: add testing module for UBSAN
854686f4
Jinbum Park
2016-12-14
Kconfig: lib/Kconfig.ubsan fix reference to ubsan documentation
04625547
Andreas Platschek
2016-09-20
ubsan: allow to disable the null sanitizer
725c4d22
Christian Borntraeger
2016-03-22
ubsan: fix tree-wide -Wmaybe-uninitialized false positives
dde5cf39
Andrey Ryabinin
2016-02-11
ubsan: cosmetic fix to Kconfig text
7707535a
Yang Shi
2016-01-20
UBSAN: run-time undefined behavior sanity checker
c6d30853
Andrey Ryabinin