Explorar el Código

kernel: add two ksyms to the generic kconfigs

These will be prompted for with GCC 12.

Signed-off-by: Rui Salvaterra <[email protected]>
Rui Salvaterra hace 3 años
padre
commit
4eed715694
Se han modificado 2 ficheros con 4 adiciones y 0 borrados
  1. 2 0
      target/linux/generic/config-5.10
  2. 2 0
      target/linux/generic/config-5.15

+ 2 - 0
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

+ 2 - 0
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