VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: Kuan-Ying Lee <Kuan-Ying.Lee@mediatek.com> 2021-06-28 19:40:58 -0700 committer: Linus Torvalds <torvalds@linux-foundation.org> 2021-06-29 10:53:53 -0700 commit: 7a22bdc3c443d5abc420df1381e425b49e8901a3 parent: a0503b8a0b3c8ef1be55744a248bffb8f533d227
Commit Summary:
kasan: add memory corruption identification support for hardware tag-based mode
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/lib/Kconfig.kasan b/lib/Kconfig.kasan
index fdb4a08dba83..1e2d10f86011 100644
--- a/lib/Kconfig.kasan
+++ b/lib/Kconfig.kasan
@@ -169,7 +169,7 @@ config KASAN_STACK
 
 config KASAN_TAGS_IDENTIFY
 	bool "Enable memory corruption identification"
-	depends on KASAN_SW_TAGS
+	depends on KASAN_SW_TAGS || KASAN_HW_TAGS
 	help
 	  This option enables best-effort identification of bug type
 	  (use-after-free or out-of-bounds) at the cost of increased