mirror of
https://github.com/hzyitc/openwrt-redmi-ax3000.git
synced 2025-12-17 17:03:27 +00:00
kernel: add missing keyword to KERNEL_KASAN_VMALLOC
The help keyword is missing, which breaks menuconfig etc.
Fixes: cbeab2cd99 ("kernel: add another missing KASAN symbol")
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
This commit is contained in:
parent
cbeab2cd99
commit
0ccbcb0223
@ -173,6 +173,7 @@ config KERNEL_KASAN_EXTRA
|
|||||||
CONFIG KERNEL_KASAN_VMALLOC
|
CONFIG KERNEL_KASAN_VMALLOC
|
||||||
bool "Back mappings in vmalloc space with real shadow memory"
|
bool "Back mappings in vmalloc space with real shadow memory"
|
||||||
depends on KERNEL_KASAN
|
depends on KERNEL_KASAN
|
||||||
|
help
|
||||||
By default, the shadow region for vmalloc space is the read-only
|
By default, the shadow region for vmalloc space is the read-only
|
||||||
zero page. This means that KASAN cannot detect errors involving
|
zero page. This means that KASAN cannot detect errors involving
|
||||||
vmalloc space.
|
vmalloc space.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user