浏览代码

kernel: add missing keyword to KERNEL_KASAN_VMALLOC

The help keyword is missing, which breaks menuconfig etc.

Fixes: cbeab2cd9919 ("kernel: add another missing KASAN symbol")

Signed-off-by: Stijn Tintel <[email protected]>
Stijn Tintel 4 年之前
父节点
当前提交
0ccbcb0223
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      config/Config-kernel.in

+ 1 - 0
config/Config-kernel.in

@@ -173,6 +173,7 @@ config KERNEL_KASAN_EXTRA
 CONFIG KERNEL_KASAN_VMALLOC
 	bool "Back mappings in vmalloc space with real shadow memory"
 	depends on KERNEL_KASAN
+	help
 	  By default, the shadow region for vmalloc space is the read-only
 	  zero page. This means that KASAN cannot detect errors involving
 	  vmalloc space.