From c5aa18ba75956075224fb3455ce522cb52993c41 Mon Sep 17 00:00:00 2001 From: Masayuki Ishikawa Date: Thu, 16 Nov 2023 12:32:17 +0900 Subject: [PATCH] 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 --- arch/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/Kconfig b/arch/Kconfig index 35533bc7a64fa..fd0103cd1398f 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