Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-15ubsan: disable UBSAN_DIV_ZERO for clangNick Desaulniers
2022-06-06objtool: Fix obsolete reference to CONFIG_X86_SMAPJosh Poimboeuf
2022-04-22objtool: Add CONFIG_OBJTOOLJosh Poimboeuf
2022-03-24Revert "ubsan, kcsan: Don't combine sanitizer with kcov on clang"Marco Elver
2022-01-20ubsan: remove CONFIG_UBSAN_OBJECT_SIZEKees Cook
2021-02-26ubsan: remove overflow checksAndrey Ryabinin
2021-01-24ubsan: disable unsigned-overflow check for i386Arnd Bergmann
2020-12-16ubsan: remove UBSAN_MISC in favor of individual optionsKees Cook
2020-12-16ubsan: enable for all*config buildsKees Cook
2020-12-16ubsan: disable UBSAN_TRAP for all*configKees Cook
2020-12-16ubsan: disable object-size sanitizer under GCCKees Cook
2020-12-16ubsan: move cc-option tests into KconfigKees Cook
2020-12-16ubsan: 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-08ubsan: 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-08lib/ubsan: default UBSAN_ALIGNMENT to not setAnders Roxell
2018-08-11lib/ubsan: remove null-pointer checksAndrey Ryabinin
2018-04-11lib: add testing module for UBSANJinbum Park
2016-12-15Kconfig: lib/Kconfig.ubsan fix reference to ubsan documentationAndreas Platschek
2016-09-20ubsan: allow to disable the null sanitizerChristian Borntraeger
2016-03-23ubsan: fix tree-wide -Wmaybe-uninitialized false positivesAndrey Ryabinin
2016-02-12ubsan: cosmetic fix to Kconfig textYang Shi
2016-01-21UBSAN: run-time undefined behavior sanity checkerAndrey Ryabinin