summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAtlas Luo <atlas.luo@starfivetech.com>2025-10-28 10:54:19 +0300
committerAtlas Luo <atlas.luo@starfivetech.com>2025-10-28 12:18:21 +0300
commitbb61eaa46cf9b6840fddc188811ae9815973217c (patch)
tree5a87542013adc1dbfa529b128064e7d6f7618ea9
parentfd29be2ab8ffd09c19aa8d5289ef84c039e22e8d (diff)
downloadlinux-JH7110_VisionFive2_multi_rtos.tar.xz
riscv: configs: disable Structure Layout RandomizationJH7110_VisionFive2_multi_rtos
disable Structure Layout Randomization Signed-off-by: Atlas Luo <atlas.luo@starfivetech.com>
-rw-r--r--arch/riscv/configs/starfive_visionfive2_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/riscv/configs/starfive_visionfive2_defconfig b/arch/riscv/configs/starfive_visionfive2_defconfig
index b532a4cb330b..aff80ab93033 100644
--- a/arch/riscv/configs/starfive_visionfive2_defconfig
+++ b/arch/riscv/configs/starfive_visionfive2_defconfig
@@ -42,6 +42,7 @@ CONFIG_CPUFREQ_DT=y
# CONFIG_SECCOMP is not set
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
+CONFIG_MODVERSIONS=y
CONFIG_BINFMT_MISC=y
CONFIG_PAGE_REPORTING=y
CONFIG_NET=y
@@ -544,6 +545,7 @@ CONFIG_SMB_SERVER=m
CONFIG_NLS_CODEPAGE_437=y
CONFIG_NLS_ISO8859_1=y
CONFIG_INIT_STACK_NONE=y
+CONFIG_RANDSTRUCT_NONE=y
CONFIG_CRYPTO_USER=y
CONFIG_CRYPTO_TEST=m
CONFIG_CRYPTO_USER_API_HASH=y