From: Xiangyu Chen <[email protected]> OABI_COMPAT is a backwards compatibility tool intended to support the old Linux ARM ABI. Since more and more platforms turned to EABI and some kernel features like seccomp/audit cannot use under OABI_COMPAT mode. So disable OABI_COMPAT option by default.
Signed-off-by: Xiangyu Chen <[email protected]> --- arch/arm/arm.cfg | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm/arm.cfg b/arch/arm/arm.cfg index aa99bb7e..f2b36dca 100644 --- a/arch/arm/arm.cfg +++ b/arch/arm/arm.cfg @@ -2,8 +2,6 @@ # Build EABI kernels that support EABI system calls. CONFIG_AEABI=y -# Provide support for the old ABI's system calls. -CONFIG_OABI_COMPAT=y CONFIG_ARM_THUMB=y # Failure to use this on ARM results in lots of interesting runtime bugs. -- 2.17.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#12931): https://lists.yoctoproject.org/g/linux-yocto/message/12931 Mute This Topic: https://lists.yoctoproject.org/mt/100541502/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
