Skip to content

Commit

Permalink
kernel: add missing keyword to KERNEL_KASAN_VMALLOC
Browse files Browse the repository at this point in the history
The help keyword is missing, which breaks menuconfig etc.

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

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
  • Loading branch information
stintel committed Nov 7, 2021
1 parent cbeab2c commit 0ccbcb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/Config-kernel.in
Expand Up @@ -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.
Expand Down

0 comments on commit 0ccbcb0

Please sign in to comment.