Skip to content

Commit 2f12008

Browse files
committed
defconfig: apollo/alioth update
1 parent 1b631a8 commit 2f12008

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

arch/arm64/configs/nethunter_defconfig_alioth

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ CONFIG_KALLSYMS_BASE_RELATIVE=y
223223
CONFIG_BPF_SYSCALL=y
224224
CONFIG_BPF_JIT_ALWAYS_ON=y
225225
# CONFIG_BPF_UNPRIV_DEFAULT_OFF is not set
226-
# CONFIG_USERFAULTFD is not set
226+
CONFIG_USERFAULTFD=y
227227
CONFIG_ARCH_HAS_MEMBARRIER_SYNC_CORE=y
228228
# CONFIG_RSEQ is not set
229229
CONFIG_EMBEDDED=y
@@ -6111,7 +6111,8 @@ CONFIG_DEFAULT_SECURITY="selinux"
61116111
# Memory initialization
61126112
#
61136113
CONFIG_CC_HAS_AUTO_VAR_INIT_PATTERN=y
6114-
CONFIG_INIT_STACK_NONE=y
6114+
CONFIG_CC_HAS_AUTO_VAR_INIT_ZERO=y
6115+
CONFIG_INIT_STACK_ALL_ZERO=y
61156116
# CONFIG_INIT_ON_ALLOC_DEFAULT_ON is not set
61166117
# CONFIG_INIT_ON_FREE_DEFAULT_ON is not set
61176118
CONFIG_CRYPTO=y

arch/arm64/configs/nethunter_defconfig_apollo

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ CONFIG_KALLSYMS_BASE_RELATIVE=y
223223
CONFIG_BPF_SYSCALL=y
224224
CONFIG_BPF_JIT_ALWAYS_ON=y
225225
# CONFIG_BPF_UNPRIV_DEFAULT_OFF is not set
226-
# CONFIG_USERFAULTFD is not set
226+
CONFIG_USERFAULTFD=y
227227
CONFIG_ARCH_HAS_MEMBARRIER_SYNC_CORE=y
228228
# CONFIG_RSEQ is not set
229229
CONFIG_EMBEDDED=y
@@ -6112,6 +6112,8 @@ CONFIG_DEFAULT_SECURITY="selinux"
61126112
# Memory initialization
61136113
#
61146114
CONFIG_CC_HAS_AUTO_VAR_INIT_PATTERN=y
6115+
CONFIG_CC_HAS_AUTO_VAR_INIT_ZERO=y
6116+
CONFIG_INIT_STACK_ALL_ZERO=y
61156117
CONFIG_INIT_STACK_NONE=y
61166118
# CONFIG_INIT_ON_ALLOC_DEFAULT_ON is not set
61176119
# CONFIG_INIT_ON_FREE_DEFAULT_ON is not set

0 commit comments

Comments
 (0)