[openwrt/openwrt] kernel: add two ksyms to the generic kconfigs
LEDE Commits
lede-commits at lists.infradead.org
Wed Jun 1 06:11:56 PDT 2022
ansuel pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/4eed71569468d1dfad20796413daa57e9249ba4f
commit 4eed71569468d1dfad20796413daa57e9249ba4f
Author: Rui Salvaterra <rsalvaterra at gmail.com>
AuthorDate: Wed May 18 09:01:17 2022 +0100
kernel: add two ksyms to the generic kconfigs
These will be prompted for with GCC 12.
Signed-off-by: Rui Salvaterra <rsalvaterra at gmail.com>
---
target/linux/generic/config-5.10 | 2 ++
target/linux/generic/config-5.15 | 2 ++
2 files changed, 4 insertions(+)
diff --git a/target/linux/generic/config-5.10 b/target/linux/generic/config-5.10
index c969c8e422..0a9d51d3f4 100644
--- a/target/linux/generic/config-5.10
+++ b/target/linux/generic/config-5.10
@@ -2574,6 +2574,8 @@ CONFIG_INET=y
CONFIG_INIT_ENV_ARG_LIMIT=32
# CONFIG_INIT_ON_ALLOC_DEFAULT_ON is not set
# CONFIG_INIT_ON_FREE_DEFAULT_ON is not set
+# CONFIG_INIT_STACK_ALL_PATTERN is not set
+# CONFIG_INIT_STACK_ALL_ZERO is not set
CONFIG_INIT_STACK_NONE=y
CONFIG_INOTIFY_USER=y
# CONFIG_INPUT is not set
diff --git a/target/linux/generic/config-5.15 b/target/linux/generic/config-5.15
index a8a7dfc6ff..8146161d08 100644
--- a/target/linux/generic/config-5.15
+++ b/target/linux/generic/config-5.15
@@ -2664,6 +2664,8 @@ CONFIG_INET=y
CONFIG_INIT_ENV_ARG_LIMIT=32
# CONFIG_INIT_ON_ALLOC_DEFAULT_ON is not set
# CONFIG_INIT_ON_FREE_DEFAULT_ON is not set
+# CONFIG_INIT_STACK_ALL_PATTERN is not set
+# CONFIG_INIT_STACK_ALL_ZERO is not set
CONFIG_INIT_STACK_NONE=y
CONFIG_INOTIFY_USER=y
# CONFIG_INPUT is not set
More information about the lede-commits
mailing list