Commit 3ab5dfcd authored by Jinjie Ruan's avatar Jinjie Ruan
Browse files

config: Disable CONFIG_COMPAT_BINFMT_ELF as default

hulk inclusion
category: bugfix
bugzilla: https://gitee.com/openeuler/kernel/issues/I8S6IA



-------------------------------------------------

This patchset revert commit 41026c34 ("Kconfig: regularize selection
of CONFIG_BINFMT_ELF"), so make CONFIG_COMPAT_BINFMT_ELF disable
as default.

Signed-off-by: default avatarJinjie Ruan <ruanjinjie@huawei.com>
parent 38fabd54
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -990,7 +990,6 @@ CONFIG_FREEZER=y
# Executable file formats
#
CONFIG_BINFMT_ELF=y
CONFIG_COMPAT_BINFMT_ELF=y
CONFIG_ARCH_BINFMT_ELF_STATE=y
CONFIG_ARCH_BINFMT_ELF_EXTRA_PHDRS=y
CONFIG_ARCH_HAVE_ELF_PROT=y