This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push: new 479dda98ed arch: Disable ARCH_HAVE_FORK for arm64 as a precaution 479dda98ed is described below commit 479dda98ed300bea4b682c9ecc15ffacd68a2d85 Author: Masayuki Ishikawa <masayuki.ishik...@gmail.com> AuthorDate: Thu Nov 16 12:32:17 2023 +0900 arch: Disable ARCH_HAVE_FORK for arm64 as a precaution Summary: - Temporarily disables ARCH_HAVE_FORK for arm64 to address a crash issue, as detailed in https://github.com/apache/nuttx/pull/9755. - This is a precautionary measure until a more permanent solution is implemented. Impact: - Temporarily limits certain functionalities on arm64, but necessary to ensure system stability. Testing: - Successfully tested on QEMU-8.1.2. - Note: please apply the changes from https://github.com/apache/nuttx-apps/pull/1962. Signed-off-by: Masayuki Ishikawa <masayuki.ishik...@jp.sony.com> --- arch/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/Kconfig b/arch/Kconfig index 35533bc7a6..fd0103cd13 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -28,7 +28,6 @@ config ARCH_ARM64 select ALARM_ARCH select ARCH_HAVE_BACKTRACE select ARCH_HAVE_INTERRUPTSTACK - select ARCH_HAVE_FORK select ARCH_HAVE_STACKCHECK select ARCH_HAVE_CUSTOMOPT select ARCH_HAVE_STDARG_H