diff options
author | Justin M. Forbes <jforbes@fedoraproject.org> | 2021-01-04 13:44:27 -0600 |
---|---|---|
committer | Justin M. Forbes <jforbes@fedoraproject.org> | 2021-01-04 13:44:27 -0600 |
commit | 51aa5c5b1d358b0ca3334ad97ab57570830d324c (patch) | |
tree | 3e7708a95dcb49f7501c3fd179face0111002c44 /kernel-aarch64-debug-fedora.config | |
parent | cd43701a37b41a01ecff8fc8fb6c01094c586ca7 (diff) | |
download | kernel-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>
Diffstat (limited to 'kernel-aarch64-debug-fedora.config')
-rw-r--r-- | kernel-aarch64-debug-fedora.config | 1 |
1 files changed, 1 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 |