lkl: set CONFIG_LKL_FUZZING=y in fuzzing_defconfig

Makefile.autoconf::do_autoconf_fuzzing sets KCONFIG=fuzzing_defconfig so
appending CONFIG_LKL_FUZZING=y to .config via tools/lkl/kernel.config
shouldn't be necessary.

Signed-off-by: David Disseldorp <ddiss@suse.de>
This commit is contained in:
David Disseldorp
2025-06-04 17:41:53 +10:00
parent 464dd4bd08
commit ad59b05d54
2 changed files with 1 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
CONFIG_LKL_FUZZING=y
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_NO_HZ_IDLE=y
CONFIG_HIGH_RES_TIMERS=y

View File

@@ -244,7 +244,6 @@ define do_autoconf_fuzzing
$(eval LLVM := 1)
$(eval CROSS_COMPILE := x86_64-linux-gnu)
$(eval kasan := yes)
$(call set_kernel_config,LKL_FUZZING,y)
$(if $(LKL_LINE_COV),$(call set_kernel_config,LKL_LINE_COV,y))
$(if $(MMU),$(call set_kernel_config,ANDROID_BINDER_IPC,y))
$(if $(PROTOBUF_MUTATOR_DIR),$(call define_libprotobuf_mutator))