summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.kasan
Commit message (Expand)AuthorAgeFilesLines
* kasan: arm64: support specialized outlined tag mismatch checksPeter Collingbourne2021-05-261-0/+1
* kasan: remove redundant config optionWalter Wu2021-04-161-2/+8
* kasan: fix hwasan build for gccArnd Bergmann2021-04-161-6/+6
* kbuild: move CFLAGS_{KASAN,UBSAN,KCSAN} exports to relevant MakefilesMasahiro Yamada2020-09-251-0/+2
* kbuild: remove redundant CONFIG_KASAN check from scripts/Makefile.kasanMasahiro Yamada2020-09-251-2/+0
* kasan: allow enabling stack tagging for tag-based modeAndrey Konovalov2020-08-071-1/+2
* kasan/arm64: fix CONFIG_KASAN_SW_TAGS && KASAN_INLINEMark Rutland2019-08-151-6/+5
* kasan: remove use after scope bugs detection.Andrey Ryabinin2019-03-051-5/+0
* kasan: turn off asan-stack for clang-8 and earlierArnd Bergmann2019-03-011-1/+1
* kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGSAndrey Konovalov2018-12-281-22/+31
* kasan: rework Kconfig settingsArnd Bergmann2018-02-061-0/+2
* kasan: support alloca() poisoningPaul Lawrence2018-02-061-1/+2
* kasan/Makefile: support LLVM style asan parametersAndrey Ryabinin2018-02-061-11/+18
* kasan: don't emit builtin calls when sanitization is offAndrey Konovalov2018-02-061-0/+3
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* kasan: turn on -fsanitize-address-use-after-scopeAndrey Ryabinin2016-12-121-0/+2
* arm64: add KASAN supportAndrey Ryabinin2015-10-121-1/+3
* kasan: Makefile: shut up warnings if CONFIG_COMPILE_TEST=yAndrey Ryabinin2015-04-171-2/+6
* kasan: enable instrumentation of global variablesAndrey Ryabinin2015-02-131-1/+1
* kasan: enable stack instrumentationAndrey Ryabinin2015-02-131-0/+1
* kasan: add kernel address sanitizer infrastructureAndrey Ryabinin2015-02-131-0/+24