summaryrefslogtreecommitdiff
path: root/scripts/Makefile.kasan
AgeCommit message (Expand)Author
2019-03-05kasan: remove use after scope bugs detection.Andrey Ryabinin
2019-03-01kasan: turn off asan-stack for clang-8 and earlierArnd Bergmann
2018-12-28kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGSAndrey Konovalov
2018-02-06kasan: rework Kconfig settingsArnd Bergmann
2018-02-06kasan: support alloca() poisoningPaul Lawrence
2018-02-06kasan/Makefile: support LLVM style asan parametersAndrey Ryabinin
2018-02-06kasan: don't emit builtin calls when sanitization is offAndrey Konovalov
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2016-12-12kasan: turn on -fsanitize-address-use-after-scopeAndrey Ryabinin
2015-10-12arm64: add KASAN supportAndrey Ryabinin
2015-04-17kasan: Makefile: shut up warnings if CONFIG_COMPILE_TEST=yAndrey Ryabinin
2015-02-13kasan: enable instrumentation of global variablesAndrey Ryabinin
2015-02-13kasan: enable stack instrumentationAndrey Ryabinin
2015-02-13kasan: add kernel address sanitizer infrastructureAndrey Ryabinin