projects
/
openwrt
/
staging
/
thess.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ccbcb0
)
kernel: fix KERNEL_KASAN_VMALLOC build option
author
Stijn Tintel
<stijn@linux-ipv6.be>
Sun, 7 Nov 2021 16:57:12 +0000
(18:57 +0200)
committer
Stijn Tintel
<stijn@linux-ipv6.be>
Sun, 7 Nov 2021 16:57:12 +0000
(18:57 +0200)
It should be config, not CONFIG.
Fixes: cbeab2cd9919 ("kernel: add another missing KASAN symbol")
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
config/Config-kernel.in
patch
|
blob
|
history
diff --git
a/config/Config-kernel.in
b/config/Config-kernel.in
index abb85c83beef7a1aeeb42d1e96061e356638def9..e993dc0d8cc764bae63ba5025f3b72c9c563dc71 100644
(file)
--- a/
config/Config-kernel.in
+++ b/
config/Config-kernel.in
@@
-170,7
+170,7
@@
config KERNEL_KASAN_EXTRA
compile time.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81715 has more
-
CONFIG
KERNEL_KASAN_VMALLOC
+
config
KERNEL_KASAN_VMALLOC
bool "Back mappings in vmalloc space with real shadow memory"
depends on KERNEL_KASAN
help