From 079744ef57ab624e343c810d5fb05712e6acf162 Mon Sep 17 00:00:00 2001 From: "Herton R. Krzesinski" Date: Tue, 5 Jan 2021 18:44:48 -0500 Subject: [PATCH] kernel-5.11.0-0.rc2.116.el9 Add back CONFIG_KASAN_HW_TAGS setting to kernel-aarch64-debug-rhel.config, but now with not set state, it's needed for the aarch64 build. Signed-off-by: Herton R. Krzesinski --- kernel-aarch64-debug-rhel.config | 1 + 1 file changed, 1 insertion(+) diff --git a/kernel-aarch64-debug-rhel.config b/kernel-aarch64-debug-rhel.config index 926708b..29a2253 100644 --- a/kernel-aarch64-debug-rhel.config +++ b/kernel-aarch64-debug-rhel.config @@ -2600,6 +2600,7 @@ CONFIG_KALLSYMS=y CONFIG_KASAN_GENERIC=y CONFIG_KASAN_INLINE=y # CONFIG_KASAN_OUTLINE is not set +# CONFIG_KASAN_HW_TAGS is not set # CONFIG_KASAN_SW_TAGS is not set CONFIG_KASAN_VMALLOC=y CONFIG_KASAN=y