Skip to content

Commit

Permalink
kernel: add two ksyms to the generic kconfigs
Browse files Browse the repository at this point in the history
These will be prompted for with GCC 12.

Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
  • Loading branch information
rsalvaterra authored and Ansuel committed Jun 1, 2022
1 parent c4bd303 commit 4eed715
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions target/linux/generic/config-5.10
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions target/linux/generic/config-5.15
Expand Up @@ -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
Expand Down

0 comments on commit 4eed715

Please sign in to comment.