summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2021-01-04 13:44:27 -0600
committerJustin M. Forbes <jforbes@fedoraproject.org>2021-01-04 13:44:27 -0600
commit51aa5c5b1d358b0ca3334ad97ab57570830d324c (patch)
tree3e7708a95dcb49f7501c3fd179face0111002c44
parentcd43701a37b41a01ecff8fc8fb6c01094c586ca7 (diff)
downloadkernel-51aa5c5b1d358b0ca3334ad97ab57570830d324c.tar.gz
kernel-51aa5c5b1d358b0ca3334ad97ab57570830d324c.tar.xz
kernel-51aa5c5b1d358b0ca3334ad97ab57570830d324c.zip
Enable CONFIG_KASAN_HW_TAGS on aarch64 debug
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
-rw-r--r--kernel-aarch64-debug-fedora.config1
-rw-r--r--kernel-aarch64-debug-rhel.config1
2 files changed, 2 insertions, 0 deletions
diff --git a/kernel-aarch64-debug-fedora.config b/kernel-aarch64-debug-fedora.config
index 5381e739c..2a33d82bb 100644
--- a/kernel-aarch64-debug-fedora.config
+++ b/kernel-aarch64-debug-fedora.config
@@ -3269,6 +3269,7 @@ CONFIG_KALLSYMS_ALL=y
CONFIG_KALLSYMS=y
CONFIG_KARMA_PARTITION=y
CONFIG_KASAN_GENERIC=y
+CONFIG_KASAN_HW_TAGS=y
CONFIG_KASAN_INLINE=y
# CONFIG_KASAN_OUTLINE is not set
# CONFIG_KASAN_SW_TAGS is not set
diff --git a/kernel-aarch64-debug-rhel.config b/kernel-aarch64-debug-rhel.config
index 15a01ef92..68567baed 100644
--- a/kernel-aarch64-debug-rhel.config
+++ b/kernel-aarch64-debug-rhel.config
@@ -2599,6 +2599,7 @@ CONFIG_KALLSYMS_BASE_RELATIVE=y
CONFIG_KALLSYMS=y
# CONFIG_KARMA_PARTITION is not set
CONFIG_KASAN_GENERIC=y
+CONFIG_KASAN_HW_TAGS=y
CONFIG_KASAN_INLINE=y
# CONFIG_KASAN_OUTLINE is not set
# CONFIG_KASAN_SW_TAGS is not set