aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorWill Deacon <will@kernel.org>2021-06-24 14:04:00 +0100
committerWill Deacon <will@kernel.org>2021-06-24 14:04:00 +0100
commit2c9bd9d806757bc84e9d744044d6937a85df5f60 (patch)
tree289f534b5da17a07e40f01a7e993869a72108e70 /scripts
parentMerge branch 'for-next/insn' into for-next/core (diff)
parentkasan: arm64: support specialized outlined tag mismatch checks (diff)
downloadlinux-dev-2c9bd9d806757bc84e9d744044d6937a85df5f60.tar.xz
linux-dev-2c9bd9d806757bc84e9d744044d6937a85df5f60.zip
Merge branch 'for-next/kasan' into for-next/core
Optimise out-of-line KASAN checking when using software tagging. * for-next/kasan: kasan: arm64: support specialized outlined tag mismatch checks
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Makefile.kasan1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/Makefile.kasan b/scripts/Makefile.kasan
index 3d791908ed36..801c415bac59 100644
--- a/scripts/Makefile.kasan
+++ b/scripts/Makefile.kasan
@@ -50,6 +50,7 @@ endif
CFLAGS_KASAN := -fsanitize=kernel-hwaddress \
$(call cc-param,hwasan-instrument-stack=$(stack_enable)) \
$(call cc-param,hwasan-use-short-granules=0) \
+ $(call cc-param,hwasan-inline-all-checks=0) \
$(instrumentation_flags)
endif # CONFIG_KASAN_SW_TAGS