summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQingfang Deng2024-06-07 09:55:38 +0000
committerHauke Mehrtens2024-07-08 19:13:26 +0000
commit04b0f1e7f16b0870ddf4c7c1241aecc6d3d1a721 (patch)
tree460bbb65d452be21406985c8d496cc164f569780
parent9f3f5cff301407472e16c0033ad0544e8a57ce51 (diff)
downloadopenwrt-04b0f1e7f16b0870ddf4c7c1241aecc6d3d1a721.tar.gz
config: kernel: remove KASAN_EXTRA
The option has been removed from the kernel since 5.1. Signed-off-by: Qingfang Deng <dqfext@gmail.com> (cherry picked from commit 60ea3d6d46954553b7b50460dfe6b86878fe5990) Link: https://github.com/openwrt/openwrt/pull/15898 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
-rw-r--r--config/Config-kernel.in10
1 files changed, 0 insertions, 10 deletions
diff --git a/config/Config-kernel.in b/config/Config-kernel.in
index 42755a4d59..ea828ae9cb 100644
--- a/config/Config-kernel.in
+++ b/config/Config-kernel.in
@@ -157,16 +157,6 @@ config KERNEL_KASAN
Currently CONFIG_KASAN doesn't work with CONFIG_DEBUG_SLAB
(the resulting kernel does not boot).
-config KERNEL_KASAN_EXTRA
- bool "KAsan: extra checks"
- depends on KERNEL_KASAN && KERNEL_DEBUG_KERNEL
- help
- This enables further checks in the kernel address sanitizer, for now
- it only includes the address-use-after-scope check that can lead
- to excessive kernel stack usage, frame size warnings and longer
- compile time.
- https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81715 has more
-
config KERNEL_KASAN_VMALLOC
bool "Back mappings in vmalloc space with real shadow memory"
depends on KERNEL_KASAN