summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorHauke Mehrtens <hmehrtens@maxlinear.com>2023-03-08 21:31:18 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2023-03-19 18:44:46 +0100
commit2213bf5e83ffeb597fe67c7192f797311f0c44b8 (patch)
treec4a5587a6b7c55fdc3c200c34bb739245535405a /target
parent85661be9df381bacd1f9d09d4045efa04e6ad3c4 (diff)
downloadopenwrt-2213bf5e83ffeb597fe67c7192f797311f0c44b8.tar.gz
openwrt-2213bf5e83ffeb597fe67c7192f797311f0c44b8.tar.bz2
openwrt-2213bf5e83ffeb597fe67c7192f797311f0c44b8.zip
kernel: Deactivate options shown with CONFIG_KERNEL_KASAN=y
This deactivates some kernel configuration options I see when CONFIG_KERNEL_KASAN=y is set in the OpenWrt configuration on x86/64. Set CONFIG_STACK_HASH_ORDER to its default value. Signed-off-by: Hauke Mehrtens <hmehrtens@maxlinear.com>
Diffstat (limited to 'target')
-rw-r--r--target/linux/generic/config-5.152
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/generic/config-5.15 b/target/linux/generic/config-5.15
index d6c44e801e..83aebc7017 100644
--- a/target/linux/generic/config-5.15
+++ b/target/linux/generic/config-5.15
@@ -2988,6 +2988,7 @@ CONFIG_KALLSYMS_BASE_RELATIVE=y
# CONFIG_KALLSYMS_UNCOMPRESSED is not set
# CONFIG_KARMA_PARTITION is not set
# CONFIG_KASAN is not set
+# CONFIG_KASAN_MODULE_TEST is not set
CONFIG_KASAN_STACK=y
# CONFIG_KCMP is not set
# CONFIG_KCOV is not set
@@ -6325,6 +6326,7 @@ CONFIG_SSB_POSSIBLE=y
# CONFIG_STACKTRACE is not set
# CONFIG_STACKTRACE_BUILD_ID is not set
CONFIG_STACKTRACE_SUPPORT=y
+CONFIG_STACK_HASH_ORDER=20
# CONFIG_STACK_TRACER is not set
# CONFIG_STACK_VALIDATION is not set
CONFIG_STAGING=y