mirror of
https://github.com/lkl/linux.git
synced 2025-12-19 08:03:01 +09:00
lkl: remove obsolete STACK_HASH_ORDER setting
CONFIG_STACK_HASH_ORDER was removed via mainline kernel commitf9987921cb("lib/stackdepot: replace CONFIG_STACK_HASH_ORDER with automatic sizing") at around the same time as this was added via downstream LKL commitfacd006081("lkl: add KASAN support"). The automatic sizing uses a minimum of 12, which matches the obsolete setting. Signed-off-by: David Disseldorp <ddiss@suse.de>
This commit is contained in:
@@ -138,9 +138,6 @@ endef
|
||||
define kasan_enable
|
||||
$(call set_autoconf_var,KASAN,y)
|
||||
$(call set_kernel_config,KASAN,y)
|
||||
# default is 20 which should be 1MB but observed 8MB of reserved
|
||||
# memory - half of what we use
|
||||
$(call set_kernel_config,STACK_HASH_ORDER,12)
|
||||
$(if $(filter $(1),elf64-x86-64),$(call kasan_x86_64))
|
||||
$(if $(filter yes,$(kasan_test)), $(call kasan_test_enable))
|
||||
endef
|
||||
|
||||
Reference in New Issue
Block a user